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 _
F
- F - javafx.scene.input.KeyCode
-
Constant for the
F
key. - F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
-
The public-exponent value F0 = 3.
- F1 - javafx.scene.input.KeyCode
-
Constant for the F1 function key.
- F1 - Static variable in class java.awt.Event
-
Deprecated.The F1 function key, a non-ASCII action key.
- F10 - javafx.scene.input.KeyCode
-
Constant for the F10 function key.
- F10 - Static variable in class java.awt.Event
-
Deprecated.The F10 function key, a non-ASCII action key.
- F11 - javafx.scene.input.KeyCode
-
Constant for the F11 function key.
- F11 - Static variable in class java.awt.Event
-
Deprecated.The F11 function key, a non-ASCII action key.
- F12 - javafx.scene.input.KeyCode
-
Constant for the F12 function key.
- F12 - Static variable in class java.awt.Event
-
Deprecated.The F12 function key, a non-ASCII action key.
- F13 - javafx.scene.input.KeyCode
-
Constant for the F13 function key.
- F14 - javafx.scene.input.KeyCode
-
Constant for the F14 function key.
- F15 - javafx.scene.input.KeyCode
-
Constant for the F15 function key.
- F16 - javafx.scene.input.KeyCode
-
Constant for the F16 function key.
- F17 - javafx.scene.input.KeyCode
-
Constant for the F17 function key.
- F18 - javafx.scene.input.KeyCode
-
Constant for the F18 function key.
- F19 - javafx.scene.input.KeyCode
-
Constant for the F19 function key.
- F2 - javafx.scene.input.KeyCode
-
Constant for the F2 function key.
- F2 - Static variable in class java.awt.Event
-
Deprecated.The F2 function key, a non-ASCII action key.
- F20 - javafx.scene.input.KeyCode
-
Constant for the F20 function key.
- F21 - javafx.scene.input.KeyCode
-
Constant for the F21 function key.
- F22 - javafx.scene.input.KeyCode
-
Constant for the F22 function key.
- F23 - javafx.scene.input.KeyCode
-
Constant for the F23 function key.
- F24 - javafx.scene.input.KeyCode
-
Constant for the F24 function key.
- F3 - javafx.scene.input.KeyCode
-
Constant for the F3 function key.
- F3 - Static variable in class java.awt.Event
-
Deprecated.The F3 function key, a non-ASCII action key.
- F4 - javafx.scene.input.KeyCode
-
Constant for the F4 function key.
- F4 - Static variable in class java.awt.Event
-
Deprecated.The F4 function key, a non-ASCII action key.
- F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
-
The public exponent-value F4 = 65537.
- F5 - javafx.scene.input.KeyCode
-
Constant for the F5 function key.
- F5 - Static variable in class java.awt.Event
-
Deprecated.The F5 function key, a non-ASCII action key.
- F6 - javafx.scene.input.KeyCode
-
Constant for the F6 function key.
- F6 - Static variable in class java.awt.Event
-
Deprecated.The F6 function key, a non-ASCII action key.
- F7 - javafx.scene.input.KeyCode
-
Constant for the F7 function key.
- F7 - Static variable in class java.awt.Event
-
Deprecated.The F7 function key, a non-ASCII action key.
- F8 - javafx.scene.input.KeyCode
-
Constant for the F8 function key.
- F8 - Static variable in class java.awt.Event
-
Deprecated.The F8 function key, a non-ASCII action key.
- F9 - javafx.scene.input.KeyCode
-
Constant for the F9 function key.
- F9 - Static variable in class java.awt.Event
-
Deprecated.The F9 function key, a non-ASCII action key.
- FACE - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "face"
- FACE_UNDEFINED - Static variable in class javafx.scene.input.PickResult
-
An undefined face.
- factoryClass() - Method in annotation type javax.xml.bind.annotation.XmlType
-
Class containing a no-arg factory method for creating an instance of this class.
- FactoryConfigurationError - Error in javax.xml.parsers
-
Thrown when a problem with configuration with the Parser Factories exists.
- FactoryConfigurationError - Error in javax.xml.stream
-
An error class for reporting factory configuration errors.
- FactoryConfigurationError() - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with no detail message. - FactoryConfigurationError() - Constructor for error javax.xml.stream.FactoryConfigurationError
-
Default constructor
- FactoryConfigurationError(Exception) - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with a givenException
base cause of the error. - FactoryConfigurationError(Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
-
Construct an exception with a nested inner exception
- FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with the givenException
base cause and detail message. - FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.stream.FactoryConfigurationError
-
Construct an exception with a nested inner exception and a message
- FactoryConfigurationError(String) - Constructor for error javax.xml.parsers.FactoryConfigurationError
-
Create a new
FactoryConfigurationError
with theString
specified as an error message. - FactoryConfigurationError(String) - Constructor for error javax.xml.stream.FactoryConfigurationError
-
Construct an exception with associated message
- FactoryConfigurationError(String, Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
-
Construct an exception with a nested inner exception and a message
- factoryMethod() - Method in annotation type javax.xml.bind.annotation.XmlType
-
Name of a no-arg factory method in the class specified in
factoryClass
factoryClass(). - FadeTransition - Class in javafx.animation
-
This
Transition
creates a fade effect animation that spans itsduration
. - FadeTransition() - Constructor for class javafx.animation.FadeTransition
-
The constructor of
FadeTransition
- FadeTransition(Duration) - Constructor for class javafx.animation.FadeTransition
-
The constructor of
FadeTransition
- FadeTransition(Duration, Node) - Constructor for class javafx.animation.FadeTransition
-
The constructor of
FadeTransition
- failed() - Method in class javafx.concurrent.ScheduledService
-
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the FAILED state.
- failed() - Method in class javafx.concurrent.Service
-
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the FAILED state.
- failed() - Method in class javafx.concurrent.Task
-
A protected convenience method for subclasses, called whenever the state of the Task has transitioned to the FAILED state.
- failed(Throwable, A) - Method in interface java.nio.channels.CompletionHandler
-
Invoked when an operation fails.
- FAILED - javafx.concurrent.Worker.State
-
Indicates that this Worker has failed, usually due to some unexpected condition having occurred.
- FAILED - Static variable in class javax.management.remote.JMXConnectionNotification
-
Notification type string for a connection-failed notification.
- failedFuture(Throwable) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is already completed exceptionally with the given exception.
- FailedLoginException - Exception in javax.security.auth.login
-
Signals that user authentication failed.
- FailedLoginException() - Constructor for exception javax.security.auth.login.FailedLoginException
-
Constructs a FailedLoginException with no detail message.
- FailedLoginException(String) - Constructor for exception javax.security.auth.login.FailedLoginException
-
Constructs a FailedLoginException with the specified detail message.
- failedStage(Throwable) - Static method in class java.util.concurrent.CompletableFuture
-
Returns a new CompletionStage that is already completed exceptionally with the given exception and supports only those methods in interface
CompletionStage
. - failedToInitialize() - Method in interface com.sun.jdi.ReferenceType
-
Determines if initialization failed for this class.
- FailOverExecutionControlProvider - Class in jdk.jshell.execution
-
Tries other providers in sequence until one works.
- FailOverExecutionControlProvider() - Constructor for class jdk.jshell.execution.FailOverExecutionControlProvider
-
Create an instance.
- failure(Exception) - Method in interface java.rmi.server.RMIFailureHandler
-
The
failure
callback is invoked when the RMI runtime is unable to create aServerSocket
via theRMISocketFactory
. - Failure(int) - Constructor for class com.sun.net.httpserver.Authenticator.Failure
- FAILURE - Static variable in exception org.ietf.jgss.GSSException
-
General failure, unspecified at GSS-API level.
- FALSE - Static variable in class java.lang.Boolean
-
The
Boolean
object corresponding to the primitive valuefalse
. - FALSE - Static variable in interface java.util.jar.Pack200.Packer
-
The string "false", a possible value for certain properties.
- FALSE - Static variable in interface java.util.jar.Pack200.Unpacker
-
The string "false", a possible value for certain properties.
- Family - Static variable in class javax.swing.text.StyleConstants
-
Name of the font family.
- FAMILY - Static variable in class java.awt.font.TextAttribute
-
Attribute key for the font name.
- farClipProperty() - Method in class javafx.scene.Camera
-
Specifies the distance from the eye of the far clipping plane of this
Camera
in the eye coordinate space. - FAST_FWD - javafx.scene.input.KeyCode
-
Constant for the
Fast Forward
key. - FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
- fatalError(TransformerException) - Method in interface javax.xml.transform.ErrorListener
-
Receive notification of a non-recoverable error.
- fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
-
Receive notification of a non-recoverable error.
- fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
-
Deprecated.Report a fatal XML parsing error.
- fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
-
Report a fatal XML parsing error.
- fatalError(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a fatal error event.
- fault() - Method in annotation type javax.xml.ws.Action
-
Explicit value of the WS-Addressing
Action
message addressing property for thefault
message(s) of the operation. - FaultAction - Annotation Type in javax.xml.ws
-
The
FaultAction
annotation is used inside anAction
annotation to allow an explicit association of a WS-AddressingAction
message addressing property with thefault
messages of the WSDL operation mapped from the exception class. - faultBean() - Method in annotation type javax.xml.ws.WebFault
-
Fault bean name.
- FaxTIFFTagSet - Class in javax.imageio.plugins.tiff
-
A class representing the extra tags found in a TIFF-F (RFC 2036) file.
- fd - Variable in class java.net.DatagramSocketImpl
-
The file descriptor object.
- fd - Variable in class java.net.SocketImpl
-
The file descriptor object for this socket.
- feature() - Method in class java.lang.Runtime.Version
-
Returns the value of the feature element of the version number.
- FEATURE - Static variable in class javax.xml.transform.dom.DOMResult
-
If
TransformerFactory.getFeature(java.lang.String)
returnstrue
when passed this value as an argument, theTransformer
supportsResult
output of this type. - FEATURE - Static variable in class javax.xml.transform.dom.DOMSource
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE - Static variable in class javax.xml.transform.sax.SAXResult
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type. - FEATURE - Static variable in class javax.xml.transform.sax.SAXSource
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the TransformerFactory returned fromTransformerFactory.newInstance()
may be safely cast to a SAXTransformerFactory. - FEATURE - Static variable in class javax.xml.transform.stax.StAXResult
-
If
TransformerFactory.getFeature(String name)
returns true when passed this value as an argument, the Transformer supports Result output of this type. - FEATURE - Static variable in class javax.xml.transform.stax.StAXSource
-
If
TransformerFactory.getFeature(String name)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE - Static variable in class javax.xml.transform.stream.StreamResult
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type. - FEATURE - Static variable in class javax.xml.transform.stream.StreamSource
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Source input of this type. - FEATURE_SECURE_PROCESSING - Static variable in class javax.xml.XMLConstants
-
Feature for secure processing.
- FEATURE_XMLFILTER - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
-
If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, theSAXTransformerFactory.newXMLFilter(Source src)
andSAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported. - FeatureDescriptor - Class in java.beans
-
The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
- FeatureDescriptor() - Constructor for class java.beans.FeatureDescriptor
-
Constructs a
FeatureDescriptor
. - FEBRUARY - java.time.Month
-
The singleton instance for the month of February with 28 days, or 29 in a leap year.
- FEBRUARY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the second month of the year in the Gregorian and Julian calendars. - FEBRUARY - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for second month of year.
- FETCH_FORWARD - Static variable in interface java.sql.ResultSet
-
The constant indicating that the rows in a result set will be processed in a forward direction; first-to-last.
- FETCH_REVERSE - Static variable in interface java.sql.ResultSet
-
The constant indicating that the rows in a result set will be processed in a reverse direction; last-to-first.
- FETCH_UNKNOWN - Static variable in interface java.sql.ResultSet
-
The constant indicating that the order in which rows in a result set will be processed is unknown.
- fetchNotifications(long, int, long) - Method in interface javax.management.remote.rmi.RMIConnection
-
Retrieves notifications from the connector server.
- fictional() - Method in class javax.swing.text.html.parser.TagElement
-
Returns
true
if the tag is fictional. - Fidelity - Class in javax.print.attribute.standard
-
Class
Fidelity
is a printing attribute class, an enumeration, that indicates whether total fidelity to client supplied print request attributes is required. - Fidelity(int) - Constructor for class javax.print.attribute.standard.Fidelity
-
Construct a new fidelity enumeration value with the given integer value.
- FIDELITY_FALSE - Static variable in class javax.print.attribute.standard.Fidelity
-
The printer should make reasonable attempts to print the job, even if it cannot print it exactly as specified.
- FIDELITY_TRUE - Static variable in class javax.print.attribute.standard.Fidelity
-
The job must be printed exactly as specified. or else rejected.
- field() - Method in interface com.sun.jdi.event.WatchpointEvent
-
Returns the field that is about to be accessed/modified.
- field() - Method in interface com.sun.jdi.request.WatchpointRequest
-
Gets the Field being watched by this WatchpointRequest.
- Field - Class in java.lang.reflect
-
A
Field
provides information about, and dynamic access to, a single field of a class or an interface. - Field - Interface in com.sun.jdi
-
A class or instance variable in the target VM.
- Field(String) - Constructor for class java.text.Format.Field
-
Creates a Field with the specified name.
- Field(String) - Constructor for class java.text.MessageFormat.Field
-
Creates a Field with the specified name.
- Field(String) - Constructor for class java.text.NumberFormat.Field
-
Creates a Field instance with the specified name.
- Field(String, int) - Constructor for class java.text.DateFormat.Field
-
Creates a
Field
. - FIELD - java.lang.annotation.ElementType
-
Field declaration (includes enum constants)
- FIELD - javax.lang.model.element.ElementKind
-
A field not described by a more specific kind (like
ENUM_CONSTANT
). - FIELD - javax.xml.bind.annotation.XmlAccessType
-
Every non static, non transient field in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient
. - FIELD - jdk.javadoc.doclet.Taglet.Location
-
In the documentation for a field.
- FIELD_ATTRIBUTE_PFX - Static variable in interface java.util.jar.Pack200.Packer
-
When concatenated with a field attribute name, indicates the format of that attribute.
- FIELD_COUNT - Static variable in class java.util.Calendar
-
The number of distinct fields recognized by
get
andset
. - FIELD_UNDEFINED - Static variable in class javax.xml.datatype.DatatypeConstants
-
Designation that an "int" field is not set.
- FieldBorder(Color, Color, Color, Color) - Constructor for class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
Constructs a new instance of a
FieldBorder
. - fieldByName(String) - Method in interface com.sun.jdi.ReferenceType
-
Finds the visible
Field
with the given non-ambiguous name. - FieldDoc - Interface in com.sun.javadoc
-
Deprecated.The declarations in this package have been superseded by those in the package
jdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package. - fieldModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an
int
value OR-ing together the source language modifiers that can be applied to a field. - fieldName() - Method in interface com.sun.javadoc.SerialFieldTag
-
Deprecated.Return the serializable field name.
- FieldNameHelper - Class in org.omg.CORBA
-
The Helper for
FieldName
. - FieldNameHelper - Class in org.omg.DynamicAny
-
org/omg/DynamicAny/FieldNameHelper.java .
- FieldNameHelper() - Constructor for class org.omg.CORBA.FieldNameHelper
- FieldNameHelper() - Constructor for class org.omg.DynamicAny.FieldNameHelper
- fieldOfViewProperty() - Method in class javafx.scene.PerspectiveCamera
-
Specifies the field of view angle of the camera's projection, measured in degrees.
- FieldPosition - Class in java.text
-
FieldPosition
is a simple class used byFormat
and its subclasses to identify fields in formatted output. - FieldPosition(int) - Constructor for class java.text.FieldPosition
-
Creates a FieldPosition object for the given field.
- FieldPosition(Format.Field) - Constructor for class java.text.FieldPosition
-
Creates a FieldPosition object for the given field constant.
- FieldPosition(Format.Field, int) - Constructor for class java.text.FieldPosition
-
Creates a
FieldPosition
object for the given field. - fields - Variable in class java.util.Calendar
-
The calendar field values for the currently set time for this calendar.
- fields() - Method in interface com.sun.javadoc.ClassDoc
-
Deprecated.Return included fields in this class or interface.
- fields() - Method in interface com.sun.jdi.ReferenceType
-
Returns a list containing each
Field
declared in this type. - fields(boolean) - Method in interface com.sun.javadoc.ClassDoc
-
Deprecated.Return fields in this class or interface, filtered to the specified access modifier option.
- fieldsIn(Iterable<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
-
Returns a list of fields in
elements
. - fieldsIn(Set<? extends Element>) - Static method in class javax.lang.model.util.ElementFilter
-
Returns a set of fields in
elements
. - fieldType() - Method in interface com.sun.javadoc.SerialFieldTag
-
Deprecated.Return the field type string.
- fieldTypeDoc() - Method in interface com.sun.javadoc.SerialFieldTag
-
Deprecated.Return the ClassDoc for field type.
- FieldView - Class in javax.swing.text
-
Extends the multi-line plain text view to be suitable for a single-line editor view.
- FieldView(Element) - Constructor for class javax.swing.text.FieldView
-
Constructs a new FieldView wrapped on an element.
- file() - Method in interface com.sun.javadoc.SourcePosition
-
Deprecated.The source file.
- file() - Method in class java.lang.ProcessBuilder.Redirect
-
Returns the
File
source or destination associated with this redirect, ornull
if there is no such file. - file() - Method in annotation type javax.jws.HandlerChain
- File - Class in java.io
-
An abstract representation of file and directory pathnames.
- File(File, String) - Constructor for class java.io.File
-
Creates a new
File
instance from a parent abstract pathname and a child pathname string. - File(String) - Constructor for class java.io.File
-
Creates a new
File
instance by converting the given pathname string into an abstract pathname. - File(String, String) - Constructor for class java.io.File
-
Creates a new
File
instance from a parent pathname string and a child pathname string. - File(URI) - Constructor for class java.io.File
-
Creates a new
File
instance by converting the givenfile:
URI into an abstract pathname. - FILE - Static variable in class java.awt.JobAttributes.DestinationType
-
The
DestinationType
instance to use for specifying print to file. - FILE - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
Host-specific file names.
- FILE_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
-
A specialized dialog that displays the files in the directory and lets the user select a file, browse a different directory, or specify a filename.
- FILE_CHOOSER - Static variable in class javax.swing.plaf.synth.Region
-
FileChooser region.
- FILE_CHOOSER_DIALOG - Static variable in class javax.swing.JRootPane
-
Constant used for the windowDecorationStyle property.
- FILE_FILTER_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
User changed the kind of files to display.
- FILE_HIDING_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Identifies a change in the display-hidden-files property.
- FILE_INHERIT - java.nio.file.attribute.AclEntryFlag
-
Can be placed on a directory and indicates that the ACL entry should be added to each new non-directory file created.
- FILE_OPEN - Static variable in class jdk.management.resource.ResourceType
-
Deprecated.FILE_OPEN - number of open files.
- FILE_READ - Static variable in class jdk.management.resource.ResourceType
-
Deprecated.FILE_READ - number of bytes read from files.
- FILE_SELECTION_MODE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Identifies a change in the kind of selection (single, multiple, etc.).
- FILE_SOURCE_DSC - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "FileSource" tag.
- FILE_SYSTEM_VIEW_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Says that a different object is being used to find available drives on the system.
- FILE_VERSION - Static variable in class javax.swing.text.html.parser.DTD
-
The version of a file
- FILE_VIEW_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
-
Says that a different object is being used to retrieve file information.
- FILE_WRITE - Static variable in class jdk.management.resource.ResourceType
-
Deprecated.FILE_WRITE - number of bytes written to files.
- FileAlreadyExistsException - Exception in java.nio.file
-
Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists.
- FileAlreadyExistsException(String) - Constructor for exception java.nio.file.FileAlreadyExistsException
-
Constructs an instance of this class.
- FileAlreadyExistsException(String, String, String) - Constructor for exception java.nio.file.FileAlreadyExistsException
-
Constructs an instance of this class.
- FileAttribute<T> - Interface in java.nio.file.attribute
-
An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the
createFile
orcreateDirectory
methods. - FileAttributeView - Interface in java.nio.file.attribute
-
An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.
- FileCacheImageInputStream - Class in javax.imageio.stream
-
An implementation of
ImageInputStream
that gets its input from a regularInputStream
. - FileCacheImageInputStream(InputStream, File) - Constructor for class javax.imageio.stream.FileCacheImageInputStream
-
Constructs a
FileCacheImageInputStream
that will read from a givenInputStream
. - FileCacheImageOutputStream - Class in javax.imageio.stream
-
An implementation of
ImageOutputStream
that writes its output to a regularOutputStream
. - FileCacheImageOutputStream(OutputStream, File) - Constructor for class javax.imageio.stream.FileCacheImageOutputStream
-
Constructs a
FileCacheImageOutputStream
that will write to a givenoutputStream
. - FileChannel - Class in java.nio.channels
-
A channel for reading, writing, mapping, and manipulating a file.
- FileChannel() - Constructor for class java.nio.channels.FileChannel
-
Initializes a new instance of this class.
- FileChannel.MapMode - Class in java.nio.channels
-
A typesafe enumeration for file-mapping modes.
- FileChooser - Class in javafx.stage
-
Provides support for standard platform file dialogs.
- FileChooser() - Constructor for class javafx.stage.FileChooser
- FileChooser.ExtensionFilter - Class in javafx.stage
-
Defines an extension filter, used for filtering which files can be chosen in a FileDialog based on the file name extensions.
- FileChooserUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for
JFileChooser
. - FileChooserUI() - Constructor for class javax.swing.plaf.FileChooserUI
- FileContents - Interface in javax.jnlp
-
FileContents
objects encapsulate the name and contents of a file. - FileDataSource - Class in javax.activation
-
The FileDataSource class implements a simple DataSource object that encapsulates a file.
- FileDataSource(File) - Constructor for class javax.activation.FileDataSource
-
Creates a FileDataSource from a File object.
- FileDataSource(String) - Constructor for class javax.activation.FileDataSource
-
Creates a FileDataSource from the specified path name.
- FileDescriptor - Class in java.io
-
Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
- FileDescriptor() - Constructor for class java.io.FileDescriptor
-
Constructs an (invalid) FileDescriptor object.
- FILEDESCRIPTOR_OPEN - Static variable in class jdk.management.resource.ResourceType
-
Deprecated.FILEDESCRIPTOR_OPEN - number of open file descriptors.
- FileDialog - Class in java.awt
-
The
FileDialog
class displays a dialog window from which the user can select a file. - FileDialog(Dialog) - Constructor for class java.awt.FileDialog
-
Creates a file dialog for loading a file.
- FileDialog(Dialog, String) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading a file.
- FileDialog(Dialog, String, int) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading or saving a file.
- FileDialog(Frame) - Constructor for class java.awt.FileDialog
-
Creates a file dialog for loading a file.
- FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading a file.
- FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
-
Creates a file dialog window with the specified title for loading or saving a file.
- FileFilter - Class in javax.swing.filechooser
-
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user. - FileFilter - Interface in java.io
-
A filter for abstract pathnames.
- FileFilter() - Constructor for class javax.swing.filechooser.FileFilter
- FileHandler - Class in java.util.logging
-
Simple file logging
Handler
. - FileHandler() - Constructor for class java.util.logging.FileHandler
-
Construct a default
FileHandler
. - FileHandler(String) - Constructor for class java.util.logging.FileHandler
-
Initialize a
FileHandler
to write to the given filename. - FileHandler(String, boolean) - Constructor for class java.util.logging.FileHandler
-
Initialize a
FileHandler
to write to the given filename, with optional append. - FileHandler(String, int, int) - Constructor for class java.util.logging.FileHandler
-
Initialize a
FileHandler
to write to a set of files. - FileHandler(String, int, int, boolean) - Constructor for class java.util.logging.FileHandler
-
Initialize a
FileHandler
to write to a set of files with optional append. - FileHandler(String, long, int, boolean) - Constructor for class java.util.logging.FileHandler
-
Initialize a
FileHandler
to write to a set of files with optional append. - fileIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
File icon
- FileIcon16() - Constructor for class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
- FileImageInputStream - Class in javax.imageio.stream
-
An implementation of
ImageInputStream
that gets its input from aFile
orRandomAccessFile
. - FileImageInputStream(File) - Constructor for class javax.imageio.stream.FileImageInputStream
-
Constructs a
FileImageInputStream
that will read from a givenFile
. - FileImageInputStream(RandomAccessFile) - Constructor for class javax.imageio.stream.FileImageInputStream
-
Constructs a
FileImageInputStream
that will read from a givenRandomAccessFile
. - FileImageOutputStream - Class in javax.imageio.stream
-
An implementation of
ImageOutputStream
that writes its output directly to aFile
orRandomAccessFile
. - FileImageOutputStream(File) - Constructor for class javax.imageio.stream.FileImageOutputStream
-
Constructs a
FileImageOutputStream
that will write to a givenFile
. - FileImageOutputStream(RandomAccessFile) - Constructor for class javax.imageio.stream.FileImageOutputStream
-
Constructs a
FileImageOutputStream
that will write to a givenRandomAccessFile
. - FileInputStream - Class in java.io
-
A
FileInputStream
obtains input bytes from a file in a file system. - FileInputStream(File) - Constructor for class java.io.FileInputStream
-
Creates a
FileInputStream
by opening a connection to an actual file, the file named by theFile
objectfile
in the file system. - FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
-
Creates a
FileInputStream
by using the file descriptorfdObj
, which represents an existing connection to an actual file in the file system. - FileInputStream(String) - Constructor for class java.io.FileInputStream
-
Creates a
FileInputStream
by opening a connection to an actual file, the file named by the path namename
in the file system. - fileKey() - Method in interface java.nio.file.attribute.BasicFileAttributes
-
Returns an object that uniquely identifies the given file, or
null
if a file key is not available. - FileLock - Class in java.nio.channels
-
A token representing a lock on a region of a file.
- FileLock(AsynchronousFileChannel, long, long, boolean) - Constructor for class java.nio.channels.FileLock
-
Initializes a new instance of this class.
- FileLock(FileChannel, long, long, boolean) - Constructor for class java.nio.channels.FileLock
-
Initializes a new instance of this class.
- FileLockInterruptionException - Exception in java.nio.channels
-
Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock.
- FileLockInterruptionException() - Constructor for exception java.nio.channels.FileLockInterruptionException
-
Constructs an instance of this class.
- fileManager - Variable in class javax.tools.ForwardingJavaFileManager
-
The file manager which all methods are delegated to.
- fileManager(Function<StandardJavaFileManager, StandardJavaFileManager>) - Method in class jdk.jshell.JShell.Builder
-
Configure the
FileManager
to be used by compilation and source analysis. - FILENAME - Static variable in interface javax.script.ScriptEngine
-
Reserved key for a named value that is the name of the file being executed.
- FileNameExtensionFilter - Class in javax.swing.filechooser
-
An implementation of
FileFilter
that filters using a specified set of extensions. - FileNameExtensionFilter(String, String...) - Constructor for class javax.swing.filechooser.FileNameExtensionFilter
-
Creates a
FileNameExtensionFilter
with the specified description and file name extensions. - FilenameFilter - Interface in java.io
-
Instances of classes that implement this interface are used to filter filenames.
- FileNameMap - Interface in java.net
-
A simple interface which provides a mechanism to map between a file name and a MIME type string.
- FileNotFoundException - Exception in java.io
-
Signals that an attempt to open the file denoted by a specified pathname has failed.
- FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
-
Constructs a
FileNotFoundException
withnull
as its error detail message. - FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
-
Constructs a
FileNotFoundException
with the specified detail message. - fileObject - Variable in class javax.tools.ForwardingFileObject
-
The file object which all methods are delegated to.
- FileObject - Interface in javax.tools
-
File abstraction for tools.
- FileOpenService - Interface in javax.jnlp
-
FileOpenService
service allows the user to choose a file from the local file system, even for applications that are running in the untrusted execution environment. - FileOutputStream - Class in java.io
-
A file output stream is an output stream for writing data to a
File
or to aFileDescriptor
. - FileOutputStream(File) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file represented by the specified
File
object. - FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
- FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file represented by the specified
File
object. - FileOutputStream(String) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file with the specified name.
- FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file with the specified name.
- FileOwnerAttributeView - Interface in java.nio.file.attribute
-
A file attribute view that supports reading or updating the owner of a file.
- FilePermission - Class in java.io
-
This class represents access to a file or directory.
- FilePermission(String, String) - Constructor for class java.io.FilePermission
-
Creates a new FilePermission object with the specified actions.
- Filer - Interface in javax.annotation.processing
-
This interface supports the creation of new files by an annotation processor.
- FileReader - Class in java.io
-
Convenience class for reading character files.
- FileReader(File) - Constructor for class java.io.FileReader
-
Creates a new
FileReader
, given theFile
to read from. - FileReader(FileDescriptor) - Constructor for class java.io.FileReader
-
Creates a new
FileReader
, given theFileDescriptor
to read from. - FileReader(String) - Constructor for class java.io.FileReader
-
Creates a new
FileReader
, given the name of the file to read from. - FileRenderer() - Constructor for class javax.swing.plaf.metal.MetalFileChooserUI.FileRenderer
-
Deprecated.
- FilerException - Exception in javax.annotation.processing
-
Indicates a
Filer
detected an attempt to open a file that would violate the guarantees provided by theFiler
. - FilerException(String) - Constructor for exception javax.annotation.processing.FilerException
-
Constructs an exception with the specified detail message.
- Files - Class in java.nio.file
-
This class consists exclusively of static methods that operate on files, directories, or other types of files.
- FILES - javax.xml.catalog.CatalogFeatures.Feature
-
The
javax.xml.catalog.files
property as described in item FILES of the Catalog Features table. - FILES - Static variable in class javafx.scene.input.DataFormat
-
Represents a List of Files.
- FILES_AND_DIRECTORIES - Static variable in class javax.swing.JFileChooser
-
Instruction to display both files and directories.
- FILES_ONLY - Static variable in class javax.swing.JFileChooser
-
Instruction to display only files.
- FileSaveService - Interface in javax.jnlp
-
FileSaveService
service allows the user to save a file to the local file system, even for applications that are running in the untrusted execution environment. - FilesEvent - Class in java.awt.desktop
-
Auxiliary event containing a list of files.
- FileStore - Class in java.nio.file
-
Storage for files.
- FileStore() - Constructor for class java.nio.file.FileStore
-
Initializes a new instance of this class.
- FileStoreAttributeView - Interface in java.nio.file.attribute
-
An attribute view that is a read-only or updatable view of the attributes of a
FileStore
. - FileSystem - Class in java.nio.file
-
Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.
- FileSystem() - Constructor for class java.nio.file.FileSystem
-
Initializes a new instance of this class.
- FileSystemAlreadyExistsException - Exception in java.nio.file
-
Runtime exception thrown when an attempt is made to create a file system that already exists.
- FileSystemAlreadyExistsException() - Constructor for exception java.nio.file.FileSystemAlreadyExistsException
-
Constructs an instance of this class.
- FileSystemAlreadyExistsException(String) - Constructor for exception java.nio.file.FileSystemAlreadyExistsException
-
Constructs an instance of this class.
- FileSystemException - Exception in java.nio.file
-
Thrown when a file system operation fails on one or two files.
- FileSystemException(String) - Constructor for exception java.nio.file.FileSystemException
-
Constructs an instance of this class.
- FileSystemException(String, String, String) - Constructor for exception java.nio.file.FileSystemException
-
Constructs an instance of this class.
- FileSystemLoopException - Exception in java.nio.file
-
Checked exception thrown when a file system loop, or cycle, is encountered.
- FileSystemLoopException(String) - Constructor for exception java.nio.file.FileSystemLoopException
-
Constructs an instance of this class.
- FileSystemNotFoundException - Exception in java.nio.file
-
Runtime exception thrown when a file system cannot be found.
- FileSystemNotFoundException() - Constructor for exception java.nio.file.FileSystemNotFoundException
-
Constructs an instance of this class.
- FileSystemNotFoundException(String) - Constructor for exception java.nio.file.FileSystemNotFoundException
-
Constructs an instance of this class.
- FileSystemProvider - Class in java.nio.file.spi
-
Service-provider class for file systems.
- FileSystemProvider() - Constructor for class java.nio.file.spi.FileSystemProvider
-
Initializes a new instance of this class.
- FileSystems - Class in java.nio.file
-
Factory methods for file systems.
- FileSystemView - Class in javax.swing.filechooser
-
FileSystemView is JFileChooser's gateway to the file system.
- FileSystemView() - Constructor for class javax.swing.filechooser.FileSystemView
-
Constructs a FileSystemView.
- FileTime - Class in java.nio.file.attribute
-
Represents the value of a file's time stamp attribute.
- FileTypeDetector - Class in java.nio.file.spi
-
A file type detector for probing a file to guess its file type.
- FileTypeDetector() - Constructor for class java.nio.file.spi.FileTypeDetector
-
Initializes a new instance of this class.
- FileTypeMap - Class in javax.activation
-
The FileTypeMap is an abstract class that provides a data typing interface for files.
- FileTypeMap() - Constructor for class javax.activation.FileTypeMap
-
The default constructor.
- FileView - Class in javax.swing.filechooser
-
FileView
defines an abstract class that can be implemented to provide the filechooser with UI information for aFile
. - FileView() - Constructor for class javax.swing.filechooser.FileView
- FileVisitOption - Enum in java.nio.file
-
Defines the file tree traversal options.
- FileVisitor<T> - Interface in java.nio.file
-
A visitor of files.
- FileVisitResult - Enum in java.nio.file
-
The result type of a
FileVisitor
. - FileWriter - Class in java.io
-
Convenience class for writing character files.
- FileWriter(File) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object associated with a file descriptor.
- FileWriter(File, boolean) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(String) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a file name.
- FileWriter(String, boolean) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
- fill - Variable in class java.awt.GridBagConstraints
-
This field is used when the component's display area is larger than the component's requested size.
- fill() - Method in class java.util.zip.InflaterInputStream
-
Fills input buffer with more data to decompress.
- fill() - Method in class javafx.scene.canvas.GraphicsContext
-
Fills the path with the current fill paint.
- fill(boolean[], boolean) - Static method in class java.util.Arrays
-
Assigns the specified boolean value to each element of the specified array of booleans.
- fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
-
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
- fill(byte[], byte) - Static method in class java.util.Arrays
-
Assigns the specified byte value to each element of the specified array of bytes.
- fill(byte[], int, int, byte) - Static method in class java.util.Arrays
-
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
- fill(char[], char) - Static method in class java.util.Arrays
-
Assigns the specified char value to each element of the specified array of chars.
- fill(char[], int, int, char) - Static method in class java.util.Arrays
-
Assigns the specified char value to each element of the specified range of the specified array of chars.
- fill(double[], double) - Static method in class java.util.Arrays
-
Assigns the specified double value to each element of the specified array of doubles.
- fill(double[], int, int, double) - Static method in class java.util.Arrays
-
Assigns the specified double value to each element of the specified range of the specified array of doubles.
- fill(float[], float) - Static method in class java.util.Arrays
-
Assigns the specified float value to each element of the specified array of floats.
- fill(float[], int, int, float) - Static method in class java.util.Arrays
-
Assigns the specified float value to each element of the specified range of the specified array of floats.
- fill(int[], int) - Static method in class java.util.Arrays
-
Assigns the specified int value to each element of the specified array of ints.
- fill(int[], int, int, int) - Static method in class java.util.Arrays
-
Assigns the specified int value to each element of the specified range of the specified array of ints.
- fill(long[], int, int, long) - Static method in class java.util.Arrays
-
Assigns the specified long value to each element of the specified range of the specified array of longs.
- fill(long[], long) - Static method in class java.util.Arrays
-
Assigns the specified long value to each element of the specified array of longs.
- fill(short[], int, int, short) - Static method in class java.util.Arrays
-
Assigns the specified short value to each element of the specified range of the specified array of shorts.
- fill(short[], short) - Static method in class java.util.Arrays
-
Assigns the specified short value to each element of the specified array of shorts.
- fill(Shape) - Method in class java.awt.Graphics2D
-
Fills the interior of a
Shape
using the settings of theGraphics2D
context. - fill(Object[], int, int, Object) - Static method in class java.util.Arrays
-
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
- fill(Object[], Object) - Static method in class java.util.Arrays
-
Assigns the specified Object reference to each element of the specified array of Objects.
- fill(List<? super T>, T) - Static method in class java.util.Collections
-
Replaces all of the elements of the specified list with the specified element.
- fill(ObservableList<? super T>, T) - Static method in class javafx.collections.FXCollections
-
Fills the provided list with obj.
- FILL - javafx.scene.shape.DrawMode
-
Render polygonal primitives by filling the interior of the polygon.
- FILL - Static variable in class java.awt.font.ShapeGraphicAttribute
-
A key indicating the shape should be filled.
- FILL_ORDER_LEFT_TO_RIGHT - Static variable in class javax.imageio.plugins.tiff.BaselineTIFFTagSet
-
A value to be used with the "FillOrder" tag.
- FILL_ORDER_RIGHT_TO_LEFT - Static variable in class javax.imageio.plugins.tiff.BaselineTIFFTagSet
-
A value to be used with the "FillOrder" tag.
- fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
-
Paints a 3-D highlighted rectangle filled with the current color.
- fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
-
Paints a 3-D highlighted rectangle filled with the current color.
- fill3DRect(int, int, int, int, boolean) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.fill3DRect
. - fillArc(double, double, double, double, double, double, ArcType) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills an arc using the current fill paint.
- fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
-
Fills a circular or elliptical arc covering the specified rectangle.
- fillArc(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.fillArc
. - filledSlider - Variable in class javax.swing.plaf.metal.MetalSliderUI
-
The value of the property
JSlider.isFilled
. - Filler(Dimension, Dimension, Dimension) - Constructor for class javax.swing.Box.Filler
-
Constructor to create shape with the given size ranges.
- FILLER - Static variable in class javax.accessibility.AccessibleRole
-
An object that fills up space in a user interface.
- fillHeightProperty() - Method in class javafx.scene.layout.HBox
-
Whether or not resizable children will be resized to fill the full height of the hbox or be resized to their preferred height and aligned according to the
alignment
vpos value. - fillHeightProperty() - Method in class javafx.scene.layout.RowConstraints
-
The vertical fill policy for the row.
- fillInStackTrace() - Method in class java.lang.Throwable
-
Fills in the execution stack trace.
- fillOval(double, double, double, double) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills an oval using the current fill paint.
- fillOval(int, int, int, int) - Method in class java.awt.Graphics
-
Fills an oval bounded by the specified rectangle with the current color.
- fillOval(int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.fillOval
. - fillPolygon(double[], double[], int) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills a polygon with the given points using the currently set fill paint.
- fillPolygon(int[], int[], int) - Method in class java.awt.Graphics
-
Fills a closed polygon defined by arrays of x and y coordinates.
- fillPolygon(int[], int[], int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.fillPolygon
. - fillPolygon(Polygon) - Method in class java.awt.Graphics
-
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
- fillProperty() - Method in class javafx.scene.Scene
-
Defines the background fill of this
Scene
. - fillProperty() - Method in class javafx.scene.shape.Shape
-
Defines parameters to fill the interior of an
Shape
using the settings of thePaint
context. - fillProperty() - Method in class javafx.scene.SubScene
-
Defines the background fill of this
SubScene
. - fillRect(double, double, double, double) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills a rectangle using the current fill paint.
- fillRect(int, int, int, int) - Method in class java.awt.Graphics
-
Fills the specified rectangle.
- fillRect(int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.fillRect
. - fillRoundRect(double, double, double, double, double, double) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills a rounded rectangle using the current fill paint.
- fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
-
Fills the specified rounded corner rectangle with the current color.
- fillRoundRect(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
-
Overrides
Graphics.fillRoundRect
. - FillRule - Enum in javafx.scene.shape
-
The fill rule for determining the interior of the path.
- fillRuleProperty() - Method in class javafx.scene.shape.Path
-
Defines the filling rule constant for determining the interior of the path.
- fillRuleProperty() - Method in class javafx.scene.shape.SVGPath
-
Defines the filling rule constant for determining the interior of the path.
- fillText(String, double, double) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills the given string of text at position x, y with the current fill paint attribute.
- fillText(String, double, double, double) - Method in class javafx.scene.canvas.GraphicsContext
-
Fills text and includes a maximum width of the string.
- FillTransition - Class in javafx.animation
-
This
Transition
creates an animation, that changes the filling of a shape over aduration
. - FillTransition() - Constructor for class javafx.animation.FillTransition
-
The constructor of
FillTransition
- FillTransition(Duration) - Constructor for class javafx.animation.FillTransition
-
The constructor of
FillTransition
- FillTransition(Duration, Color, Color) - Constructor for class javafx.animation.FillTransition
-
The constructor of
FillTransition
- FillTransition(Duration, Shape) - Constructor for class javafx.animation.FillTransition
-
The constructor of
FillTransition
- FillTransition(Duration, Shape, Color, Color) - Constructor for class javafx.animation.FillTransition
-
The constructor of
FillTransition
- fillWidthProperty() - Method in class javafx.scene.layout.ColumnConstraints
-
The horizontal fill policy for the column.
- fillWidthProperty() - Method in class javafx.scene.layout.VBox
-
Whether or not resizable children will be resized to fill the full width of the vbox or be resized to their preferred width and aligned according to the
alignment
hpos value. - filter(BufferedImage, BufferedImage) - Method in class java.awt.image.AffineTransformOp
-
Transforms the source
BufferedImage
and stores the results in the destinationBufferedImage
. - filter(BufferedImage, BufferedImage) - Method in interface java.awt.image.BufferedImageOp
-
Performs a single-input/single-output operation on a
BufferedImage
. - filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ColorConvertOp
-
ColorConverts the source BufferedImage.
- filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ConvolveOp
-
Performs a convolution on BufferedImages.
- filter(BufferedImage, BufferedImage) - Method in class java.awt.image.LookupOp
-
Performs a lookup operation on a
BufferedImage
. - filter(BufferedImage, BufferedImage) - Method in class java.awt.image.RescaleOp
-
Rescales the source BufferedImage.
- filter(Raster, WritableRaster) - Method in class java.awt.image.AffineTransformOp
-
Transforms the source
Raster
and stores the results in the destinationRaster
. - filter(Raster, WritableRaster) - Method in class java.awt.image.BandCombineOp
-
Transforms the
Raster
using the matrix specified in the constructor. - filter(Raster, WritableRaster) - Method in class java.awt.image.ColorConvertOp
-
ColorConverts the image data in the source Raster.
- filter(Raster, WritableRaster) - Method in class java.awt.image.ConvolveOp
-
Performs a convolution on Rasters.
- filter(Raster, WritableRaster) - Method in class java.awt.image.LookupOp
-
Performs a lookup operation on a
Raster
. - filter(Raster, WritableRaster) - Method in interface java.awt.image.RasterOp
-
Performs a single-input/single-output operation from a source Raster to a destination Raster.
- filter(Raster, WritableRaster) - Method in class java.awt.image.RescaleOp
-
Rescales the pixel data in the source Raster.
- filter(Object) - Method in interface javax.imageio.spi.ServiceRegistry.Filter
-
Returns
true
if the givenprovider
object matches the criterion defined by thisFilter
. - filter(DoublePredicate) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the elements of this stream that match the given predicate.
- filter(IntPredicate) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the elements of this stream that match the given predicate.
- filter(LongPredicate) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the elements of this stream that match the given predicate.
- filter(Predicate<? super T>) - Method in class java.util.Optional
-
If a value is present, and the value matches the given predicate, returns an
Optional
describing the value, otherwise returns an emptyOptional
. - filter(Predicate<? super T>) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the elements of this stream that match the given predicate.
- filter(List<Locale.LanguageRange>, Collection<Locale>) - Static method in class java.util.Locale
-
Returns a list of matching
Locale
instances using the filtering mechanism defined in RFC 4647. - filter(List<Locale.LanguageRange>, Collection<Locale>, Locale.FilteringMode) - Static method in class java.util.Locale
-
Returns a list of matching
Locale
instances using the filtering mechanism defined in RFC 4647. - filter(GuardedInvocation, LinkRequest, LinkerServices) - Method in interface jdk.dynalink.linker.GuardedInvocationTransformer
-
Given a guarded invocation, return either the same or potentially different guarded invocation.
- Filter - Class in com.sun.net.httpserver
-
A filter used to pre- and post-process incoming requests.
- Filter - Interface in java.util.logging
-
A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
- Filter() - Constructor for class com.sun.net.httpserver.Filter
- FILTER_ACCEPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Accept the node.
- FILTER_ACCEPT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Accept the node.
- FILTER_INTERRUPT - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Interrupt the normal processing of the document.
- FILTER_REJECT - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Reject the node and its children.
- FILTER_REJECT - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Reject the node.
- FILTER_SKIP - Static variable in interface org.w3c.dom.ls.LSParserFilter
-
Skip this single node.
- FILTER_SKIP - Static variable in interface org.w3c.dom.traversal.NodeFilter
-
Skip this single node.
- Filter.Chain - Class in com.sun.net.httpserver
-
a chain of filters associated with a HttpServer.
- filterArguments(int, MethodHandle...) - Method in class jdk.dynalink.linker.GuardedInvocation
-
Applies argument filters to both the invocation and the guard (if it exists and has at least
pos + 1
parameters) withMethodHandles.filterArguments(MethodHandle, int, MethodHandle...)
. - filterArguments(MethodHandle, int, MethodHandle...) - Static method in class java.lang.invoke.MethodHandles
-
Adapts a target method handle by pre-processing one or more of its arguments, each with its own unary filter function, and then calling the target with each pre-processed argument replaced by the result of its corresponding filter function.
- FilterBypass() - Constructor for class javax.swing.text.DocumentFilter.FilterBypass
- FilterBypass() - Constructor for class javax.swing.text.NavigationFilter.FilterBypass
- FilterComboBoxModel() - Constructor for class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-
Constructs an instance of
FilterComboBoxModel
. - FilterComboBoxRenderer() - Constructor for class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxRenderer
- filtered(Predicate<E>) - Method in interface javafx.collections.ObservableList
-
Creates a
FilteredList
wrapper of this list using the specified predicate. - FILTERED - Static variable in class java.util.zip.Deflater
-
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
- FilteredImageSource - Class in java.awt.image
-
This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
- FilteredImageSource(ImageProducer, ImageFilter) - Constructor for class java.awt.image.FilteredImageSource
-
Constructs an ImageProducer object from an existing ImageProducer and a filter object.
- FilteredList<E> - Class in javafx.collections.transformation
-
Wraps an ObservableList and filters its content using the provided Predicate.
- FilteredList(ObservableList<E>) - Constructor for class javafx.collections.transformation.FilteredList
-
Constructs a new FilteredList wrapper around the source list.
- FilteredList(ObservableList<E>, Predicate<? super E>) - Constructor for class javafx.collections.transformation.FilteredList
-
Constructs a new FilteredList wrapper around the source list.
- FilteredRowSet - Interface in javax.sql.rowset
-
The standard interface that all standard implementations of
FilteredRowSet
must implement. - filterIndexColorModel(IndexColorModel) - Method in class java.awt.image.RGBImageFilter
-
Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.
- filtering(Predicate<? super T>, Collector<? super T, A, R>) - Static method in class java.util.stream.Collectors
-
Adapts a
Collector
to one accepting elements of the same typeT
by applying the predicate to each input element and only accumulating if the predicate returnstrue
. - FilterInputStream - Class in java.io
-
A
FilterInputStream
contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality. - FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
-
Creates a
FilterInputStream
by assigning the argumentin
to the fieldthis.in
so as to remember it for later use. - filterInternalObjects(MethodHandle) - Method in interface jdk.dynalink.linker.LinkerServices
-
Modifies the method handle so that any parameters that can receive potentially internal language runtime objects will have a filter added on them to prevent them from escaping, potentially by wrapping them.
- FilterOutputStream - Class in java.io
-
This class is the superclass of all classes that filter output streams.
- FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
-
Creates an output stream filter built on top of the specified underlying output stream.
- FilterReader - Class in java.io
-
Abstract class for reading filtered character streams.
- FilterReader(Reader) - Constructor for class java.io.FilterReader
-
Creates a new filtered reader.
- filterReturnValue(MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Adapts a target method handle by post-processing its return value (if any) with a filter (another method handle).
- filterRGB(int, int, int) - Method in class java.awt.image.RGBImageFilter
-
Subclasses must specify a method to convert a single input pixel in the default RGB ColorModel to a single output pixel.
- filterRGB(int, int, int) - Method in class javax.swing.GrayFilter
-
Overrides
RGBImageFilter.filterRGB
. - filterRGBPixels(int, int, int, int, int[], int, int) - Method in class java.awt.image.RGBImageFilter
-
Filters a buffer of pixels in the default RGB ColorModel by passing them one by one through the filterRGB method.
- filters - Variable in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-
An array of file filters.
- filterTags(List<Locale.LanguageRange>, Collection<String>) - Static method in class java.util.Locale
-
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
- filterTags(List<Locale.LanguageRange>, Collection<String>, Locale.FilteringMode) - Static method in class java.util.Locale
-
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
- FilterWriter - Class in java.io
-
Abstract class for writing filtered character streams.
- FilterWriter(Writer) - Constructor for class java.io.FilterWriter
-
Create a new filtered writer.
- FINAL - javafx.scene.input.KeyCode
-
Constant for input method support on Asian Keyboards.
- FINAL - javax.lang.model.element.Modifier
-
The modifier
final
- FINAL - Static variable in class java.lang.reflect.Modifier
-
The
int
value representing thefinal
modifier. - FINAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pf" in the Unicode specification.
- finalize() - Method in class java.awt.color.ICC_Profile
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.awt.Graphics
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.awt.image.ColorModel
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.awt.image.IndexColorModel
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.awt.PrintJob
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.io.FileInputStream
-
Deprecated, for removal: This API element is subject to removal in a future version.The
finalize
method has been deprecated and will be removed. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.io.FileOutputStream
-
Deprecated, for removal: This API element is subject to removal in a future version.The
finalize
method has been deprecated and will be removed. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.lang.Enum
-
enum classes cannot have finalize methods.
- finalize() - Method in class java.lang.Object
-
Deprecated.The finalization mechanism is inherently problematic. Finalization can lead to performance issues, deadlocks, and hangs. Errors in finalizers can lead to resource leaks; there is no way to cancel finalization if it is no longer necessary; and no ordering is specified among calls to
finalize
methods of different objects. Furthermore, there are no guarantees regarding the timing of finalization. Thefinalize
method might be called on a finalizable object only after an indefinite delay, if at all. Classes whose instances hold non-heap resources should provide a method to enable explicit release of those resources, and they should also implementAutoCloseable
if appropriate. TheCleaner
andPhantomReference
provide more flexible and efficient ways to release resources when an object becomes unreachable. - finalize() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class java.util.zip.Deflater
-
Deprecated, for removal: This API element is subject to removal in a future version.The
finalize
method has been deprecated and will be removed. It is implemented as a no-op. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. The recommended cleanup for compressor is to explicitly callend
method when it is no longer in use. If theend
is not invoked explicitly the resource of the compressor will be released when the instance becomes unreachable. - finalize() - Method in class java.util.zip.Inflater
-
Deprecated, for removal: This API element is subject to removal in a future version.The
finalize
method has been deprecated and will be removed. It is implemented as a no-op. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and remove the overridingfinalize
method. The recommended cleanup for compressor is to explicitly callend
method when it is no longer in use. If theend
is not invoked explicitly the resource of the compressor will be released when the instance becomes unreachable, - finalize() - Method in class java.util.zip.ZipFile
-
Deprecated, for removal: This API element is subject to removal in a future version.The
finalize
method has been deprecated and will be removed. It is implemented as a no-op. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. The recommended cleanup for ZipFile object is to explicitly invokeclose
method when it is no longer in use, or use try-with-resources. If theclose
is not invoked explicitly the resources held by this object will be released when the instance becomes unreachable. - finalize() - Method in class javax.imageio.spi.ServiceRegistry
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class javax.imageio.stream.FileCacheImageInputStream
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class javax.imageio.stream.FileImageInputStream
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class javax.imageio.stream.FileImageOutputStream
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalize() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
-
Deprecated.The
finalize
method has been deprecated. Subclasses that overridefinalize
in order to perform cleanup should be modified to use alternative cleanup mechanisms and to remove the overridingfinalize
method. When overriding thefinalize
method, its implementation must explicitly ensure thatsuper.finalize()
is invoked as described inObject.finalize()
. See the specification forObject.finalize()
for further information about migration options. - finalSubString(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
-
Returns a query expression that represents a matching constraint on a string argument.
- find() - Method in class java.util.regex.Matcher
-
Attempts to find the next subsequence of the input sequence that matches the pattern.
- find(int) - Method in class java.util.regex.Matcher
-
Resets this matcher and then attempts to find the next subsequence of the input sequence that matches the pattern, starting at the specified index.
- find(String) - Method in interface java.lang.module.ModuleFinder
-
Finds a reference to a module of a given name.
- find(String) - Method in interface java.lang.module.ModuleReader
-
Finds a resource, returning a URI to the resource in the module.
- find(Path, int, BiPredicate<Path, BasicFileAttributes>, FileVisitOption...) - Static method in class java.nio.file.Files
-
Return a
Stream
that is lazily populated withPath
by searching for files in a file tree rooted at a given starting file. - FIND - javafx.scene.input.KeyCode
-
Constant for the
Find
key. - find_POA(String, boolean) - Method in interface org.omg.PortableServer.POAOperations
-
If the target POA is the parent of a child POA with the specified name (relative to the target POA), that child POA is returned.
- findAll() - Method in interface java.lang.module.ModuleFinder
-
Returns the set of all module references that this finder can locate.
- findAll(String) - Method in class java.util.Scanner
-
Returns a stream of match results that match the provided pattern string.
- findAll(Pattern) - Method in class java.util.Scanner
-
Returns a stream of match results from this scanner.
- findAny() - Method in interface java.util.stream.DoubleStream
-
Returns an
OptionalDouble
describing some element of the stream, or an emptyOptionalDouble
if the stream is empty. - findAny() - Method in interface java.util.stream.IntStream
-
Returns an
OptionalInt
describing some element of the stream, or an emptyOptionalInt
if the stream is empty. - findAny() - Method in interface java.util.stream.LongStream
-
Returns an
OptionalLong
describing some element of the stream, or an emptyOptionalLong
if the stream is empty. - findAny() - Method in interface java.util.stream.Stream
-
Returns an
Optional
describing some element of the stream, or an emptyOptional
if the stream is empty. - findAssociatedMBeans(ObjectName, String, String) - Method in class javax.management.relation.RelationService
-
Retrieves the MBeans associated to given one in a relation.
- findAssociatedMBeans(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
-
Retrieves the MBeans associated to given one in a relation.
- findByName(String) - Static method in enum javafx.scene.text.FontPosture
-
Returns
FontPosture
by its name. - findByName(String) - Static method in enum javafx.scene.text.FontWeight
-
Returns
FontWeight
by its name. - findByWeight(int) - Static method in enum javafx.scene.text.FontWeight
-
Returns the closest
FontWeight
for a weight value as defined by the CSS and OpenType specifications. - findClass(String) - Method in interface com.sun.javadoc.ClassDoc
-
Deprecated.Find the specified class or interface within the context of this class doc.
- findClass(String) - Method in interface com.sun.javadoc.PackageDoc
-
Deprecated.Lookup a class or interface within this package.
- findClass(String) - Method in class java.lang.ClassLoader
-
Finds the class with the specified binary name.
- findClass(String) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Looks up a class by name from the lookup context defined by this
Lookup
object. - findClass(String) - Method in class java.net.URLClassLoader
-
Finds and loads the class with the specified name from the URL search path.
- findClass(String) - Method in class javax.management.loading.MLet
-
This is the main method for class loaders that is being redefined.
- findClass(String) - Method in class jdk.jshell.execution.DirectExecutionControl
-
Finds the class with the specified binary name.
- findClass(String) - Method in interface jdk.jshell.execution.LoaderDelegate
-
Finds the class with the specified binary name.
- findClass(String, String) - Method in class java.lang.ClassLoader
-
Finds the class with the given binary name in a module defined to this class loader.
- findColumn(String) - Method in interface java.sql.ResultSet
-
Maps the given
ResultSet
column label to itsResultSet
column index. - findColumn(String) - Method in class javax.swing.table.AbstractTableModel
-
Returns a column given its name.
- findComponentAt(int, int) - Method in class java.awt.Container
-
Locates the visible child component that contains the specified position.
- findComponentAt(Point) - Method in class java.awt.Container
-
Locates the visible child component that contains the specified point.
- findConstructor(Class<?>, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle which creates an object and initializes it, using the constructor of the specified type.
- findDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
-
Finds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
- findEditor(Class<?>) - Static method in class java.beans.PropertyEditorManager
-
Locate a value editor for a given target type.
- findElementMatchingTag(HTMLDocument, int, HTML.Tag) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
-
Returns the deepest element at
offset
matchingtag
. - FindException - Exception in java.lang.module
-
Thrown by a
ModuleFinder
when an error occurs finding a module. - FindException() - Constructor for exception java.lang.module.FindException
-
Constructs a
FindException
with no detail message. - FindException(String) - Constructor for exception java.lang.module.FindException
-
Constructs a
FindException
with the given detail message. - FindException(String, Throwable) - Constructor for exception java.lang.module.FindException
-
Constructs a
FindException
with the given detail message and cause. - FindException(Throwable) - Constructor for exception java.lang.module.FindException
-
Constructs a
FindException
with the given cause. - findFirst() - Method in class java.util.ServiceLoader
-
Load the first available service provider of this loader's service.
- findFirst() - Method in interface java.util.stream.DoubleStream
-
Returns an
OptionalDouble
describing the first element of this stream, or an emptyOptionalDouble
if the stream is empty. - findFirst() - Method in interface java.util.stream.IntStream
-
Returns an
OptionalInt
describing the first element of this stream, or an emptyOptionalInt
if the stream is empty. - findFirst() - Method in interface java.util.stream.LongStream
-
Returns an
OptionalLong
describing the first element of this stream, or an emptyOptionalLong
if the stream is empty. - findFirst() - Method in interface java.util.stream.Stream
-
Returns an
Optional
describing the first element of this stream, or an emptyOptional
if the stream is empty. - findFirst(String) - Static method in interface java.util.spi.ToolProvider
-
Returns the first instance of a
ToolProvider
with the given name, as loaded byServiceLoader
using the system class loader. - findFirst(Operation) - Static method in enum jdk.dynalink.StandardNamespace
-
If the passed in operation is a
NamespaceOperation
, or aNamedOperation
wrapping aNamespaceOperation
, then it returns the first (if any)StandardNamespace
in its namespace list. - findFocusOwner(Component) - Static method in class javax.swing.SwingUtilities
-
Deprecated.As of 1.4, replaced by
KeyboardFocusManager.getFocusOwner()
. - findGetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving read access to a non-static field.
- findGetter(Class<?>, String, Class<?>) - Method in class jdk.dynalink.linker.support.Lookup
-
Performs a
MethodHandles.Lookup.findGetter(Class, String, Class)
, converting any encounteredIllegalAccessException
into anIllegalAccessError
andNoSuchFieldException
into aNoSuchFieldError
. - findInLine(String) - Method in class java.util.Scanner
-
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
- findInLine(Pattern) - Method in class java.util.Scanner
-
Attempts to find the next occurrence of the specified pattern ignoring delimiters.
- findLibrary(String) - Method in class java.lang.ClassLoader
-
Returns the absolute path name of a native library.
- findLibrary(String) - Method in class javax.management.loading.MLet
-
Returns the absolute path name of a native library.
- findLoadedClass(String) - Method in class java.lang.ClassLoader
-
Returns the class with the given binary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that binary name.
- findLoader(String) - Method in class java.lang.ModuleLayer
-
Returns the
ClassLoader
for the module with the given name. - findMBeanServer(String) - Static method in class javax.management.MBeanServerFactory
-
Return a list of registered MBeanServer objects.
- findMedia(float, float, int) - Static method in class javax.print.attribute.standard.MediaSize
-
The specified dimensions are used to locate a matching
MediaSize
instance from amongst all the standardMediaSize
instances. - findModule(String) - Method in class java.lang.module.Configuration
-
Finds a resolved module in this configuration, or if not in this configuration, the parent configurations.
- findModule(String) - Method in class java.lang.ModuleLayer
-
Returns the module with the given name in this layer, or if not in this layer, the parent layers.
- findMonitorDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
-
Finds cycles of threads that are in deadlock waiting to acquire object monitors.
- findOffsetToCharactersInString(char[], int) - Method in class javax.swing.text.ParagraphView
-
Finds the next character in the document with a character in
string
, starting at offsetstart
. - findOwnSpecial(MethodHandles.Lookup, String, Class<?>, Class<?>...) - Static method in class jdk.dynalink.linker.support.Lookup
-
Given a lookup, finds using
Lookup.findSpecial(Class, String, MethodType)
a method on that lookup's class. - findOwnSpecial(String, Class<?>, Class<?>...) - Method in class jdk.dynalink.linker.support.Lookup
-
Finds using
Lookup.findSpecial(Class, String, MethodType)
a method on that lookup's class. - findOwnStatic(MethodHandles.Lookup, String, Class<?>, Class<?>...) - Static method in class jdk.dynalink.linker.support.Lookup
-
Given a lookup, finds using
Lookup.findStatic(Class, String, MethodType)
a method on that lookup's class. - findOwnStatic(String, Class<?>, Class<?>...) - Method in class jdk.dynalink.linker.support.Lookup
-
Finds using
Lookup.findStatic(Class, String, MethodType)
a method on that lookup's class. - findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
-
Retrieves the relations where a given MBean is referenced.
- findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
-
Retrieves the relations where a given MBean is referenced.
- findRelationsOfType(String) - Method in class javax.management.relation.RelationService
-
Returns the relation ids for relations of the given type.
- findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
-
Returns the relation ids for relations of the given type.
- findResource(String) - Method in class java.lang.ClassLoader
-
Finds the resource with the given name.
- findResource(String) - Method in class java.net.URLClassLoader
-
Finds the resource with the specified name on the URL search path.
- findResource(String, String) - Method in class java.lang.ClassLoader
-
Returns a URL to a resource in a module defined to this class loader.
- findResources(String) - Method in class java.lang.ClassLoader
-
Returns an enumeration of
URL
objects representing all the resources with the given name. - findResources(String) - Method in class java.net.URLClassLoader
-
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
- findSetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving write access to a non-static field.
- findSpecial(Class<?>, String, MethodType) - Method in class jdk.dynalink.linker.support.Lookup
-
Performs a
MethodHandles.Lookup.findSpecial(Class, String, MethodType, Class)
on the underlying lookup. - findSpecial(Class<?>, String, MethodType, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces an early-bound method handle for a virtual method.
- findStatic(Class<?>, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle for a static method.
- findStatic(Class<?>, String, MethodType) - Method in class jdk.dynalink.linker.support.Lookup
-
Performs a
MethodHandles.Lookup.findStatic(Class, String, MethodType)
on the underlying lookup. - findStaticGetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving read access to a static field.
- findStaticSetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving write access to a static field.
- findStaticVarHandle(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a VarHandle giving access to a static field
name
of typetype
declared in a class of typedecl
. - findSystemClass(String) - Method in class java.lang.ClassLoader
-
Finds a class with the specified binary name, loading it if necessary.
- findVarHandle(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a VarHandle giving access to a non-static field
name
of typetype
declared in a class of typerecv
. - findVirtual(Class<?>, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle for a virtual method.
- findVirtual(Class<?>, String, MethodType) - Method in class jdk.dynalink.linker.support.Lookup
-
Performs a
MethodHandles.Lookup.findVirtual(Class, String, MethodType)
on the underlying lookup. - findWithinHorizon(String, int) - Method in class java.util.Scanner
-
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
- findWithinHorizon(Pattern, int) - Method in class java.util.Scanner
-
Attempts to find the next occurrence of the specified pattern.
- fine(String) - Method in class java.util.logging.Logger
-
Log a FINE message.
- fine(Supplier<String>) - Method in class java.util.logging.Logger
-
Log a FINE message, which is only to be constructed if the logging level is such that the message will actually be logged.
- FINE - Static variable in class java.util.logging.Level
-
FINE is a message level providing tracing information.
- finer(String) - Method in class java.util.logging.Logger
-
Log a FINER message.
- finer(Supplier<String>) - Method in class java.util.logging.Logger
-
Log a FINER message, which is only to be constructed if the logging level is such that the message will actually be logged.
- FINER - Static variable in class java.util.logging.Level
-
FINER indicates a fairly detailed tracing message.
- finest(String) - Method in class java.util.logging.Logger
-
Log a FINEST message.
- finest(Supplier<String>) - Method in class java.util.logging.Logger
-
Log a FINEST message, which is only to be constructed if the logging level is such that the message will actually be logged.
- FINEST - Static variable in class java.util.logging.Level
-
FINEST indicates a highly detailed tracing message.
- finish() - Method in class java.util.zip.Deflater
-
When called, indicates that compression should end with the current contents of the input buffer.
- finish() - Method in class java.util.zip.DeflaterOutputStream
-
Finishes writing compressed data to the output stream without closing the underlying stream.
- finish() - Method in class java.util.zip.GZIPOutputStream
-
Finishes writing compressed data to the output stream without closing the underlying stream.
- finish() - Method in class java.util.zip.InflaterOutputStream
-
Finishes writing uncompressed data to the output stream without closing the underlying stream.
- finish() - Method in class java.util.zip.ZipOutputStream
-
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
- FINISH - javafx.scene.control.ButtonBar.ButtonData
-
A tag for the "finish".
- FINISH - Static variable in class javafx.scene.control.ButtonType
-
A pre-defined
ButtonType
that displays "Finish" and has aButtonBar.ButtonData
ofButtonBar.ButtonData.FINISH
. - finishConnect() - Method in class com.sun.nio.sctp.SctpChannel
-
Finishes the process of connecting an SCTP channel.
- finishConnect() - Method in class java.nio.channels.SocketChannel
-
Finishes the process of connecting a socket channel.
- finishDraggingTo(int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
Messages the BasicSplitPaneUI with finishDraggingTo that this instance is contained in.
- finishDraggingTo(int) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Messaged to finish the dragging session.
- finished() - Method in class java.util.zip.Deflater
-
Returns true if the end of the compressed data output stream has been reached.
- finished() - Method in class java.util.zip.Inflater
-
Returns true if the end of the compressed data stream has been reached.
- finished(TaskEvent) - Method in interface com.sun.source.util.TaskListener
-
Invoked when an event has been completed.
- FINISHED - javax.net.ssl.SSLEngineResult.HandshakeStatus
-
The
SSLEngine
has just finished handshaking. - finishedPaintingChildren(JSplitPane, Graphics) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Called when the specified split pane has finished painting its children.
- finishedPaintingChildren(JSplitPane, Graphics) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
Invokes the
finishedPaintingChildren
method on each UI handled by this object. - finishedPaintingChildren(JSplitPane, Graphics) - Method in class javax.swing.plaf.SplitPaneUI
-
Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.
- finisher() - Method in interface java.util.stream.Collector
-
Perform the final transformation from the intermediate accumulation type
A
to the final result typeR
. - Finishings - Class in javax.print.attribute.standard
-
Class
Finishings
is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job. - Finishings(int) - Constructor for class javax.print.attribute.standard.Finishings
-
Construct a new finishings binding enumeration value with the given integer value.
- fire() - Method in class javafx.scene.control.ButtonBase
-
Invoked when a user gesture indicates that an event for this
ButtonBase
should occur. - fire() - Method in class javafx.scene.control.CheckBox
-
Toggles the state of the
CheckBox
. - fire() - Method in class javafx.scene.control.Hyperlink
-
Implemented to invoke the
ActionEvent
if one is defined. - fire() - Method in class javafx.scene.control.MenuButton
-
This has no impact.
- fire() - Method in class javafx.scene.control.MenuItem
-
Fires a new ActionEvent.
- fire() - Method in class javafx.scene.control.RadioButton
-
Toggles the state of the radio button if and only if the RadioButton has not already selected or is not part of a
ToggleGroup
. - fire() - Method in class javafx.scene.control.SplitMenuButton
-
Call the action when button is pressed.
- fire() - Method in class javafx.scene.input.Mnemonic
-
Fire the
ActionEvent
- FIRE - javafx.scene.AccessibleAction
-
Fires the primary action for the node.
- fireActionEvent() - Method in class javax.swing.JComboBox
-
Notifies all listeners that have registered interest for notification on this event type.
- fireActionPerformed() - Method in class javax.swing.JTextField
-
Notifies all listeners that have registered interest for notification on this event type.
- fireActionPerformed(ActionEvent) - Method in class javax.swing.AbstractButton
-
Notifies all listeners that have registered interest for notification on this event type.
- fireActionPerformed(ActionEvent) - Method in class javax.swing.DefaultButtonModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireActionPerformed(ActionEvent) - Method in class javax.swing.Timer
-
Notifies all listeners that have registered interest for notification on this event type.
- fireActionPerformed(String) - Method in class javax.swing.JFileChooser
-
Notifies all listeners that have registered interest for notification on this event type.
- fireAdjustmentValueChanged(int, int, int) - Method in class javax.swing.JScrollBar
-
Notify listeners that the scrollbar's model has changed.
- FIREBRICK - Static variable in class javafx.scene.paint.Color
-
The color firebrick with an RGB value of #B22222
- fireCaretUpdate(CaretEvent) - Method in class javax.swing.text.JTextComponent
-
Notifies all listeners that have registered interest for notification on this event type.
- fireChange(boolean, int, int) - Method in class javafx.collections.ObservableArrayBase
-
Notifies all listeners of a change
- fireChange(ListChangeListener.Change<? extends E>) - Method in class javafx.collections.ObservableListBase
-
Notifies all listeners of a change
- fireChangedUpdate(DocumentEvent) - Method in class javax.swing.text.AbstractDocument
-
Notifies all listeners that have registered interest for notification on this event type.
- fireChangedUpdate(DocumentEvent) - Method in class javax.swing.text.html.HTMLDocument
-
Notifies all listeners that have registered interest for notification on this event type.
- fireChildrenAdded(BeanContextMembershipEvent) - Method in class java.beans.beancontext.BeanContextSupport
-
Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
- fireChildrenRemoved(BeanContextMembershipEvent) - Method in class java.beans.beancontext.BeanContextSupport
-
Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
- fireColumnAdded(TableColumnModelEvent) - Method in class javax.swing.table.DefaultTableColumnModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireColumnMarginChanged() - Method in class javax.swing.table.DefaultTableColumnModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireColumnMoved(TableColumnModelEvent) - Method in class javax.swing.table.DefaultTableColumnModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireColumnRemoved(TableColumnModelEvent) - Method in class javax.swing.table.DefaultTableColumnModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireColumnSelectionChanged(ListSelectionEvent) - Method in class javax.swing.table.DefaultTableColumnModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireContentsChanged() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
Invoked when a content is changed.
- fireContentsChanged(Object, int, int) - Method in class javax.swing.AbstractListModel
-
AbstractListModel
subclasses must call this method after one or more elements of the list change. - fireDragGestureRecognized(int, Point) - Method in class java.awt.dnd.DragGestureRecognizer
-
Notify the DragGestureListener that a Drag and Drop initiating gesture has occurred.
- fireEditingCanceled() - Method in class javax.swing.AbstractCellEditor
-
Notifies all listeners that have registered interest for notification on this event type.
- fireEditingStopped() - Method in class javax.swing.AbstractCellEditor
-
Notifies all listeners that have registered interest for notification on this event type.
- fireEvent(Event) - Method in class javafx.concurrent.Service
-
Fires the specified event.
- fireEvent(Event) - Method in class javafx.concurrent.Task
-
Fires the specified event.
- fireEvent(Event) - Method in class javafx.scene.Node
-
Fires the specified event.
- fireEvent(Event) - Method in class javafx.stage.Window
-
Fires the specified event.
- fireEvent(EventTarget, Event) - Static method in class javafx.event.Event
-
Fires the specified event.
- fireHyperlinkUpdate(HyperlinkEvent) - Method in class javax.swing.JEditorPane
-
Notifies all listeners that have registered interest for notification on this event type.
- fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
-
Reports a boolean bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireIndexedPropertyChange(String, int, int, int) - Method in class java.beans.PropertyChangeSupport
-
Reports an integer bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireIndexedPropertyChange(String, int, Object, Object) - Method in class java.beans.PropertyChangeSupport
-
Reports a bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireInsertUpdate(DocumentEvent) - Method in class javax.swing.text.AbstractDocument
-
Notifies all listeners that have registered interest for notification on this event type.
- fireInternalFrameEvent(int) - Method in class javax.swing.JInternalFrame
-
Fires an internal frame event.
- fireIntervalAdded(Object, int, int) - Method in class javax.swing.AbstractListModel
-
AbstractListModel
subclasses must call this method after one or more elements are added to the model. - fireIntervalRemoved(Object, int, int) - Method in class javax.swing.AbstractListModel
-
AbstractListModel
subclasses must call this method after one or more elements are removed from the model. - fireItemStateChanged(ItemEvent) - Method in class javax.swing.AbstractButton
-
Notifies all listeners that have registered interest for notification on this event type.
- fireItemStateChanged(ItemEvent) - Method in class javax.swing.DefaultButtonModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireItemStateChanged(ItemEvent) - Method in class javax.swing.JComboBox
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuCanceled() - Method in class javax.swing.JMenu
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuDeselected() - Method in class javax.swing.JMenu
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuDragMouseDragged(MenuDragMouseEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuDragMouseEntered(MenuDragMouseEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuDragMouseExited(MenuDragMouseEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuDragMouseReleased(MenuDragMouseEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuKeyPressed(MenuKeyEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuKeyReleased(MenuKeyEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuKeyTyped(MenuKeyEvent) - Method in class javax.swing.JMenuItem
-
Notifies all listeners that have registered interest for notification on this event type.
- fireMenuSelected() - Method in class javax.swing.JMenu
-
Notifies all listeners that have registered interest for notification on this event type.
- firePopupMenuCanceled() - Method in class javax.swing.JComboBox
-
Notifies
PopupMenuListener
s that the popup portion of the combo box has been canceled. - firePopupMenuCanceled() - Method in class javax.swing.JPopupMenu
-
Notifies
PopupMenuListeners
that this popup menu is cancelled. - firePopupMenuWillBecomeInvisible() - Method in class javax.swing.JComboBox
-
Notifies
PopupMenuListener
s that the popup portion of the combo box has become invisible. - firePopupMenuWillBecomeInvisible() - Method in class javax.swing.JPopupMenu
-
Notifies
PopupMenuListener
s that this popup menu will become invisible. - firePopupMenuWillBecomeVisible() - Method in class javax.swing.JComboBox
-
Notifies
PopupMenuListener
s that the popup portion of the combo box will become visible. - firePopupMenuWillBecomeVisible() - Method in class javax.swing.JPopupMenu
-
Notifies
PopupMenuListener
s that this popup menu will become visible. - firePropertyChange() - Method in class java.beans.PropertyEditorSupport
-
Report that we have been modified to any interested listeners.
- firePropertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeSupport
-
Fires a property change event to listeners that have been registered to track updates of all properties or a property with the specified name.
- firePropertyChange(PropertyChangeEvent) - Method in class javax.swing.event.SwingPropertyChangeSupport
-
Fires a property change event to listeners that have been registered to track updates of all properties or a property with the specified name.
- firePropertyChange(String, boolean, boolean) - Method in class java.awt.Component
-
Support for reporting bound property changes for boolean properties.
- firePropertyChange(String, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
-
Reports a boolean bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- firePropertyChange(String, boolean, boolean) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, boolean, boolean) - Method in class javax.swing.JComponent
-
Support for reporting bound property changes for boolean properties.
- firePropertyChange(String, boolean, boolean) - Method in class javax.swing.table.DefaultTableCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, boolean, boolean) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, byte, byte) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, byte, byte) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, byte, byte) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, char, char) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, char, char) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, char, char) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, double, double) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, double, double) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, double, double) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, float, float) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, float, float) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, float, float) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, int, int) - Method in class java.awt.Component
-
Support for reporting bound property changes for integer properties.
- firePropertyChange(String, int, int) - Method in class java.beans.PropertyChangeSupport
-
Reports an integer bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- firePropertyChange(String, int, int) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, int, int) - Method in class javax.swing.JComponent
-
Support for reporting bound property changes for integer properties.
- firePropertyChange(String, int, int) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, long, long) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, long, long) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, long, long) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, short, short) - Method in class java.awt.Component
-
Reports a bound property change.
- firePropertyChange(String, short, short) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, short, short) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class java.awt.Component
-
Support for reporting bound property changes for Object properties.
- firePropertyChange(String, Object, Object) - Method in class java.awt.KeyboardFocusManager
-
Fires a PropertyChangeEvent in response to a change in a bound property.
- firePropertyChange(String, Object, Object) - Method in class java.beans.beancontext.BeanContextChildSupport
-
Report a bound property update to any registered listeners.
- firePropertyChange(String, Object, Object) - Method in class java.beans.PropertyChangeSupport
-
Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- firePropertyChange(String, Object, Object) - Method in class javax.accessibility.AccessibleContext
-
Support for reporting bound property changes.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.AbstractAction
-
Supports reporting bound property changes.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.DefaultListCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.JViewport
-
Notifies listeners of a property change.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
Support for reporting bound property changes for boolean properties.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.plaf.LayerUI
-
Support for reporting bound property changes for Object properties.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.SwingWorker
-
Reports a bound property update to any registered listeners.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.table.DefaultTableCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class javax.swing.UIDefaults
-
Support for reporting bound property changes.
- fireRemoveUpdate(DocumentEvent) - Method in class javax.swing.text.AbstractDocument
-
Notifies all listeners that have registered interest for notification on this event type.
- fireRowSorterChanged(int[]) - Method in class javax.swing.RowSorter
-
Notifies listener that the mapping has changed.
- fireSelectionValueChanged(int, int, boolean) - Method in class javax.swing.JList
-
Notifies
ListSelectionListener
s added directly to the list of selection changes made to the selection model. - fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceAvailableEvent
indicating that a new service has become available. - fireServiceAdded(Class<?>) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceEvent
notifying of a new service. - fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceEvent
notifying of a service being revoked. - fireServiceRevoked(Class<?>, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceRevokedEvent
indicating that a particular service is no longer available. - fireSortOrderChanged() - Method in class javax.swing.RowSorter
-
Notifies listener that the sort order has changed.
- fireStateChanged() - Method in class javax.swing.AbstractButton
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class javax.swing.AbstractSpinnerModel
-
Run each ChangeListeners stateChanged() method.
- fireStateChanged() - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
-
Runs each
ChangeListener
'sstateChanged
method. - fireStateChanged() - Method in class javax.swing.DefaultBoundedRangeModel
-
Runs each
ChangeListener
'sstateChanged
method. - fireStateChanged() - Method in class javax.swing.DefaultButtonModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class javax.swing.DefaultSingleSelectionModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class javax.swing.JProgressBar
-
Send a
ChangeEvent
, whose source is thisJProgressBar
, to allChangeListener
s that have registered interest inChangeEvent
s. - fireStateChanged() - Method in class javax.swing.JSlider
-
Send a
ChangeEvent
, whose source is thisJSlider
, to allChangeListener
s that have registered interest inChangeEvent
s. - fireStateChanged() - Method in class javax.swing.JSpinner
-
Sends a
ChangeEvent
, whose source is thisJSpinner
, to eachChangeListener
. - fireStateChanged() - Method in class javax.swing.JTabbedPane
-
Sends a
ChangeEvent
, with thisJTabbedPane
as the source, to each registered listener. - fireStateChanged() - Method in class javax.swing.JViewport
-
Notifies all
ChangeListeners
when the views size, position, or the viewports extent size has changed. - fireStateChanged() - Method in class javax.swing.MenuSelectionManager
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class javax.swing.text.DefaultCaret
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class javax.swing.text.StyleContext.NamedStyle
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTableCellUpdated(int, int) - Method in class javax.swing.table.AbstractTableModel
-
Notifies all listeners that the value of the cell at
[row, column]
has been updated. - fireTableChanged(TableModelEvent) - Method in class javax.swing.table.AbstractTableModel
-
Forwards the given notification event to all
TableModelListeners
that registered themselves as listeners for this table model. - fireTableDataChanged() - Method in class javax.swing.table.AbstractTableModel
-
Notifies all listeners that all cell values in the table's rows may have changed.
- fireTableRowsDeleted(int, int) - Method in class javax.swing.table.AbstractTableModel
-
Notifies all listeners that rows in the range
[firstRow, lastRow]
, inclusive, have been deleted. - fireTableRowsInserted(int, int) - Method in class javax.swing.table.AbstractTableModel
-
Notifies all listeners that rows in the range
[firstRow, lastRow]
, inclusive, have been inserted. - fireTableRowsUpdated(int, int) - Method in class javax.swing.table.AbstractTableModel
-
Notifies all listeners that rows in the range
[firstRow, lastRow]
, inclusive, have been updated. - fireTableStructureChanged() - Method in class javax.swing.table.AbstractTableModel
-
Notifies all listeners that the table's structure has changed.
- fireTreeCollapsed(TreePath) - Method in class javax.swing.JTree
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeExpanded(TreePath) - Method in class javax.swing.JTree
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class javax.swing.tree.DefaultTreeModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class javax.swing.tree.DefaultTreeModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class javax.swing.tree.DefaultTreeModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class javax.swing.tree.DefaultTreeModel
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeWillCollapse(TreePath) - Method in class javax.swing.JTree
-
Notifies all listeners that have registered interest for notification on this event type.
- fireTreeWillExpand(TreePath) - Method in class javax.swing.JTree
-
Notifies all listeners that have registered interest for notification on this event type.
- fireUndoableEditUpdate(UndoableEditEvent) - Method in class javax.swing.text.AbstractDocument
-
Notifies all listeners that have registered interest for notification on this event type.
- fireUndoableEditUpdate(UndoableEditEvent) - Method in class javax.swing.text.html.HTMLDocument
-
Notifies all listeners that have registered interest for notification on this event type.
- fireValueChanged(boolean) - Method in class javax.swing.DefaultListSelectionModel
-
Notifies listeners that we have ended a series of adjustments.
- fireValueChanged(int, int) - Method in class javax.swing.DefaultListSelectionModel
-
Notifies
ListSelectionListeners
that the value of the selection, in the closed intervalfirstIndex
,lastIndex
, has changed. - fireValueChanged(int, int, boolean) - Method in class javax.swing.DefaultListSelectionModel
- fireValueChanged(TreeSelectionEvent) - Method in class javax.swing.JTree
-
Notifies all listeners that have registered interest for notification on this event type.
- fireValueChanged(TreeSelectionEvent) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Notifies all listeners that are registered for tree selection events on this object.
- fireValueChangedEvent() - Method in interface javafx.beans.property.adapter.ReadOnlyJavaBeanProperty
-
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).
- fireValueChangedEvent() - Method in class javafx.beans.property.BooleanPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.DoublePropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.FloatPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.IntegerPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ListPropertyBase
- fireValueChangedEvent() - Method in class javafx.beans.property.LongPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.MapPropertyBase
- fireValueChangedEvent() - Method in class javafx.beans.property.ObjectPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyBooleanPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyDoublePropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyFloatPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyIntegerPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyListPropertyBase
-
This method needs to be called if the reference to the
ObservableList
changes. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyLongPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyMapPropertyBase
-
This method needs to be called if the reference to the
ObservableList
changes. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyObjectPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlySetPropertyBase
-
This method needs to be called if the reference to the
ObservableSet
changes. - fireValueChangedEvent() - Method in class javafx.beans.property.ReadOnlyStringPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.property.SetPropertyBase
- fireValueChangedEvent() - Method in class javafx.beans.property.StringPropertyBase
-
Sends notifications to all attached
InvalidationListeners
andChangeListeners
. - fireValueChangedEvent() - Method in class javafx.beans.value.ObservableValueBase
-
Notify the currently registered observers of a value change.
- fireValueChangedEvent(ListChangeListener.Change<? extends E>) - Method in class javafx.beans.property.ListPropertyBase
- fireValueChangedEvent(ListChangeListener.Change<? extends E>) - Method in class javafx.beans.property.ReadOnlyListPropertyBase
-
This method needs to be called if the content of the referenced
ObservableList
changes. - fireValueChangedEvent(MapChangeListener.Change<? extends K, ? extends V>) - Method in class javafx.beans.property.MapPropertyBase
- fireValueChangedEvent(MapChangeListener.Change<? extends K, ? extends V>) - Method in class javafx.beans.property.ReadOnlyMapPropertyBase
-
This method needs to be called if the content of the referenced
ObservableList
changes. - fireValueChangedEvent(SetChangeListener.Change<? extends E>) - Method in class javafx.beans.property.ReadOnlySetPropertyBase
-
This method needs to be called if the content of the referenced
ObservableSet
changes. - fireValueChangedEvent(SetChangeListener.Change<? extends E>) - Method in class javafx.beans.property.SetPropertyBase
- fireVetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeSupport
-
Fires a property change event to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireVetoableChange(String, boolean, boolean) - Method in class java.beans.VetoableChangeSupport
-
Reports a boolean constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireVetoableChange(String, int, int) - Method in class java.beans.VetoableChangeSupport
-
Reports an integer constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireVetoableChange(String, Object, Object) - Method in class java.awt.KeyboardFocusManager
-
Fires a PropertyChangeEvent in response to a change in a vetoable property.
- fireVetoableChange(String, Object, Object) - Method in class java.beans.beancontext.BeanContextChildSupport
-
Report a vetoable property update to any registered listeners.
- fireVetoableChange(String, Object, Object) - Method in class java.beans.VetoableChangeSupport
-
Reports a constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
- fireVetoableChange(String, Object, Object) - Method in class javax.swing.JComponent
-
Supports reporting constrained property changes.
- fireVisibleDataPropertyChange() - Method in class javax.swing.JTree.AccessibleJTree
-
Fire a visible data property change notification.
- first() - Method in interface java.sql.ResultSet
-
Moves the cursor to the first row in this
ResultSet
object. - first() - Method in class java.text.BreakIterator
-
Returns the first boundary.
- first() - Method in interface java.text.CharacterIterator
-
Sets the position to getBeginIndex() and returns the character at that position.
- first() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.first() for String.
- first() - Method in class java.util.concurrent.ConcurrentSkipListSet
- first() - Method in interface java.util.SortedSet
-
Returns the first (lowest) element currently in this set.
- first() - Method in class java.util.TreeSet
- first() - Method in class javax.swing.text.ElementIterator
-
Fetches the first element.
- first() - Method in class javax.swing.text.html.parser.ContentModel
-
Return the element that must be next.
- first() - Method in class javax.swing.text.Segment
-
Sets the position to getBeginIndex() and returns the character at that position.
- first(Container) - Method in class java.awt.CardLayout
-
Flips to the first card of the container.
- first(Object) - Method in class javax.swing.text.html.parser.ContentModel
-
Return true if the token could potentially be the first token in the input stream.
- FIRST - jdk.incubator.http.WebSocket.MessagePart
-
The first part of a message.
- FIRST_LINE_END - Static variable in class java.awt.GridBagConstraints
-
Place the component in the corner of its display area where the first line of text on a page would normally end for the current
ComponentOrientation
. - FIRST_LINE_START - Static variable in class java.awt.GridBagConstraints
-
Place the component in the corner of its display area where the first line of text on a page would normally begin for the current
ComponentOrientation
. - FIRST_ORDERED_NODE_TYPE - Static variable in interface org.w3c.dom.xpath.XPathResult
-
The result is a node set as defined by and will be accessed as a single node, which may be
null
if the node set is empty. - firstChild() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the
TreeWalker
to the first visible child of the current node, and returns the new node. - firstColumn - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
The first column
- firstComplete() - Method in class java.util.concurrent.CountedCompleter
-
If this task's pending count is zero, returns this task; otherwise decrements its pending count and returns
null
. - firstDayOfMonth() - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the "first day of month" adjuster, which returns a new date set to the first day of the current month.
- firstDayOfNextMonth() - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the "first day of next month" adjuster, which returns a new date set to the first day of the next month.
- firstDayOfNextYear() - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the "first day of next year" adjuster, which returns a new date set to the first day of the next year.
- firstDayOfYear() - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the "first day of year" adjuster, which returns a new date set to the first day of the current year.
- firstDayOfYear(boolean) - Method in enum java.time.Month
-
Gets the day-of-year corresponding to the first day of this month.
- firstElement() - Method in class java.util.Vector
-
Returns the first component (the item at index
0
) of this vector. - firstElement() - Method in class javax.swing.DefaultListModel
-
Returns the first component of this list.
- firstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a key-value mapping associated with the least key in this map, or
null
if the map is empty. - firstEntry() - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the least key in this map, or
null
if the map is empty. - firstEntry() - Method in class java.util.TreeMap
- firstInMonth(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the first in month adjuster, which returns a new date in the same month with the first matching day-of-week.
- firstKey() - Method in class java.util.concurrent.ConcurrentSkipListMap
- firstKey() - Method in interface java.util.SortedMap
-
Returns the first (lowest) key currently in this map.
- firstKey() - Method in class java.util.TreeMap
- firstLineIndent - Variable in class javax.swing.text.ParagraphView
-
Indentation for the first line, from the left inset.
- FirstLineIndent - Static variable in class javax.swing.text.StyleConstants
-
The amount of space to indent the first line of the paragraph.
- firstMonthOfQuarter() - Method in enum java.time.Month
-
Gets the month corresponding to the first month of this quarter.
- firstRow - Variable in class javax.swing.event.TableModelEvent
-
The first row that has changed.
- firstRow - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
The first row
- firstSentenceTags() - Method in interface com.sun.javadoc.Doc
-
Deprecated.Return the first sentence of the comment as an array of tags.
- firstSentenceTags() - Method in interface com.sun.javadoc.Tag
-
Deprecated.Return the first sentence of the comment as an array of tags.
- firstValue(String) - Method in class jdk.incubator.http.HttpHeaders
-
Returns an
Optional
containing the first value of the given named (and possibly multi-valued) header. - firstValueAsLong(String) - Method in class jdk.incubator.http.HttpHeaders
-
Returns an
OptionalLong
containing the first value of the named header field. - FIT_WIDTH - javax.swing.JTable.PrintMode
-
Printing mode that scales the output smaller, if necessary, to fit the table's entire width (and thereby all columns) on each page; Rows are spread across multiple pages as necessary.
- fitHeightProperty() - Method in class javafx.scene.image.ImageView
-
The height of the bounding box within which the source image is resized as necessary to fit.
- fitHeightProperty() - Method in class javafx.scene.media.MediaView
-
Determines the height of the bounding box within which the source media is resized as necessary to fit.
- fitToHeightProperty() - Method in class javafx.scene.control.ScrollPane
-
If true and if the contained node is a Resizable, then the node will be kept resized to match the height of the ScrollPane's viewport.
- fitToWidthProperty() - Method in class javafx.scene.control.ScrollPane
-
If true and if the contained node is a Resizable, then the node will be kept resized to match the width of the ScrollPane's viewport.
- fitWidthProperty() - Method in class javafx.scene.image.ImageView
-
The width of the bounding box within which the source image is resized as necessary to fit.
- fitWidthProperty() - Method in class javafx.scene.media.MediaView
-
Determines the width of the bounding box within which the source media is resized as necessary to fit.
- fixed(Instant, ZoneId) - Static method in class java.time.Clock
-
Obtains a clock that always returns the same instant.
- FIXED - javafx.scene.control.TabPane.TabDragPolicy
-
The tabs remain fixed in their positions and cannot be dragged.
- FIXED - Static variable in interface javax.swing.text.html.parser.DTDConstants
-
The DTD constant corresponds to FIXED
- fixed_digits() - Method in class org.omg.CORBA.TypeCode
-
Returns the number of digits in the fixed type described by this
TypeCode
object. - fixed_scale() - Method in class org.omg.CORBA.TypeCode
-
Returns the scale of the fixed type described by this
TypeCode
object. - FIXED_SIZES - javax.swing.plaf.nimbus.AbstractRegionPainter.PaintContext.CacheMode
-
Fixed sizes.
- fixedCellHeightChanged - Static variable in class javax.swing.plaf.basic.BasicListUI
-
The bit relates to fixed cell height changed property.
- fixedCellSizeProperty() - Method in class javafx.scene.control.ListView
-
Specifies whether this control has cells that are a fixed height (of the specified value).
- fixedCellSizeProperty() - Method in class javafx.scene.control.skin.VirtualFlow
-
For optimisation purposes, some use cases can trade dynamic cell length for speed - if fixedCellSize is greater than zero we'll use that rather than determine it by querying the cell itself.
- fixedCellSizeProperty() - Method in class javafx.scene.control.TableView
-
Specifies whether this control has cells that are a fixed height (of the specified value).
- fixedCellSizeProperty() - Method in class javafx.scene.control.TreeTableView
-
Specifies whether this control has cells that are a fixed height (of the specified value).
- fixedCellSizeProperty() - Method in class javafx.scene.control.TreeView
-
Specifies whether this control has cells that are a fixed height (of the specified value).
- fixedCellWidthChanged - Static variable in class javax.swing.plaf.basic.BasicListUI
-
The bit relates to fixed cell width changed property.
- fixedContentLength - Variable in class java.net.HttpURLConnection
-
The fixed content-length when using fixed-length streaming mode.
- fixedContentLengthLong - Variable in class java.net.HttpURLConnection
-
The fixed content-length when using fixed-length streaming mode.
- FixedHeightLayoutCache - Class in javax.swing.tree
-
NOTE: This will become more open in a future release.
- FixedHeightLayoutCache() - Constructor for class javax.swing.tree.FixedHeightLayoutCache
-
Constructs a
FixedHeightLayoutCache
. - FixedHolder - Class in org.omg.CORBA
-
The Holder for
Fixed
. - FixedHolder() - Constructor for class org.omg.CORBA.FixedHolder
-
Construct the FixedHolder without initializing the contained value.
- FixedHolder(BigDecimal) - Constructor for class org.omg.CORBA.FixedHolder
-
Construct the FixedHolder and initialize it with the given value.
- FLAG_BRIDGES - Static variable in class java.lang.invoke.LambdaMetafactory
-
Flag for alternate metafactories indicating the lambda object requires additional bridge methods
- FLAG_COMPLEX_GLYPHS - Static variable in class java.awt.font.GlyphVector
-
A flag used with getLayoutFlags that indicates that this
GlyphVector
has a complex glyph-to-char mapping (one that does not map glyphs to chars one-to-one in strictly ascending or descending order matching the run direction). - FLAG_HAS_POSITION_ADJUSTMENTS - Static variable in class java.awt.font.GlyphVector
-
A flag used with getLayoutFlags that indicates that this
GlyphVector
has position adjustments. - FLAG_HAS_TRANSFORMS - Static variable in class java.awt.font.GlyphVector
-
A flag used with getLayoutFlags that indicates that this
GlyphVector
has per-glyph transforms. - FLAG_MARKERS - Static variable in class java.lang.invoke.LambdaMetafactory
-
Flag for alternate metafactories indicating the lambda object implements other marker interfaces besides Serializable
- FLAG_MASK - Static variable in class java.awt.font.GlyphVector
-
A mask for supported flags from getLayoutFlags.
- FLAG_RUN_RTL - Static variable in class java.awt.font.GlyphVector
-
A flag used with getLayoutFlags that indicates that this
GlyphVector
has a right-to-left run direction. - FLAG_SERIALIZABLE - Static variable in class java.lang.invoke.LambdaMetafactory
-
Flag for alternate metafactories indicating the lambda object must be serializable
- flags() - Method in class java.nio.file.attribute.AclEntry
-
Returns a copy of the flags component.
- flags() - Method in class java.util.regex.Pattern
-
Returns this pattern's match flags.
- flags() - Method in class org.omg.CORBA.NamedValue
-
Retrieves the argument mode flag for this
NamedValue
object. - FLASH_DID_NOT_FIRE - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "Flash" tag, indicating that the flash did not fire.
- FLASH_FIRED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return status is unknown.
- FLASH_MASK_FIRED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating that the flash fired.
- FLASH_MASK_FUNCTION_NOT_PRESENT - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating no flash function present.
- FLASH_MASK_MODE_AUTO - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating auto mode.
- FLASH_MASK_MODE_FLASH_FIRING - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating compulsory flash firing mode.
- FLASH_MASK_MODE_FLASH_SUPPRESSION - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating compulsory flash suppression mode.
- FLASH_MASK_RED_EYE_REDUCTION - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating red-eye reduction supported.
- FLASH_MASK_RETURN_DETECTED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating strobe return light detected.
- FLASH_MASK_RETURN_NOT_DETECTED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A mask to be used with the "Flash" tag, indicating strobe return light not detected.
- FLASH_OPTION - Static variable in class javax.swing.DebugGraphics
-
Flash graphics operations.
- FLASH_STROBE_RETURN_LIGHT_DETECTED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "Flash" tag, indicating that the flash fired, and the strobe return light was detected.
- FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return light was not detected.
- flashColor() - Static method in class javax.swing.DebugGraphics
-
Returns the Color used to flash drawing operations.
- flashCount() - Static method in class javax.swing.DebugGraphics
-
Returns the number of times that drawing operations will flash.
- flashTime() - Static method in class javax.swing.DebugGraphics
-
Returns the time delay of drawing operation flashing.
- flatMap(DoubleFunction<? extends DoubleStream>) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
- flatMap(Function<? super T, ? extends Optional<? extends U>>) - Method in class java.util.Optional
-
If a value is present, returns the result of applying the given
Optional
-bearing mapping function to the value, otherwise returns an emptyOptional
. - flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
- flatMap(IntFunction<? extends IntStream>) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
- flatMap(LongFunction<? extends LongStream>) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
- flatMapping(Function<? super T, ? extends Stream<? extends U>>, Collector<? super U, A, R>) - Static method in class java.util.stream.Collectors
-
Adapts a
Collector
accepting elements of typeU
to one accepting elements of typeT
by applying a flat mapping function to each input element before accumulation. - flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in interface java.util.stream.Stream
-
Returns an
DoubleStream
consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element. - flatMapToInt(Function<? super T, ? extends IntStream>) - Method in interface java.util.stream.Stream
-
Returns an
IntStream
consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element. - flatMapToLong(Function<? super T, ? extends LongStream>) - Method in interface java.util.stream.Stream
-
Returns an
LongStream
consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element. - flatSignature() - Method in interface com.sun.javadoc.ExecutableMemberDoc
-
Deprecated.get flat signature.
- FlatteningPathIterator - Class in java.awt.geom
-
The
FlatteningPathIterator
class returns a flattened view of anotherPathIterator
object. - FlatteningPathIterator(PathIterator, double) - Constructor for class java.awt.geom.FlatteningPathIterator
-
Constructs a new
FlatteningPathIterator
object that flattens a path as it iterates over it. - FlatteningPathIterator(PathIterator, double, int) - Constructor for class java.awt.geom.FlatteningPathIterator
-
Constructs a new
FlatteningPathIterator
object that flattens a path as it iterates over it. - FlavorEvent - Class in java.awt.datatransfer
-
FlavorEvent
is used to notify interested parties that availableDataFlavor
s have changed in theClipboard
(the event source). - FlavorEvent(Clipboard) - Constructor for class java.awt.datatransfer.FlavorEvent
-
Constructs a
FlavorEvent
object. - FlavorException - Interface in javax.print
-
Interface
FlavorException
is a mixin interface which a subclass ofPrintException
can implement to report an error condition involving a doc flavor or flavors (classDocFlavor
). - FlavorListener - Interface in java.awt.datatransfer
-
Defines an object which listens for
FlavorEvent
s. - FlavorMap - Interface in java.awt.datatransfer
-
A two-way Map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.
- flavorsChanged(FlavorEvent) - Method in interface java.awt.datatransfer.FlavorListener
-
Invoked when the target
Clipboard
of the listener has changed its availableDataFlavor
s. - FlavorTable - Interface in java.awt.datatransfer
-
A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.
- FlightRecorder - Class in jdk.jfr
-
Class for accessing, controlling and managing Flight Recorder.
- FlightRecorderListener - Interface in jdk.jfr
-
Callback interface to monitor Flight Recorder's life cycle.
- FlightRecorderMXBean - Interface in jdk.management.jfr
-
Management interface for controlling Flight Recorder.
- FlightRecorderPermission - Class in jdk.jfr
-
Permission for controlling access to Flight Recorder.
- FlightRecorderPermission(String) - Constructor for class jdk.jfr.FlightRecorderPermission
-
Constructs a
FlightRecorderPermission
with the specified name. - flip() - Method in class java.nio.Buffer
-
Flips this buffer.
- flip(int) - Method in class java.util.BitSet
-
Sets the bit at the specified index to the complement of its current value.
- flip(int, int) - Method in class java.util.BitSet
-
Sets each bit from the specified
fromIndex
(inclusive) to the specifiedtoIndex
(exclusive) to the complement of its current value. - flip(BufferCapabilities.FlipContents) - Method in class java.awt.Component.FlipBufferStrategy
-
Flipping moves the contents of the back buffer to the front buffer, either by copying or by moving the video pointer.
- flipBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit flipped.
- FlipBufferStrategy(int, BufferCapabilities) - Constructor for class java.awt.Component.FlipBufferStrategy
-
Creates a new flipping buffer strategy for this component.
- flipEastAndWestAtEnds(int, Position.Bias) - Method in class javax.swing.text.BoxView
-
Determines in which direction the next view lays.
- flipEastAndWestAtEnds(int, Position.Bias) - Method in class javax.swing.text.CompositeView
-
Determines in which direction the next view lays.
- flipEastAndWestAtEnds(int, Position.Bias) - Method in class javax.swing.text.ParagraphView
-
Determines in which direction the next view lays.
- Float - Class in java.lang
-
The
Float
class wraps a value of primitive typefloat
in an object. - Float() - Constructor for class java.awt.geom.Arc2D.Float
-
Constructs a new OPEN arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0).
- Float() - Constructor for class java.awt.geom.CubicCurve2D.Float
-
Constructs and initializes a CubicCurve with coordinates (0, 0, 0, 0, 0, 0, 0, 0).
- Float() - Constructor for class java.awt.geom.Ellipse2D.Float
-
Constructs a new
Ellipse2D
, initialized to location (0, 0) and size (0, 0). - Float() - Constructor for class java.awt.geom.Line2D.Float
-
Constructs and initializes a Line with coordinates (0, 0) → (0, 0).
- Float() - Constructor for class java.awt.geom.Path2D.Float
-
Constructs a new empty single precision
Path2D
object with a default winding rule ofPath2D.WIND_NON_ZERO
. - Float() - Constructor for class java.awt.geom.Point2D.Float
-
Constructs and initializes a
Point2D
with coordinates (0, 0). - Float() - Constructor for class java.awt.geom.QuadCurve2D.Float
-
Constructs and initializes a
QuadCurve2D
with coordinates (0, 0, 0, 0, 0, 0). - Float() - Constructor for class java.awt.geom.Rectangle2D.Float
-
Constructs a new
Rectangle2D
, initialized to location (0.0, 0.0) and size (0.0, 0.0). - Float() - Constructor for class java.awt.geom.RoundRectangle2D.Float
-
Constructs a new
RoundRectangle2D
, initialized to location (0.0, 0.0), size (0.0, 0.0), and corner arcs of radius 0.0. - Float(double) - Constructor for class java.lang.Float
-
Deprecated.It is rarely appropriate to use this constructor. Instead, use the static factory method
Float.valueOf(float)
method as follows:Float.valueOf((float)value)
. - Float(float) - Constructor for class java.lang.Float
-
Deprecated.It is rarely appropriate to use this constructor. The static factory
Float.valueOf(float)
is generally a better choice, as it is likely to yield significantly better space and time performance. - Float(float, float) - Constructor for class java.awt.geom.Point2D.Float
-
Constructs and initializes a
Point2D
with the specified coordinates. - Float(float, float, float, float) - Constructor for class java.awt.geom.Ellipse2D.Float
-
Constructs and initializes an
Ellipse2D
from the specified coordinates. - Float(float, float, float, float) - Constructor for class java.awt.geom.Line2D.Float
-
Constructs and initializes a Line from the specified coordinates.
- Float(float, float, float, float) - Constructor for class java.awt.geom.Rectangle2D.Float
-
Constructs and initializes a
Rectangle2D
from the specifiedfloat
coordinates. - Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.QuadCurve2D.Float
-
Constructs and initializes a
QuadCurve2D
from the specifiedfloat
coordinates. - Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.RoundRectangle2D.Float
-
Constructs and initializes a
RoundRectangle2D
from the specifiedfloat
coordinates. - Float(float, float, float, float, float, float, float, float) - Constructor for class java.awt.geom.CubicCurve2D.Float
-
Constructs and initializes a
CubicCurve2D
from the specifiedfloat
coordinates. - Float(float, float, float, float, float, float, int) - Constructor for class java.awt.geom.Arc2D.Float
-
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
- Float(int) - Constructor for class java.awt.geom.Arc2D.Float
-
Constructs a new arc, initialized to location (0, 0), size (0, 0), angular extents (start = 0, extent = 0), and the specified closure type.
- Float(int) - Constructor for class java.awt.geom.Path2D.Float
-
Constructs a new empty single precision
Path2D
object with the specified winding rule to control operations that require the interior of the path to be defined. - Float(int, int) - Constructor for class java.awt.geom.Path2D.Float
-
Constructs a new empty single precision
Path2D
object with the specified winding rule and the specified initial capacity to store path segments. - Float(Point2D, Point2D) - Constructor for class java.awt.geom.Line2D.Float
-
Constructs and initializes a
Line2D
from the specifiedPoint2D
objects. - Float(Rectangle2D, float, float, int) - Constructor for class java.awt.geom.Arc2D.Float
-
Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.
- Float(Shape) - Constructor for class java.awt.geom.Path2D.Float
-
Constructs a new single precision
Path2D
object from an arbitraryShape
object. - Float(Shape, AffineTransform) - Constructor for class java.awt.geom.Path2D.Float
-
Constructs a new single precision
Path2D
object from an arbitraryShape
object, transformed by anAffineTransform
object. - Float(String) - Constructor for class java.lang.Float
-
Deprecated.It is rarely appropriate to use this constructor. Use
Float.parseFloat(String)
to convert a string to afloat
primitive, or useFloat.valueOf(String)
to convert a string to aFloat
object. - FLOAT - java.sql.JDBCType
-
Identifies the generic SQL type
FLOAT
. - FLOAT - javax.lang.model.type.TypeKind
-
The primitive type
float
. - FLOAT - 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
FLOAT
. - FLOAT - Static variable in class javax.management.openmbean.SimpleType
-
The
SimpleType
instance describing values whose Java class name isjava.lang.Float
. - FLOAT - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "float".
- FLOAT_LITERAL - com.sun.source.tree.Tree.Kind
-
Used for instances of
LiteralTree
representing a floating-point literal expression of typefloat
. - floatAt(Point, Point) - Method in class javax.swing.plaf.basic.BasicToolBarUI
-
The method is called at end of dragging to place the frame in either its original place or in its floating frame.
- FloatBinding - Class in javafx.beans.binding
-
Base class that provides most of the functionality needed to implement a
Binding
of afloat
value. - FloatBinding() - Constructor for class javafx.beans.binding.FloatBinding
- FloatBuffer - Class in java.nio
-
A float buffer.
- FloatControl - Class in javax.sound.sampled
-
A
FloatControl
object provides control over a range of floating-point values. - FloatControl(FloatControl.Type, float, float, float, int, float, String) - Constructor for class javax.sound.sampled.FloatControl
-
Constructs a new float control object with the given parameters.
- FloatControl(FloatControl.Type, float, float, float, int, float, String, String, String, String) - Constructor for class javax.sound.sampled.FloatControl
-
Constructs a new float control object with the given parameters.
- FloatControl.Type - Class in javax.sound.sampled
-
An instance of the
FloatControl.Type
inner class identifies one kind of float control. - floatExpression(ObservableFloatValue) - Static method in class javafx.beans.binding.FloatExpression
-
Returns a
FloatExpression
that wraps aObservableFloatValue
. - floatExpression(ObservableValue<T>) - Static method in class javafx.beans.binding.FloatExpression
-
Returns a
FloatExpression
that wraps anObservableValue
. - FloatExpression - Class in javafx.beans.binding
-
FloatExpression
is anObservableFloatValue
plus additional convenience methods to generate bindings in a fluent style. - FloatExpression() - Constructor for class javafx.beans.binding.FloatExpression
- FloatHolder - Class in org.omg.CORBA
-
The Holder for
Float
. - FloatHolder() - Constructor for class org.omg.CORBA.FloatHolder
-
Constructs a new
FloatHolder
object with itsvalue
field initialized to 0.0. - FloatHolder(float) - Constructor for class org.omg.CORBA.FloatHolder
-
Constructs a new
FloatHolder
object for the givenfloat
. - floatingBorderColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
The color of the not docking border.
- floatingColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
The background color of the not docking border.
- FloatMap - Class in javafx.scene.effect
-
A buffer that contains floating point data, intended for use as a parameter to effects such as
DisplacementMap
. - FloatMap() - Constructor for class javafx.scene.effect.FloatMap
-
Creates a new instance of FloatMap with default parameters.
- FloatMap(int, int) - Constructor for class javafx.scene.effect.FloatMap
-
Creates a new instance of FloatMap with the specified width and height.
- floatProperty(Property<Float>) - Static method in class javafx.beans.property.FloatProperty
-
Returns a
FloatProperty
that wraps aProperty
and is bidirectionally bound to it. - FloatProperty - Class in javafx.beans.property
-
This class defines a
Property
wrapping afloat
value. - FloatProperty() - Constructor for class javafx.beans.property.FloatProperty
- FloatPropertyBase - Class in javafx.beans.property
-
The class
FloatPropertyBase
is the base class for a property wrapping afloat
value. - FloatPropertyBase() - Constructor for class javafx.beans.property.FloatPropertyBase
-
The constructor of the
FloatPropertyBase
. - FloatPropertyBase(float) - Constructor for class javafx.beans.property.FloatPropertyBase
-
The constructor of the
FloatPropertyBase
. - FloatSeqHelper - Class in org.omg.CORBA
-
The Helper for
FloatSeq
. - FloatSeqHelper() - Constructor for class org.omg.CORBA.FloatSeqHelper
- FloatSeqHolder - Class in org.omg.CORBA
-
The Holder for
FloatSeq
. - FloatSeqHolder() - Constructor for class org.omg.CORBA.FloatSeqHolder
- FloatSeqHolder(float[]) - Constructor for class org.omg.CORBA.FloatSeqHolder
- FloatStringConverter - Class in javafx.util.converter
-
StringConverter
implementation forFloat
(and float primitive) values. - FloatStringConverter() - Constructor for class javafx.util.converter.FloatStringConverter
- floatToIntBits(float) - Static method in class java.lang.Float
-
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
- floatToRawIntBits(float) - Static method in class java.lang.Float
-
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
- FloatType - Interface in com.sun.jdi
-
The type of all primitive float values accessed in the target VM.
- floatValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to a FloatValue and returns the result as a float.
- floatValue() - Method in class java.lang.Byte
-
Returns the value of this
Byte
as afloat
after a widening primitive conversion. - floatValue() - Method in class java.lang.Double
-
Returns the value of this
Double
as afloat
after a narrowing primitive conversion. - floatValue() - Method in class java.lang.Float
-
Returns the
float
value of thisFloat
object. - floatValue() - Method in class java.lang.Integer
-
Returns the value of this
Integer
as afloat
after a widening primitive conversion. - floatValue() - Method in class java.lang.Long
-
Returns the value of this
Long
as afloat
after a widening primitive conversion. - floatValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a
float
. - floatValue() - Method in class java.lang.Short
-
Returns the value of this
Short
as afloat
after a widening primitive conversion. - floatValue() - Method in class java.math.BigDecimal
-
Converts this
BigDecimal
to afloat
. - floatValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a
float
. - floatValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Returns the current value of this
AtomicInteger
as afloat
after a widening primitive conversion, with memory effects as specified byVarHandle.getVolatile(java.lang.Object...)
. - floatValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
Returns the current value of this
AtomicLong
as afloat
after a widening primitive conversion, with memory effects as specified byVarHandle.getVolatile(java.lang.Object...)
. - floatValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
Returns the current value as a
float
after a narrowing primitive conversion. - floatValue() - Method in class java.util.concurrent.atomic.DoubleAdder
-
Returns the
DoubleAdder.sum()
as afloat
after a narrowing primitive conversion. - floatValue() - Method in class java.util.concurrent.atomic.LongAccumulator
-
Returns the current value as a
float
after a widening primitive conversion. - floatValue() - Method in class java.util.concurrent.atomic.LongAdder
-
Returns the
LongAdder.sum()
as afloat
after a widening primitive conversion. - floatValue() - Method in interface javafx.beans.value.ObservableNumberValue
-
Returns the value of this
ObservableNumberValue
as afloat
. - FloatValue - Interface in com.sun.jdi
-
Provides access to a primitive
float
value in the target VM. - floatValueAt(ObservableFloatArray, int) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the element of anObservableArray
at the specified position. - floatValueAt(ObservableFloatArray, ObservableIntegerValue) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the element of anObservableArray
at the specified position. - floatValueAt(ObservableFloatArray, ObservableNumberValue) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the element of anObservableArray
at the specified position. - floatValueAt(ObservableList<? extends Number>, int) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the element of anObservableList
at the specified position. - floatValueAt(ObservableList<? extends Number>, ObservableIntegerValue) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the element of anObservableList
at the specified position. - floatValueAt(ObservableList<? extends Number>, ObservableNumberValue) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the element of anObservableList
at the specified position. - floatValueAt(ObservableMap<K, ? extends Number>, ObservableValue<? extends K>) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the mapping of a specific key in anObservableMap
. - floatValueAt(ObservableMap<K, ? extends Number>, K) - Static method in class javafx.beans.binding.Bindings
-
Creates a new
FloatBinding
that contains the mapping of a specific key in anObservableMap
. - floor(double) - Static method in class java.lang.Math
-
Returns the largest (closest to positive infinity)
double
value that is less than or equal to the argument and is equal to a mathematical integer. - floor(double) - Static method in class java.lang.StrictMath
-
Returns the largest (closest to positive infinity)
double
value that is less than or equal to the argument and is equal to a mathematical integer. - floor(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
- floor(E) - Method in interface java.util.NavigableSet
-
Returns the greatest element in this set less than or equal to the given element, or
null
if there is no such element. - floor(E) - Method in class java.util.TreeSet
- FLOOR - java.math.RoundingMode
-
Rounding mode to round towards negative infinity.
- floorDiv(int, int) - Static method in class java.lang.Math
-
Returns the largest (closest to positive infinity)
int
value that is less than or equal to the algebraic quotient. - floorDiv(int, int) - Static method in class java.lang.StrictMath
-
Returns the largest (closest to positive infinity)
int
value that is less than or equal to the algebraic quotient. - floorDiv(long, int) - Static method in class java.lang.Math
-
Returns the largest (closest to positive infinity)
long
value that is less than or equal to the algebraic quotient. - floorDiv(long, int) - Static method in class java.lang.StrictMath
-
Returns the largest (closest to positive infinity)
long
value that is less than or equal to the algebraic quotient. - floorDiv(long, long) - Static method in class java.lang.Math
-
Returns the largest (closest to positive infinity)
long
value that is less than or equal to the algebraic quotient. - floorDiv(long, long) - Static method in class java.lang.StrictMath
-
Returns the largest (closest to positive infinity)
long
value that is less than or equal to the algebraic quotient. - floorEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or
null
if there is no such key. - floorEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or
null
if there is no such key. - floorEntry(K) - Method in class java.util.TreeMap
- floorKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
- floorKey(K) - Method in interface java.util.NavigableMap
-
Returns the greatest key less than or equal to the given key, or
null
if there is no such key. - floorKey(K) - Method in class java.util.TreeMap
- floorMod(int, int) - Static method in class java.lang.Math
-
Returns the floor modulus of the
int
arguments. - floorMod(int, int) - Static method in class java.lang.StrictMath
-
Returns the floor modulus of the
int
arguments. - floorMod(long, int) - Static method in class java.lang.Math
-
Returns the floor modulus of the
long
andint
arguments. - floorMod(long, int) - Static method in class java.lang.StrictMath
-
Returns the floor modulus of the
long
andint
arguments. - floorMod(long, long) - Static method in class java.lang.Math
-
Returns the floor modulus of the
long
arguments. - floorMod(long, long) - Static method in class java.lang.StrictMath
-
Returns the floor modulus of the
long
arguments. - floppyDriveIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
Floppy drive icon
- FLORALWHITE - Static variable in class javafx.scene.paint.Color
-
The color floral white with an RGB value of #FFFAF0
- Flow - Class in java.util.concurrent
-
Interrelated interfaces and static methods for establishing flow-controlled components in which
Publishers
produce items consumed by one or moreSubscribers
, each managed by aSubscription
. - Flow.Processor<T,R> - Interface in java.util.concurrent
-
A component that acts as both a Subscriber and Publisher.
- Flow.Publisher<T> - Interface in java.util.concurrent
-
A producer of items (and related control messages) received by Subscribers.
- Flow.Subscriber<T> - Interface in java.util.concurrent
-
A receiver of messages.
- Flow.Subscription - Interface in java.util.concurrent
-
Message control linking a
Flow.Publisher
andFlow.Subscriber
. - FlowLayout - Class in java.awt
-
A flow layout arranges components in a directional flow, much like lines of text in a paragraph.
- FlowLayout() - Constructor for class java.awt.FlowLayout
-
Constructs a new
FlowLayout
with a centered alignment and a default 5-unit horizontal and vertical gap. - FlowLayout(int) - Constructor for class java.awt.FlowLayout
-
Constructs a new
FlowLayout
with the specified alignment and a default 5-unit horizontal and vertical gap. - FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
-
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
- FlowPane - Class in javafx.scene.layout
-
FlowPane lays out its children in a flow that wraps at the flowpane's boundary.
- FlowPane() - Constructor for class javafx.scene.layout.FlowPane
-
Creates a horizontal FlowPane layout with hgap/vgap = 0.
- FlowPane(double, double) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a horizontal FlowPane layout with the specified hgap/vgap.
- FlowPane(double, double, Node...) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a horizontal FlowPane layout with the specified hgap/vgap.
- FlowPane(Orientation) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a FlowPane layout with the specified orientation and hgap/vgap = 0.
- FlowPane(Orientation, double, double) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a FlowPane layout with the specified orientation and hgap/vgap.
- FlowPane(Orientation, double, double, Node...) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a FlowPane layout with the specified orientation and hgap/vgap.
- FlowPane(Orientation, Node...) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a FlowPane layout with the specified orientation and hgap/vgap = 0.
- FlowPane(Node...) - Constructor for class javafx.scene.layout.FlowPane
-
Creates a horizontal FlowPane layout with hgap/vgap = 0.
- FLOWS_FROM - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates an object is logically contiguous with a second object where the second object occurs before the object.
- FLOWS_FROM_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates the
FLOWS_FROM
relation between two objects has changed. - FLOWS_TO - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates an object is logically contiguous with a second object where the second object occurs after the object.
- FLOWS_TO_PROPERTY - Static variable in class javax.accessibility.AccessibleRelation
-
Indicates the
FLOWS_TO
relation between two objects has changed. - FlowStrategy() - Constructor for class javax.swing.text.FlowView.FlowStrategy
- FlowView - Class in javax.swing.text
-
A View that tries to flow it's children into some partially constrained space.
- FlowView(Element, int) - Constructor for class javax.swing.text.FlowView
-
Constructs a FlowView for the given element.
- FlowView.FlowStrategy - Class in javax.swing.text
-
Strategy for maintaining the physical form of the flow.
- flush() - Method in class java.awt.Image
-
Flushes all reconstructable resources being used by this Image object.
- flush() - Method in class java.beans.XMLEncoder
-
This method writes out the preamble associated with the XML encoding if it has not been written already and then writes out all of the values that been written to the stream since the last time
flush
was called. - flush() - Method in class java.io.BufferedOutputStream
-
Flushes this buffered output stream.
- flush() - Method in class java.io.BufferedWriter
-
Flushes the stream.
- flush() - Method in class java.io.CharArrayWriter
-
Flush the stream.
- flush() - Method in class java.io.Console
-
Flushes the console and forces any buffered output to be written immediately .
- flush() - Method in class java.io.DataOutputStream
-
Flushes this data output stream.
- flush() - Method in class java.io.FilterOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
- flush() - Method in class java.io.FilterWriter
-
Flushes the stream.
- flush() - Method in interface java.io.Flushable
-
Flushes this stream by writing any buffered output to the underlying stream.
- flush() - Method in interface java.io.ObjectOutput
-
Flushes the stream.
- flush() - Method in class java.io.ObjectOutputStream
-
Flushes the stream.
- flush() - Method in class java.io.OutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
- flush() - Method in class java.io.OutputStreamWriter
-
Flushes the stream.
- flush() - Method in class java.io.PipedOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
- flush() - Method in class java.io.PipedWriter
-
Flushes this output stream and forces any buffered output characters to be written out.
- flush() - Method in class java.io.PrintStream
-
Flushes the stream.
- flush() - Method in class java.io.PrintWriter
-
Flushes the stream.
- flush() - Method in class java.io.StringWriter
-
Flush the stream.
- flush() - Method in class java.io.Writer
-
Flushes the stream.
- flush() - Method in class java.util.Formatter
-
Flushes this formatter.
- flush() - Method in class java.util.logging.Handler
-
Flush any buffered output.
- flush() - Method in class java.util.logging.MemoryHandler
-
Causes a flush on the target
Handler
. - flush() - Method in class java.util.logging.StreamHandler
-
Flush any buffered messages.
- flush() - Method in class java.util.prefs.AbstractPreferences
-
Implements the
flush
method as per the specification inPreferences.flush()
. - flush() - Method in class java.util.prefs.Preferences
-
Forces any changes in the contents of this preference node and its descendants to the persistent store.
- flush() - Method in class java.util.zip.DeflaterOutputStream
-
Flushes the compressed output stream.
- flush() - Method in class java.util.zip.InflaterOutputStream
-
Flushes this output stream, forcing any pending buffered output bytes to be written.
- flush() - Method in class javax.crypto.CipherOutputStream
-
Flushes this output stream by forcing any buffered output bytes that have already been processed by the encapsulated cipher object to be written out.
- flush() - Method in interface javax.imageio.stream.ImageInputStream
-
Discards the initial position of the stream prior to the current stream position.
- flush() - Method in interface javax.sound.sampled.DataLine
-
Flushes queued data from the line.
- flush() - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
The last method called on the reader.
- flush() - Method in class javax.swing.text.html.HTMLEditorKit.ParserCallback
-
The last method called on the reader.
- flush() - Method in interface javax.tools.JavaFileManager
-
Flushes any resources opened for output by this file manager directly or indirectly.
- flush() - Method in interface javax.xml.stream.XMLEventWriter
-
Writes any cached events to the underlying output mechanism
- flush() - Method in interface javax.xml.stream.XMLStreamWriter
-
Write any cached data to the underlying output mechanism.
- flush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder
-
Flushes this encoder.
- flush(CharBuffer) - Method in class java.nio.charset.CharsetDecoder
-
Flushes this decoder.
- FLUSH_FAILURE - Static variable in class java.util.logging.ErrorManager
-
FLUSH_FAILURE is used when a flush to an output stream fails.
- Flush3DBorder() - Constructor for class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
- Flushable - Interface in java.io
-
A
Flushable
is a destination of data that can be flushed. - flushAttributes() - Method in class javax.swing.text.html.parser.Parser
-
Removes the current attributes.
- flushBefore(long) - Method in interface javax.imageio.stream.ImageInputStream
-
Discards the initial portion of the stream prior to the indicated position.
- flushBefore(long) - Method in interface javax.imageio.stream.ImageOutputStream
-
Flushes all data prior to the given position to the underlying destination, such as an
OutputStream
orFile
. - flushBits() - Method in class javax.imageio.stream.ImageOutputStreamImpl
-
If the bit offset is non-zero, forces the remaining bits in the current byte to 0 and advances the stream position by one.
- flushCaches() - Static method in class java.beans.Introspector
-
Flush all of the Introspector's internal caches.
- flushedPos - Variable in class javax.imageio.stream.ImageInputStreamImpl
-
The position prior to which data may be discarded.
- flushFromCaches(Class<?>) - Static method in class java.beans.Introspector
-
Flush the Introspector's internal cached information for a given class.
- flushRequirementChanges() - Method in class javax.swing.text.AsyncBoxView
-
Publish the changes in preferences upward to the parent view.
- flushSpi() - Method in class java.util.prefs.AbstractPreferences
-
This method is invoked with this node locked.
- fma(double, double, double) - Static method in class java.lang.Math
-
Returns the fused multiply add of the three arguments; that is, returns the exact product of the first two arguments summed with the third argument and then rounded once to the nearest
double
. - fma(double, double, double) - Static method in class java.lang.StrictMath
-
Returns the fused multiply add of the three arguments; that is, returns the exact product of the first two arguments summed with the third argument and then rounded once to the nearest
double
. - fma(float, float, float) - Static method in class java.lang.Math
-
Returns the fused multiply add of the three arguments; that is, returns the exact product of the first two arguments summed with the third argument and then rounded once to the nearest
float
. - fma(float, float, float) - Static method in class java.lang.StrictMath
-
Returns the fused multiply add of the three arguments; that is, returns the exact product of the first two arguments summed with the third argument and then rounded once to the nearest
float
. - FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "FocalPlaneXResolution" tag.
- FOCAL_PLANE_RESOLUTION_UNIT_INCH - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "FocalPlaneXResolution" tag.
- FOCAL_PLANE_RESOLUTION_UNIT_NONE - Static variable in class javax.imageio.plugins.tiff.ExifTIFFTagSet
-
A value to be used with the "FocalPlaneResolutionUnit" tag.
- focus - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Focus color
- focus() - Method in interface org.w3c.dom.html.HTMLAnchorElement
-
Gives keyboard focus to this element.
- focus() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Gives keyboard focus to this element.
- focus() - Method in interface org.w3c.dom.html.HTMLSelectElement
-
Gives keyboard focus to this element.
- focus() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
-
Gives keyboard focus to this element.
- focus(int) - Method in class javafx.scene.control.FocusModel
-
Causes the item at the given index to receive the focus.
- focus(int) - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Causes the item at the given index to receive the focus.
- focus(int) - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Causes the item at the given index to receive the focus.
- focus(int, TableColumn<S, ?>) - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Causes the item at the given index to receive the focus.
- focus(int, TreeTableColumn<S, ?>) - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Causes the item at the given index to receive the focus.
- focus(int, TC) - Method in class javafx.scene.control.TableFocusModel
-
Causes the item at the given index to receive the focus.
- focus(TablePosition) - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Convenience method for setting focus on a particular row or cell using a
TablePosition
. - focus(TreeTablePosition<S, ?>) - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Convenience method for setting focus on a particular row or cell using a
TablePosition
. - FOCUS - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to AWT Focus support (i.e., FocusListener and FocusEvent)
- FOCUS - Static variable in class javax.swing.plaf.synth.ColorType
-
ColorType for the focus.
- FOCUS_ACCELERATOR_KEY - Static variable in class javax.swing.text.JTextComponent
-
The bound property name for the focus accelerator.
- FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting focus events.
- FOCUS_FIRST - Static variable in class java.awt.event.FocusEvent
-
The first number in the range of ids used for focus events.
- FOCUS_GAINED - Static variable in class java.awt.event.FocusEvent
-
This event indicates that the Component is now the focus owner.
- FOCUS_ITEM - javafx.scene.AccessibleAttribute
-
Returns the focus item.
- FOCUS_LAST - Static variable in class java.awt.event.FocusEvent
-
The last number in the range of ids used for focus events.
- FOCUS_LOST - Static variable in class java.awt.event.FocusEvent
-
This event indicates that the Component is no longer the focus owner.
- FOCUS_MANAGER_CLASS_PROPERTY - Static variable in class javax.swing.FocusManager
-
This field is obsolete, and its use is discouraged since its specification is incompatible with the 1.4 focus APIs.
- FOCUS_NODE - javafx.scene.AccessibleAttribute
-
Returns the focus node.
- FOCUS_PAINTED_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Identifies a change to having the border highlighted when focused, or not.
- FOCUSABLE - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object can accept keyboard focus, which means all events resulting from typing on the keyboard will normally be passed to it when it has focus.
- focusAboveCell() - Method in class javafx.scene.control.TableFocusModel
-
Attempts to move focus to the cell above the currently focused cell.
- focusAboveCell() - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Attempts to move focus to the cell above the currently focused cell.
- focusAboveCell() - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Attempts to move focus to the cell above the currently focused cell.
- FocusAdapter - Class in java.awt.event
-
An abstract adapter class for receiving keyboard focus events.
- FocusAdapter() - Constructor for class java.awt.event.FocusAdapter
- focusBelowCell() - Method in class javafx.scene.control.TableFocusModel
-
Attempts to move focus to the cell below the currently focused cell.
- focusBelowCell() - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Attempts to move focus to the cell below the currently focused cell.
- focusBelowCell() - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Attempts to move focus to the cell below the currently focused cell.
- focusColor - Variable in class javax.swing.plaf.metal.MetalButtonUI
-
The color of the focused button.
- focusColor - Variable in class javax.swing.plaf.metal.MetalRadioButtonUI
-
The color of the focused radio button.
- focusColor - Variable in class javax.swing.plaf.metal.MetalToggleButtonUI
-
The color of a focused toggle button.
- FOCUSED - javafx.scene.AccessibleAttribute
-
Returns true if the node is focused, otherwise false.
- FOCUSED - Static variable in class javax.accessibility.AccessibleState
-
Indicates this object currently has the keyboard focus.
- FOCUSED - Static variable in interface javax.swing.plaf.synth.SynthConstants
-
Indicates the region has focus.
- focusedCellProperty() - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
The position of the current item in the TableView which has the focus.
- focusedCellProperty() - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
The position of the current item in the TableView which has the focus.
- focusedCompIndex - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
The index of the focused component.
- focusedIndexProperty() - Method in class javafx.scene.control.FocusModel
-
The index of the current item in the FocusModel which has the focus.
- focusedItemProperty() - Method in class javafx.scene.control.FocusModel
-
The current item in the FocusModel which has the focus.
- focusedProperty() - Method in class javafx.scene.Node
-
Indicates whether this
Node
currently has the input focus. - focusedProperty() - Method in class javafx.stage.Window
-
Whether or not this
Window
has the keyboard or input focus. - FocusEvent - Class in java.awt.event
-
A low-level event which indicates that a Component has gained or lost the input focus.
- FocusEvent(Component, int) - Constructor for class java.awt.event.FocusEvent
-
Constructs a
FocusEvent
object and identifies it as a permanent change in focus. - FocusEvent(Component, int, boolean) - Constructor for class java.awt.event.FocusEvent
-
Constructs a
FocusEvent
object and identifies whether or not the change is temporary. - FocusEvent(Component, int, boolean, Component) - Constructor for class java.awt.event.FocusEvent
-
Constructs a
FocusEvent
object with the specified temporary state, oppositeComponent
and theCause.UNKNOWN
cause. - FocusEvent(Component, int, boolean, Component, FocusEvent.Cause) - Constructor for class java.awt.event.FocusEvent
-
Constructs a
FocusEvent
object with the specified temporary state, oppositeComponent
and the cause. - FocusEvent.Cause - Enum in java.awt.event
-
This enum represents the cause of a
FocusEvent
- the reason why it occurred. - focusGained(FocusEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
- focusGained(FocusEvent) - Method in class java.awt.event.FocusAdapter
-
Invoked when a component gains the keyboard focus.
- focusGained(FocusEvent) - Method in interface java.awt.event.FocusListener
-
Invoked when a component gains the keyboard focus.
- focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.FocusHandler
-
Invoked when focus is activated on the tree we're in, redraws the lead row.
- focusGained(FocusEvent) - Method in class javax.swing.text.DefaultCaret
-
Called when the component containing the caret gains focus.
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicListUI.FocusHandler
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicSliderUI.FocusHandler
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicTabbedPaneUI.FocusHandler
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicTableUI.FocusHandler
- FocusHandler() - Constructor for class javax.swing.plaf.basic.BasicTreeUI.FocusHandler
- focusInsets - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Focus insets
- focusLeftCell() - Method in class javafx.scene.control.TableFocusModel
-
Attempts to move focus to the cell to the left of the currently focused cell.
- focusLeftCell() - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Attempts to move focus to the cell to the left of the currently focused cell.
- focusLeftCell() - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Attempts to move focus to the cell to the left of the currently focused cell.
- focusListener - Static variable in class com.sun.java.accessibility.util.AWTEventMonitor
-
Deprecated, for removal: This API element is subject to removal in a future version.This field is unused.
- focusListener - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
This protected field is implementation specific.
- focusListener - Variable in class javax.swing.plaf.basic.BasicListUI
-
FocusListener
that attached toJList
. - focusListener - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Focus listener
- focusListener - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Instance of the FocusListener for this JSplitPane.
- focusListener - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
Focus change listener
- focusListener - Variable in class javax.swing.plaf.basic.BasicTableUI
-
FocusListener
that are attached to theJTable
. - FocusListener - Interface in java.awt.event
-
The listener interface for receiving keyboard focus events on a component.
- focusLost(FocusEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
- focusLost(FocusEvent) - Method in class java.awt.event.FocusAdapter
-
Invoked when a component loses the keyboard focus.
- focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
-
Invoked when a component loses the keyboard focus.
- focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.FocusHandler
-
Invoked when focus is activated on the tree we're in, redraws the lead row.
- focusLost(FocusEvent) - Method in class javax.swing.text.DefaultCaret
-
Called when the component containing the caret loses focus.
- FocusManager - Class in javax.swing
-
This class has been obsoleted by the 1.4 focus APIs.
- FocusManager() - Constructor for class javax.swing.FocusManager
- FocusModel<T> - Class in javafx.scene.control
-
The abstract base class for FocusModel implementations.
- FocusModel() - Constructor for class javafx.scene.control.FocusModel
-
Creates a default FocusModel instance.
- focusModelProperty() - Method in class javafx.scene.control.ListView
-
The FocusModel provides the API through which it is possible to both get and set the focus on a single item within a ListView.
- focusModelProperty() - Method in class javafx.scene.control.TableView
-
Represents the currently-installed
TableView.TableViewFocusModel
for this TableView. - focusModelProperty() - Method in class javafx.scene.control.TreeTableView
-
The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeTableView.
- focusModelProperty() - Method in class javafx.scene.control.TreeView
-
The FocusModel provides the API through which it is possible to control focus on zero or one rows of the TreeView.
- focusNext() - Method in class javafx.scene.control.FocusModel
-
Attempts to give focus to the row after to the currently focused row.
- focusNextComponent() - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component after the current focus owner.
- focusNextComponent(Component) - Method in class java.awt.DefaultKeyboardFocusManager
-
Focuses the Component after aComponent, typically based on a FocusTraversalPolicy.
- focusNextComponent(Component) - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component after aComponent, typically based on a FocusTraversalPolicy.
- focusOwnerProperty() - Method in class javafx.scene.Scene
-
The scene's current focus owner node.
- focusPrevious() - Method in class javafx.scene.control.FocusModel
-
Attempts to give focus to the row previous to the currently focused row.
- focusPreviousComponent() - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component before the current focus owner.
- focusPreviousComponent(Component) - Method in class java.awt.DefaultKeyboardFocusManager
-
Focuses the Component before aComponent, typically based on a FocusTraversalPolicy.
- focusPreviousComponent(Component) - Method in class java.awt.KeyboardFocusManager
-
Focuses the Component before aComponent, typically based on a FocusTraversalPolicy.
- focusRect - Variable in class javax.swing.plaf.basic.BasicSliderUI
-
Focus rectangle
- focusRightCell() - Method in class javafx.scene.control.TableFocusModel
-
Attempts to move focus to the cell to the right of the the currently focused cell.
- focusRightCell() - Method in class javafx.scene.control.TableView.TableViewFocusModel
-
Attempts to move focus to the cell to the right of the the currently focused cell.
- focusRightCell() - Method in class javafx.scene.control.TreeTableView.TreeTableViewFocusModel
-
Attempts to move focus to the cell to the right of the the currently focused cell.
- focusTraversableProperty() - Method in class javafx.scene.Node
-
Specifies whether this
Node
should be a part of focus traversal cycle. - FocusTraversalPolicy - Class in java.awt
-
A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed.
- FocusTraversalPolicy() - Constructor for class java.awt.FocusTraversalPolicy
- foldArguments(MethodHandle, int, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Adapts a target method handle by pre-processing some of its arguments, starting at a given position, and then calling the target with the result of the pre-processing, inserted into the original sequence of arguments just before the folded arguments.
- foldArguments(MethodHandle, MethodHandle) - Static method in class java.lang.invoke.MethodHandles
-
Adapts a target method handle by pre-processing some of its arguments, and then calling the target with the result of the pre-processing, inserted into the original sequence of arguments.
- FolderIcon16() - Constructor for class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
- FOLIO - Static variable in class java.awt.PageAttributes.MediaType
-
The MediaType instance for Folio, 8 1/2 x 13 in.
- FOLIO - Static variable in class javax.print.attribute.standard.MediaSize.Other
-
Specifies the folio size, 8.5 inches by 13 inches.
- FOLIO - Static variable in class javax.print.attribute.standard.MediaSizeName
-
folio size.
- FOLLOW_LINKS - java.nio.file.FileVisitOption
-
Follow symbolic links.
- following(int) - Method in class java.text.BreakIterator
-
Returns the first boundary following the specified character offset.
- followRedirects() - Method in class jdk.incubator.http.HttpClient
-
Returns the follow redirects policy for this client.
- followRedirects(HttpClient.Redirect) - Method in class jdk.incubator.http.HttpClient.Builder
-
Specifies whether requests will automatically follow redirects issued by the server.
- font - Variable in class java.awt.FontMetrics
-
The actual
Font
from which the font metrics are created. - font - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
Font to paint with,
null
indicates font of renderer is to be used. - font(double) - Static method in class javafx.scene.text.Font
-
Searches for an appropriate font based on the default font family name and given font size.
- font(String) - Static method in class javafx.scene.text.Font
-
Searches for an appropriate font based on the given font family name and default font size.
- font(String, double) - Static method in class javafx.scene.text.Font
-
Searches for an appropriate font based on the font family name and size.
- font(String, FontPosture, double) - Static method in class javafx.scene.text.Font
-
Searches for an appropriate font based on the font family name and posture style.
- font(String, FontWeight, double) - Static method in class javafx.scene.text.Font
-
Searches for an appropriate font based on the font family name and weight style.
- font(String, FontWeight, FontPosture, double) - Static method in class javafx.scene.text.Font
-
Searches for an appropriate font based on the font family name and weight and posture style.
- Font - Class in java.awt
-
The
Font
class represents fonts, which are used to render text in a visible way. - Font - Class in javafx.scene.text
-
The
Font
class represents fonts, which are used to render text on screen. - Font(double) - Constructor for class javafx.scene.text.Font
-
Constructs a font using the default face "System".
- Font(Font) - Constructor for class java.awt.Font
-
Creates a new
Font
from the specifiedfont
. - Font(String, double) - Constructor for class javafx.scene.text.Font
-
Constructs a font using the specified full face name and size
- Font(String, int, int) - Constructor for class java.awt.Font
-
Creates a new
Font
from the specified name, style and point size. - Font(Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class java.awt.Font
-
Creates a new
Font
with the specified attributes. - FONT - javafx.scene.AccessibleAttribute
-
Returns the font for the node.
- FONT - Static variable in class java.awt.font.TextAttribute
-
Attribute key used to provide the font to use to render text.
- FONT - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "font".
- FONT - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <font>
- FONT_CHANGE_BIGGER - Static variable in class javax.swing.text.html.HTMLEditorKit
-
The font size increase to next value action identifier
- FONT_CHANGE_SMALLER - Static variable in class javax.swing.text.html.HTMLEditorKit
-
The font size decrease to next value action identifier
- FONT_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
-
A
FONT_CHOOSER
is a component that lets the user pick various attributes for fonts. - FONT_FACE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a
CSSFontFaceRule
. - FONT_FAMILY - javafx.scene.web.HTMLEditorSkin.Command
- FONT_FAMILY - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "font-family".
- FONT_SIZE - javafx.scene.web.HTMLEditorSkin.Command
- FONT_SIZE - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "font-size".
- FONT_STYLE - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "font-style".
- FONT_VARIANT - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "font-variant".
- FONT_WEIGHT - Static variable in class javax.swing.text.html.CSS.Attribute
-
CSS attribute "font-weight".
- fontChanged - Static variable in class javax.swing.plaf.basic.BasicListUI
-
The bit relates to font changed property.
- FontConverter - Class in javafx.css.converter
- FontConverter.FontSizeConverter - Class in javafx.css.converter
- FontConverter.FontStyleConverter - Class in javafx.css.converter
- FontConverter.FontWeightConverter - Class in javafx.css.converter
- FontCssMetaData<S extends Styleable> - Class in javafx.css
-
An partial implementation of CssMetaData for Font properties which includes the font sub-properties: weight, style, family and size.
- FontCssMetaData(String, Font) - Constructor for class javafx.css.FontCssMetaData
-
Constructs a FontCSSMetaData object from the specified property and initial Font.
- FontFace - Class in javafx.css
-
A FontFace is a @font-face definition from CSS file
- FontFace() - Constructor for class javafx.css.FontFace
-
Constructor for private implementation class only.
- FontFamily - Static variable in class javax.swing.text.StyleConstants
-
Name of the font family.
- FontFamilyAction(String, String) - Constructor for class javax.swing.text.StyledEditorKit.FontFamilyAction
-
Creates a new FontFamilyAction.
- FontFormatException - Exception in java.awt
-
Thrown by method createFont in the
Font
class to indicate that the specified font is bad. - FontFormatException(String) - Constructor for exception java.awt.FontFormatException
-
Report a FontFormatException for the reason specified.
- FontMetrics - Class in java.awt
-
The
FontMetrics
class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen. - FontMetrics(Font) - Constructor for class java.awt.FontMetrics
-
Creates a new
FontMetrics
object for finding out height and width information about the specifiedFont
and specific character glyphs in thatFont
. - FontPosture - Enum in javafx.scene.text
-
Specifies whether the font is italicized
- fontProperty() - Method in class javafx.scene.control.Labeled
-
The default font to use for text in the Labeled.
- fontProperty() - Method in class javafx.scene.control.TextInputControl
-
The default font to use for text in the TextInputControl.
- fontProperty() - Method in class javafx.scene.control.Tooltip
-
The default font to use for text in the Tooltip.
- fontProperty() - Method in class javafx.scene.text.Text
-
Defines the font of text.
- FontRenderContext - Class in java.awt.font
-
The
FontRenderContext
class is a container for the information needed to correctly measure text. - FontRenderContext() - Constructor for class java.awt.font.FontRenderContext
-
Constructs a new
FontRenderContext
object. - FontRenderContext(AffineTransform, boolean, boolean) - Constructor for class java.awt.font.FontRenderContext
-
Constructs a
FontRenderContext
object from an optionalAffineTransform
and twoboolean
values that determine if the newly constructed object has anti-aliasing or fractional metrics. - FontRenderContext(AffineTransform, Object, Object) - Constructor for class java.awt.font.FontRenderContext
-
Constructs a
FontRenderContext
object from an optionalAffineTransform
and twoObject
values that determine if the newly constructed object has anti-aliasing or fractional metrics. - fontScaleProperty() - Method in class javafx.scene.web.WebView
-
Specifies scale factor applied to font.
- FontSize - Static variable in class javax.swing.text.StyleConstants
-
Name of the font size.
- FontSizeAction(String, int) - Constructor for class javax.swing.text.StyledEditorKit.FontSizeAction
-
Creates a new FontSizeAction.
- FontSmoothingType - Enum in javafx.scene.text
-
The
FontSmoothingType
enum is used to specify the preferred mechanism used to smooth the edges of fonts for on-screen text. - fontSmoothingTypeProperty() - Method in class javafx.scene.text.Text
-
Specifies a requested font smoothing type : gray or LCD.
- fontSmoothingTypeProperty() - Method in class javafx.scene.web.WebView
-
Specifies a requested font smoothing type : gray or LCD.
- FontUIResource - Class in javax.swing.plaf
-
A subclass of java.awt.Font that implements UIResource.
- FontUIResource(Font) - Constructor for class javax.swing.plaf.FontUIResource
-
Constructs a
FontUIResource
. - FontUIResource(String, int, int) - Constructor for class javax.swing.plaf.FontUIResource
-
Constructs a
FontUIResource
. - FontWeight - Enum in javafx.scene.text
-
Specifies different font weights which can be used when searching for a font on the system.
- FOOTER - Static variable in class javax.accessibility.AccessibleRole
-
A text footer.
- FOR_IN_LOOP - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
ForInLoopTree
. - FOR_LOOP - com.sun.source.tree.Tree.Kind
-
Used for instances of
ForLoopTree
. - FOR_LOOP - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
ForLoopTree
. - force() - Method in class java.nio.MappedByteBuffer
-
Forces any changes made to this buffer's content to be written to the storage device containing the mapped file.
- force(boolean) - Method in class java.nio.channels.AsynchronousFileChannel
-
Forces any updates to this channel's file to be written to the storage device that contains it.
- force(boolean) - Method in class java.nio.channels.FileChannel
-
Forces any updates to this channel's file to be written to the storage device that contains it.
- ForcedBreakWeight - Static variable in class javax.swing.text.View
-
The weight to indicate a view supports breaking, and must be broken to be represented properly when placed in a view that formats its children by breaking them.
- forceEarlyReturn(Value) - Method in interface com.sun.jdi.ThreadReference
-
Force a method to return before it reaches a return statement.
- forceIntegerRenderScaleProperty() - Method in class javafx.stage.Window
-
Boolean property that controls whether only integer render scales are set by default by the system when there is a change in the associated output scale.
- forceTermination() - Method in class java.util.concurrent.Phaser
-
Forces this phaser to enter termination state.
- forceZeroInRangeProperty() - Method in class javafx.scene.chart.NumberAxis
-
When true zero is always included in the visible range.
- forClass() - Method in class java.io.ObjectStreamClass
-
Return the class in the local VM that this version is mapped to.
- forClass(Class<?>) - Static method in class jdk.dynalink.beans.StaticClass
-
Retrieves the
StaticClass
instance for the specified class. - forDigit(int, int) - Static method in class java.lang.Character
-
Determines the character representation for a specific digit in the specified radix.
- forEach(long, BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each (key, value).
- forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each non-null transformation of each (key, value).
- forEach(BiConsumer<? super Object, ? super Object>) - Method in class java.security.Provider
- forEach(BiConsumer<? super K, ? super V>) - Method in interface java.util.concurrent.ConcurrentMap
-
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
- forEach(BiConsumer<? super K, ? super V>) - Method in interface java.util.Map
-
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
- forEach(Consumer<? super E>) - Method in class java.util.ArrayDeque
- forEach(Consumer<? super E>) - Method in class java.util.ArrayList
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.ArrayBlockingQueue
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.ConcurrentLinkedDeque
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue
- forEach(Consumer<? super E>) - Method in class java.util.concurrent.LinkedTransferQueue
- forEach(Consumer<? super E>) - Method in class java.util.Vector
- forEach(Consumer<? super StackWalker.StackFrame>) - Method in class java.lang.StackWalker
-
Performs the given action on each element of
StackFrame
stream of the current thread, traversing from the top frame of the stack, which is the method calling thisforEach
method. - forEach(Consumer<? super T>) - Method in interface java.lang.Iterable
-
Performs the given action for each element of the
Iterable
until all elements have been processed or the action throws an exception. - forEach(Consumer<? super T>) - Method in interface java.util.stream.Stream
-
Performs an action for each element of this stream.
- forEach(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
-
Performs an action for each element of this stream.
- forEach(IntConsumer) - Method in interface java.util.stream.IntStream
-
Performs an action for each element of this stream.
- forEach(LongConsumer) - Method in interface java.util.stream.LongStream
-
Performs an action for each element of this stream.
- forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each entry.
- forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each non-null transformation of each entry.
- forEachKey(long, Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each key.
- forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each non-null transformation of each key.
- forEachOrdered(Consumer<? super T>) - Method in interface java.util.stream.Stream
-
Performs an action for each element of this stream, in the encounter order of the stream if the stream has a defined encounter order.
- forEachOrdered(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
-
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
- forEachOrdered(IntConsumer) - Method in interface java.util.stream.IntStream
-
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
- forEachOrdered(LongConsumer) - Method in interface java.util.stream.LongStream
-
Performs an action for each element of this stream, guaranteeing that each element is processed in encounter order for streams that have a defined encounter order.
- forEachRemaining(Consumer<? super E>) - Method in interface java.util.Iterator
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super Double>) - Method in interface java.util.PrimitiveIterator.OfDouble
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super Double>) - Method in interface java.util.Spliterator.OfDouble
-
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super Integer>) - Method in interface java.util.PrimitiveIterator.OfInt
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super Integer>) - Method in interface java.util.Spliterator.OfInt
-
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super Long>) - Method in interface java.util.PrimitiveIterator.OfLong
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super Long>) - Method in interface java.util.Spliterator.OfLong
-
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
- forEachRemaining(Consumer<? super T>) - Method in interface java.util.Spliterator
-
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
- forEachRemaining(DoubleConsumer) - Method in interface java.util.PrimitiveIterator.OfDouble
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(IntConsumer) - Method in interface java.util.PrimitiveIterator.OfInt
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(LongConsumer) - Method in interface java.util.PrimitiveIterator.OfLong
-
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
- forEachRemaining(T_CONS) - Method in interface java.util.PrimitiveIterator
-
Performs the given action for each remaining element, in the order elements occur when iterating, until all elements have been processed or the action throws an exception.
- forEachRemaining(T_CONS) - Method in interface java.util.Spliterator.OfPrimitive
-
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
- forEachValue(long, Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each value.
- forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Performs the given action for each non-null transformation of each value.
- Foreground - Static variable in class javax.swing.text.StyleConstants
-
Name of the foreground color attribute.
- FOREGROUND - Static variable in class java.awt.font.TextAttribute
-
Attribute key for the paint used to render the text.
- FOREGROUND - Static variable in class javax.swing.plaf.synth.ColorType
-
ColorType for the foreground of a region.
- FOREGROUND_COLOR - javafx.scene.web.HTMLEditorSkin.Command
- ForegroundAction(String, Color) - Constructor for class javax.swing.text.StyledEditorKit.ForegroundAction
-
Creates a new ForegroundAction.
- FORESTGREEN - Static variable in class javafx.scene.paint.Color
-
The color forest green with an RGB value of #228B22
- FOREVER - java.time.temporal.ChronoUnit
-
Artificial unit that represents the concept of forever.
- forget(Xid) - Method in interface javax.transaction.xa.XAResource
-
Tells the resource manager to forget about a heuristically completed transaction branch.
- ForInLoopTree - Interface in jdk.nashorn.api.tree
-
A tree node for for..in statement For example:
- fork() - Method in class java.util.concurrent.ForkJoinTask
-
Arranges to asynchronously execute this task in the pool the current task is running in, if applicable, or using the
ForkJoinPool.commonPool()
if notForkJoinTask.inForkJoinPool()
. - ForkJoinPool - Class in java.util.concurrent
-
An
ExecutorService
for runningForkJoinTask
s. - ForkJoinPool() - Constructor for class java.util.concurrent.ForkJoinPool
-
Creates a
ForkJoinPool
with parallelism equal toRuntime.availableProcessors()
, using defaults for all other parameters (seeForkJoinPool(int, ForkJoinWorkerThreadFactory, UncaughtExceptionHandler, boolean, int, int, int, Predicate, long, TimeUnit)
). - ForkJoinPool(int) - Constructor for class java.util.concurrent.ForkJoinPool
-
Creates a
ForkJoinPool
with the indicated parallelism level, using defaults for all other parameters (seeForkJoinPool(int, ForkJoinWorkerThreadFactory, UncaughtExceptionHandler, boolean, int, int, int, Predicate, long, TimeUnit)
). - ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class java.util.concurrent.ForkJoinPool
-
Creates a
ForkJoinPool
with the given parameters (using defaults for others -- seeForkJoinPool(int, ForkJoinWorkerThreadFactory, UncaughtExceptionHandler, boolean, int, int, int, Predicate, long, TimeUnit)
). - ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean, int, int, int, Predicate<? super ForkJoinPool>, long, TimeUnit) - Constructor for class java.util.concurrent.ForkJoinPool
-
Creates a
ForkJoinPool
with the given parameters. - ForkJoinPool.ForkJoinWorkerThreadFactory - Interface in java.util.concurrent
-
Factory for creating new
ForkJoinWorkerThread
s. - ForkJoinPool.ManagedBlocker - Interface in java.util.concurrent
-
Interface for extending managed parallelism for tasks running in
ForkJoinPool
s. - ForkJoinTask<V> - Class in java.util.concurrent
-
Abstract base class for tasks that run within a
ForkJoinPool
. - ForkJoinTask() - Constructor for class java.util.concurrent.ForkJoinTask
- ForkJoinWorkerThread - Class in java.util.concurrent
-
A thread managed by a
ForkJoinPool
, which executesForkJoinTask
s. - ForkJoinWorkerThread(ForkJoinPool) - Constructor for class java.util.concurrent.ForkJoinWorkerThread
-
Creates a ForkJoinWorkerThread operating in the given pool.
- forLanguageTag(String) - Static method in class java.util.Locale
-
Returns a locale for the specified IETF BCP 47 language tag string.
- forListView() - Static method in class javafx.scene.control.cell.TextFieldListCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenListView.edit(int)
is called. - forListView(ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxListCell
-
Creates a ChoiceBox cell factory for use in
ListView
controls. - forListView(ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxListCell
-
Creates a ComboBox cell factory for use in
ListView
controls. - forListView(Callback<T, ObservableValue<Boolean>>) - Static method in class javafx.scene.control.cell.CheckBoxListCell
-
Creates a cell factory for use in ListView controls.
- forListView(Callback<T, ObservableValue<Boolean>>, StringConverter<T>) - Static method in class javafx.scene.control.cell.CheckBoxListCell
-
Creates a cell factory for use in ListView controls.
- forListView(StringConverter<T>) - Static method in class javafx.scene.control.cell.TextFieldListCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenListView.edit(int)
is called. - forListView(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxListCell
-
Creates a ChoiceBox cell factory for use in
ListView
controls. - forListView(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxListCell
-
Creates a ComboBox cell factory for use in
ListView
controls. - forListView(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ChoiceBoxListCell
-
Creates a ChoiceBox cell factory for use in
ListView
controls. - forListView(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ComboBoxListCell
-
Creates a ComboBox cell factory for use in
ListView
controls. - forListView(T...) - Static method in class javafx.scene.control.cell.ChoiceBoxListCell
-
Creates a ChoiceBox cell factory for use in
ListView
controls. - forListView(T...) - Static method in class javafx.scene.control.cell.ComboBoxListCell
-
Creates a ComboBox cell factory for use in
ListView
controls. - ForLoopTree - Interface in com.sun.source.tree
-
A tree node for a basic
for
loop statement. - ForLoopTree - Interface in jdk.nashorn.api.tree
-
A tree node for a basic 'for' loop statement.
- FORM - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <form>
- FormAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
- format - Variable in class javax.sound.sampled.AudioInputStream
-
The format of the audio data contained in the stream.
- format - Variable in class org.omg.IOP.Encoding
-
The encoding format.
- format(double) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
-
Returns pattern with formatted double.
- format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
-
Formats a double to produce a string.
- format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(long) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
-
Format a long to produce a string.
- format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(Object) - Method in class java.text.Format
-
Formats an object to produce a string.
- format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
-
Formats an array of objects and appends the
MessageFormat
's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer
. - format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
-
Formats the given
Object
into a date-time string. - format(Object, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
-
Formats a number and appends the resulting text to the given string buffer.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
-
Formats an object and appends the resulting text to a given string buffer.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
-
Formats an array of objects and appends the
MessageFormat
's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer
. - format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
-
Formats a number and appends the resulting text to the given string buffer.
- format(String, Object...) - Method in class java.io.Console
-
Writes a formatted string to this console's output stream using the specified format string and arguments.
- format(String, Object...) - Method in class java.io.PrintStream
-
Writes a formatted string to this output stream using the specified format string and arguments.
- format(String, Object...) - Method in class java.io.PrintWriter
-
Writes a formatted string to this writer using the specified format string and arguments.
- format(String, Object...) - Static method in class java.lang.String
-
Returns a formatted string using the specified format string and arguments.
- format(String, Object...) - Static method in class java.text.MessageFormat
-
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
- format(String, Object...) - Method in class java.util.Formatter
-
Writes a formatted string to this object's destination using the specified format string and arguments.
- format(String, Object...) - Static method in class javafx.beans.binding.Bindings
-
Creates a
StringExpression
that holds the value of multipleObjects
formatted according to a formatString
. - format(String, Object[]) - Static method in class jdk.nashorn.api.scripting.ScriptUtils
-
Method which converts javascript types to java types for the String.format method (jrunscript function sprintf).
- format(DateTimeFormatter) - Method in interface java.time.chrono.ChronoLocalDate
-
Formats this date using the specified formatter.
- format(DateTimeFormatter) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.LocalDate
-
Formats this date using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.LocalDateTime
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.LocalTime
-
Formats this time using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.MonthDay
-
Formats this month-day using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.OffsetDateTime
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.OffsetTime
-
Formats this time using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.Year
-
Formats this year using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.YearMonth
-
Formats this year-month using the specified formatter.
- format(DateTimeFormatter) - Method in class java.time.ZonedDateTime
-
Formats this date-time using the specified formatter.
- format(TemporalAccessor) - Method in class java.time.format.DateTimeFormatter
-
Formats a date-time object using this formatter.
- format(Date) - Method in class java.text.DateFormat
-
Formats a
Date
into a date-time string. - format(Date, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
-
Formats a
Date
into a date-time string. - format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
-
Formats the given
Date
into a date/time string and appends the result to the givenStringBuffer
. - format(Locale, String, Object...) - Method in class java.io.PrintStream
-
Writes a formatted string to this output stream using the specified format string and arguments.
- format(Locale, String, Object...) - Method in class java.io.PrintWriter
-
Writes a formatted string to this writer using the specified format string and arguments.
- format(Locale, String, Object...) - Static method in class java.lang.String
-
Returns a formatted string using the specified locale, format string, and arguments.
- format(Locale, String, Object...) - Method in class java.util.Formatter
-
Writes a formatted string to this object's destination using the specified locale, format string, and arguments.
- format(Locale, String, Object...) - Static method in class javafx.beans.binding.Bindings
-
Creates a
StringExpression
that holds the value of multipleObjects
formatted according to a formatString
and a specifiedLocale
- format(LogRecord) - Method in class java.util.logging.Formatter
-
Format the given log record and return the formatted string.
- format(LogRecord) - Method in class java.util.logging.SimpleFormatter
-
Format the given LogRecord.
- format(LogRecord) - Method in class java.util.logging.XMLFormatter
-
Format the given message to XML.
- Format - Class in java.text
-
Format
is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers. - Format() - Constructor for class java.text.Format
-
Sole constructor.
- FORMAT - java.util.Locale.Category
-
Category used to represent the default locale for formatting dates, numbers, and/or currencies.
- FORMAT - javafx.scene.web.HTMLEditorSkin.Command
- FORMAT - Static variable in class java.lang.Character
-
General category "Cf" in the Unicode specification.
- FORMAT_CLASS - Static variable in class java.util.ResourceBundle.Control
-
The class-only format
List
containing"java.class"
. - FORMAT_DEFAULT - Static variable in class java.util.ResourceBundle.Control
-
The default format
List
, which contains the strings"java.class"
and"java.properties"
, in this order. - FORMAT_FAILURE - Static variable in class java.util.logging.ErrorManager
-
FORMAT_FAILURE is used when formatting fails for any reason.
- FORMAT_PROPERTIES - Static variable in class java.util.ResourceBundle.Control
-
The properties-only format
List
containing"java.properties"
. - Format.Field - Class in java.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIterator
returned fromFormat.formatToCharacterIterator
and as field identifiers inFieldPosition
. - FormatConversionProvider - Class in javax.sound.sampled.spi
-
A format conversion provider provides format conversion services from one or more input formats to one or more output formats.
- FormatConversionProvider() - Constructor for class javax.sound.sampled.spi.FormatConversionProvider
- FormatFlagsConversionMismatchException - Exception in java.util
-
Unchecked exception thrown when a conversion and flag are incompatible.
- FormatFlagsConversionMismatchException(String, char) - Constructor for exception java.util.FormatFlagsConversionMismatchException
-
Constructs an instance of this class with the specified flag and conversion.
- formatMessage(LogRecord) - Method in class java.util.logging.Formatter
-
Localize and format the message string from a log record.
- FormatMismatch - Exception in org.omg.IOP.CodecPackage
-
org/omg/IOP/CodecPackage/FormatMismatch.java .
- FormatMismatch() - Constructor for exception org.omg.IOP.CodecPackage.FormatMismatch
- FormatMismatch(String) - Constructor for exception org.omg.IOP.CodecPackage.FormatMismatch
- FormatMismatchHelper - Class in org.omg.IOP.CodecPackage
-
org/omg/IOP/CodecPackage/FormatMismatchHelper.java .
- FormatMismatchHelper() - Constructor for class org.omg.IOP.CodecPackage.FormatMismatchHelper
- FormatStringConverter<T> - Class in javafx.util.converter
-
StringConverter
implementation that can use aFormat
instance. - FormatStringConverter(Format) - Constructor for class javafx.util.converter.FormatStringConverter
- FormatStyle - Enum in java.time.format
-
Enumeration of the style of a localized date, time or date-time formatter.
- Formattable - Interface in java.util
-
The
Formattable
interface must be implemented by any class that needs to perform custom formatting using the's'
conversion specifier ofFormatter
. - FormattableFlags - Class in java.util
-
FormattableFlags are passed to the
Formattable.formatTo()
method and modify the output format for Formattables. - FORMATTED_TEXT_FIELD - Static variable in class javax.swing.plaf.synth.Region
-
FormattedTextField region.
- Formatter - Class in java.util
-
An interpreter for printf-style format strings.
- Formatter - Class in java.util.logging
-
A Formatter provides support for formatting LogRecords.
- Formatter() - Constructor for class java.util.Formatter
-
Constructs a new formatter.
- Formatter() - Constructor for class java.util.logging.Formatter
-
Construct a new formatter.
- Formatter(File) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file.
- Formatter(File, String) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file and charset.
- Formatter(File, String, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file, charset, and locale.
- Formatter(File, Charset, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file, charset, and locale.
- Formatter(OutputStream) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified output stream.
- Formatter(OutputStream, String) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified output stream and charset.
- Formatter(OutputStream, String, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified output stream, charset, and locale.
- Formatter(OutputStream, Charset, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified output stream, charset, and locale.
- Formatter(PrintStream) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified print stream.
- Formatter(Appendable) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified destination.
- Formatter(Appendable, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified destination and locale.
- Formatter(String) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file name.
- Formatter(String, String) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file name and charset.
- Formatter(String, String, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file name, charset, and locale.
- Formatter(String, Charset, Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified file name, charset, and locale.
- Formatter(Locale) - Constructor for class java.util.Formatter
-
Constructs a new formatter with the specified locale.
- Formatter.BigDecimalLayoutForm - Enum in java.util
-
Enum for
BigDecimal
formatting. - FormatterClosedException - Exception in java.util
-
Unchecked exception thrown when the formatter has been closed.
- FormatterClosedException() - Constructor for exception java.util.FormatterClosedException
-
Constructs an instance of this class.
- formatTo(TemporalAccessor, Appendable) - Method in class java.time.format.DateTimeFormatter
-
Formats a date-time object to an
Appendable
using this formatter. - formatTo(Formatter, int, int, int) - Method in interface java.util.Formattable
-
Formats the object using the provided
formatter
. - formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
-
Formats an Object producing an
AttributedCharacterIterator
. - formatToCharacterIterator(Object) - Method in class java.text.Format
-
Formats an Object producing an
AttributedCharacterIterator
. - formatToCharacterIterator(Object) - Method in class java.text.MessageFormat
-
Formats an array of objects and inserts them into the
MessageFormat
's pattern, producing anAttributedCharacterIterator
. - formatToCharacterIterator(Object) - Method in class java.text.SimpleDateFormat
-
Formats an Object producing an
AttributedCharacterIterator
. - FormSubmitEvent - Class in javax.swing.text.html
-
FormSubmitEvent is used to notify interested parties that a form was submitted.
- FormSubmitEvent.MethodType - Enum in javax.swing.text.html
-
Represents an HTML form method type.
- FormView - Class in javax.swing.text.html
-
Component decorator that implements the view interface for form elements, <input>, <textarea>, and <select>.
- FormView(Element) - Constructor for class javax.swing.text.html.FormView
-
Creates a new FormView object.
- FormView.MouseEventListener - Class in javax.swing.text.html
-
MouseEventListener class to handle form submissions when an input with type equal to image is clicked on.
- forName(Module, String) - Static method in class java.lang.Class
-
Returns the
Class
with the given binary name in the given module. - forName(String) - Static method in class java.lang.Character.UnicodeBlock
-
Returns the UnicodeBlock with the given name.
- forName(String) - Static method in enum java.lang.Character.UnicodeScript
-
Returns the UnicodeScript constant with the given Unicode script name or the script name alias.
- forName(String) - Static method in class java.lang.Class
-
Returns the
Class
object associated with the class or interface with the given string name. - forName(String) - Static method in class java.nio.charset.Charset
-
Returns a charset object for the named charset.
- forName(String, boolean, ClassLoader) - Static method in class java.lang.Class
-
Returns the
Class
object associated with the class or interface with the given string name, using the given class loader. - ForOfLoopTree - Interface in jdk.nashorn.api.tree
-
A tree node for for..of statement.
- forRemoval() - Method in annotation type java.lang.Deprecated
-
Indicates whether the annotated element is subject to removal in a future version.
- forTableColumn() - Static method in class javafx.scene.control.cell.ProgressBarTableCell
-
Provides a
ProgressBar
that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0. - forTableColumn() - Static method in class javafx.scene.control.cell.TextFieldTableCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenTableView.edit(int, javafx.scene.control.TableColumn)
is called. - forTableColumn(ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxTableCell
-
Creates a ChoiceBox cell factory for use in
TableColumn
controls. - forTableColumn(ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxTableCell
-
Creates a ComboBox cell factory for use in
TableColumn
controls. - forTableColumn(TableColumn<S, Boolean>) - Static method in class javafx.scene.control.cell.CheckBoxTableCell
-
Creates a cell factory for use in a
TableColumn
cell factory. - forTableColumn(Callback<Integer, ObservableValue<Boolean>>) - Static method in class javafx.scene.control.cell.CheckBoxTableCell
-
Creates a cell factory for use in a
TableColumn
cell factory. - forTableColumn(Callback<Integer, ObservableValue<Boolean>>, boolean) - Static method in class javafx.scene.control.cell.CheckBoxTableCell
-
Creates a cell factory for use in a
TableColumn
cell factory. - forTableColumn(Callback<Integer, ObservableValue<Boolean>>, StringConverter<T>) - Static method in class javafx.scene.control.cell.CheckBoxTableCell
-
Creates a cell factory for use in a
TableColumn
cell factory. - forTableColumn(StringConverter<T>) - Static method in class javafx.scene.control.cell.TextFieldTableCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenTableView.edit(int, javafx.scene.control.TableColumn)
is called. - forTableColumn(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxTableCell
-
Creates a ChoiceBox cell factory for use in
TableColumn
controls. - forTableColumn(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxTableCell
-
Creates a ComboBox cell factory for use in
TableColumn
controls. - forTableColumn(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ChoiceBoxTableCell
-
Creates a ChoiceBox cell factory for use in
TableColumn
controls. - forTableColumn(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ComboBoxTableCell
-
Creates a ComboBox cell factory for use in
TableColumn
controls. - forTableColumn(T...) - Static method in class javafx.scene.control.cell.ChoiceBoxTableCell
-
Creates a ChoiceBox cell factory for use in
TableColumn
controls. - forTableColumn(T...) - Static method in class javafx.scene.control.cell.ComboBoxTableCell
-
Creates a ComboBox cell factory for use in
TableColumn
controls. - forTreeTableColumn() - Static method in class javafx.scene.control.cell.ProgressBarTreeTableCell
-
Provides a
ProgressBar
that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0. - forTreeTableColumn() - Static method in class javafx.scene.control.cell.TextFieldTreeTableCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenTreeTableView.edit(int, javafx.scene.control.TreeTableColumn)
is called. - forTreeTableColumn(ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeTableCell
-
Creates a ChoiceBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxTreeTableCell
-
Creates a ComboBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(TreeTableColumn<S, Boolean>) - Static method in class javafx.scene.control.cell.CheckBoxTreeTableCell
-
Creates a cell factory for use in a
TreeTableColumn
cell factory. - forTreeTableColumn(Callback<Integer, ObservableValue<Boolean>>) - Static method in class javafx.scene.control.cell.CheckBoxTreeTableCell
-
Creates a cell factory for use in a
TreeTableColumn
cell factory. - forTreeTableColumn(Callback<Integer, ObservableValue<Boolean>>, boolean) - Static method in class javafx.scene.control.cell.CheckBoxTreeTableCell
-
Creates a cell factory for use in a
TreeTableColumn
cell factory. - forTreeTableColumn(Callback<Integer, ObservableValue<Boolean>>, StringConverter<T>) - Static method in class javafx.scene.control.cell.CheckBoxTreeTableCell
-
Creates a cell factory for use in a
TreeTableColumn
cell factory. - forTreeTableColumn(StringConverter<T>) - Static method in class javafx.scene.control.cell.TextFieldTreeTableCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenTreeTableView.edit(int, javafx.scene.control.TreeTableColumn)
is called. - forTreeTableColumn(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeTableCell
-
Creates a ChoiceBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxTreeTableCell
-
Creates a ComboBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeTableCell
-
Creates a ChoiceBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ComboBoxTreeTableCell
-
Creates a ComboBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(T...) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeTableCell
-
Creates a ChoiceBox cell factory for use in
TreeTableColumn
controls. - forTreeTableColumn(T...) - Static method in class javafx.scene.control.cell.ComboBoxTreeTableCell
-
Creates a ComboBox cell factory for use in
TreeTableColumn
controls. - forTreeView() - Static method in class javafx.scene.control.cell.CheckBoxTreeCell
-
Creates a cell factory for use in a TreeView control, although there is a major assumption when used in a TreeView: this cell factory assumes that the TreeView root, and all children are instances of
CheckBoxTreeItem
, rather than the defaultTreeItem
class that is used normally. - forTreeView() - Static method in class javafx.scene.control.cell.TextFieldTreeCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenTreeView.edit(javafx.scene.control.TreeItem)
is called. - forTreeView(ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeCell
-
Creates a ChoiceBox cell factory for use in
TreeView
controls. - forTreeView(ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxTreeCell
-
Creates a ComboBox cell factory for use in
TreeView
controls. - forTreeView(Callback<TreeItem<T>, ObservableValue<Boolean>>) - Static method in class javafx.scene.control.cell.CheckBoxTreeCell
-
Creates a cell factory for use in a TreeView control.
- forTreeView(Callback<TreeItem<T>, ObservableValue<Boolean>>, StringConverter<TreeItem<T>>) - Static method in class javafx.scene.control.cell.CheckBoxTreeCell
-
Creates a cell factory for use in a TreeView control.
- forTreeView(StringConverter<T>) - Static method in class javafx.scene.control.cell.TextFieldTreeCell
-
Provides a
TextField
that allows editing of the cell content when the cell is double-clicked, or whenTreeView.edit(javafx.scene.control.TreeItem)
is called. - forTreeView(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeCell
-
Creates a ChoiceBox cell factory for use in
TreeView
controls. - forTreeView(StringConverter<T>, ObservableList<T>) - Static method in class javafx.scene.control.cell.ComboBoxTreeCell
-
Creates a ComboBox cell factory for use in
TreeView
controls. - forTreeView(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeCell
-
Creates a ChoiceBox cell factory for use in
TreeView
controls. - forTreeView(StringConverter<T>, T...) - Static method in class javafx.scene.control.cell.ComboBoxTreeCell
-
Creates a ComboBox cell factory for use in
TreeView
controls. - forTreeView(T...) - Static method in class javafx.scene.control.cell.ChoiceBoxTreeCell
-
Creates a ChoiceBox cell factory for use in
TreeView
controls. - forTreeView(T...) - Static method in class javafx.scene.control.cell.ComboBoxTreeCell
-
Creates a ComboBox cell factory for use in
TreeView
controls. - forward - Variable in exception org.omg.PortableInterceptor.ForwardRequest
-
The new object to forward the request to.
- forward() - Method in class javafx.scene.control.TextInputControl
-
Moves the caret position forward.
- Forward - Static variable in class javax.swing.text.Position.Bias
-
Indicates to bias toward the next character in the model.
- forward_reference - Variable in exception org.omg.PortableServer.ForwardRequest
- forward_reference() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Contains the object to which the request will be forwarded, if the
reply_status
attribute isLOCATION_FORWARD
. - FORWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
-
The identifier for the Forward focus traversal keys.
- forwardAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the Action for moving the caret logically forward one position.
- forwardBiasProperty() - Method in class javafx.scene.control.skin.TextInputControlSkin
-
Caret bias in the content. true means a bias towards forward character (true=leading/false=trailing)
- forwardExecutionControl(ExecutionControl, ObjectInput, ObjectOutput) - Static method in class jdk.jshell.execution.Util
-
Forward commands from the input to the specified
ExecutionControl
instance, then responses back on the output. - forwardExecutionControlAndIO(ExecutionControl, InputStream, OutputStream, Map<String, Consumer<OutputStream>>, Map<String, Consumer<InputStream>>) - Static method in class jdk.jshell.execution.Util
-
Forward commands from the input to the specified
ExecutionControl
instance, then responses back on the output. - ForwardingFileObject<F extends FileObject> - Class in javax.tools
-
Forwards calls to a given file object.
- ForwardingFileObject(F) - Constructor for class javax.tools.ForwardingFileObject
-
Creates a new instance of ForwardingFileObject.
- ForwardingJavaFileManager<M extends JavaFileManager> - Class in javax.tools
-
Forwards calls to a given file manager.
- ForwardingJavaFileManager(M) - Constructor for class javax.tools.ForwardingJavaFileManager
-
Creates a new instance of ForwardingJavaFileManager.
- ForwardingJavaFileObject<F extends JavaFileObject> - Class in javax.tools
-
Forwards calls to a given file object.
- ForwardingJavaFileObject(F) - Constructor for class javax.tools.ForwardingJavaFileObject
-
Creates a new instance of ForwardingJavaFileObject.
- ForwardRequest - Exception in org.omg.PortableInterceptor
-
org/omg/PortableInterceptor/ForwardRequest.java .
- ForwardRequest - Exception in org.omg.PortableServer
-
org/omg/PortableServer/ForwardRequest.java .
- ForwardRequest() - Constructor for exception org.omg.PortableInterceptor.ForwardRequest
- ForwardRequest() - Constructor for exception org.omg.PortableServer.ForwardRequest
- ForwardRequest(String, Object) - Constructor for exception org.omg.PortableInterceptor.ForwardRequest
- ForwardRequest(String, Object) - Constructor for exception org.omg.PortableServer.ForwardRequest
- ForwardRequest(Object) - Constructor for exception org.omg.PortableInterceptor.ForwardRequest
- ForwardRequest(Object) - Constructor for exception org.omg.PortableServer.ForwardRequest
- ForwardRequestHelper - Class in org.omg.PortableInterceptor
-
org/omg/PortableInterceptor/ForwardRequestHelper.java .
- ForwardRequestHelper - Class in org.omg.PortableServer
-
org/omg/PortableServer/ForwardRequestHelper.java .
- ForwardRequestHelper() - Constructor for class org.omg.PortableInterceptor.ForwardRequestHelper
- ForwardRequestHelper() - Constructor for class org.omg.PortableServer.ForwardRequestHelper
- forwardUpdate(DocumentEvent.ElementChange, DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.BoxView
-
Forwards the given
DocumentEvent
to the child views that need to be notified of the change to the model. - forwardUpdate(DocumentEvent.ElementChange, DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.View
-
Forwards the given
DocumentEvent
to the child views that need to be notified of the change to the model. - forwardUpdateToView(View, DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.View
-
Forwards the
DocumentEvent
to the give child view. - foundType() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
-
Returns the type of data found in the incorrectly typed element.
- FRACTION - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the fraction field.
- FRACTION_FIELD - Static variable in class java.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- fractionProperty() - Method in class javafx.scene.effect.Reflection
-
The fraction of the input that is visible in the reflection.
- fragmentHtmlFlavor - Static variable in class java.awt.datatransfer.DataFlavor
-
Represents a piece of an HTML markup.
- frame - Variable in class javax.swing.plaf.basic.BasicDesktopIconUI
-
The instance of
JInternalFrame
. - frame - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The instance of
JInternalFrame
. - frame - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
frame
- frame(int) - Method in interface com.sun.jdi.ThreadReference
-
Returns the
StackFrame
at the given index in the thread's current call stack. - Frame - Class in java.awt
-
A
Frame
is a top-level window with a title and a border. - Frame() - Constructor for class java.awt.Frame
-
Constructs a new instance of
Frame
that is initially invisible. - Frame(GraphicsConfiguration) - Constructor for class java.awt.Frame
-
Constructs a new, initially invisible
Frame
with the specifiedGraphicsConfiguration
. - Frame(String) - Constructor for class java.awt.Frame
-
Constructs a new, initially invisible
Frame
object with the specified title. - Frame(String, GraphicsConfiguration) - Constructor for class java.awt.Frame
-
Constructs a new, initially invisible
Frame
object with the specified title and aGraphicsConfiguration
. - FRAME - Static variable in class javax.accessibility.AccessibleRole
-
A top level window with a title bar, border, menu bar, etc.
- FRAME - Static variable in class javax.swing.JRootPane
-
Constant used for the windowDecorationStyle property.
- FRAME - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <frame>
- FRAME_CONTENT_LAYER - Static variable in class javax.swing.JLayeredPane
-
Convenience object defining the Frame Content layer.
- FRAME_ICON_PROPERTY - Static variable in class javax.swing.JInternalFrame
-
Bound property name.
- Frame.AccessibleAWTFrame - Class in java.awt
-
This class implements accessibility support for the
Frame
class. - FRAMEBITS - Static variable in interface java.awt.image.ImageObserver
-
This flag in the infoflags argument to imageUpdate indicates that another complete frame of a multi-frame image which was previously drawn is now available to be drawn again.
- FRAMEBORDER - Static variable in class javax.swing.text.html.HTML.Attribute
-
Attribute "frameborder"
- frameCount() - Method in interface com.sun.jdi.ThreadReference
-
Returns the number of stack frames in the thread's current call stack.
- frameIcon - Variable in class javax.swing.JInternalFrame
-
The icon shown in the top-left corner of this internal frame.
- frameInit() - Method in class javax.swing.JFrame
-
Called by the constructors to init the
JFrame
properly. - frameLength - Variable in class javax.sound.sampled.AudioInputStream
-
This stream's length, in sample frames.
- FrameListener() - Constructor for class javax.swing.plaf.basic.BasicToolBarUI.FrameListener
- framePos - Variable in class javax.sound.sampled.AudioInputStream
-
The current position in this stream, in sample frames (zero-based).
- frameRate - Variable in class javax.sound.sampled.AudioFormat
-
The number of frames played or recorded per second, for sounds that have this format.
- frames() - Method in interface com.sun.jdi.ThreadReference
-
Returns a List containing each
StackFrame
in the thread's current call stack. - frames(int, int) - Method in interface com.sun.jdi.ThreadReference
-
Returns a List containing a range of
StackFrame
mirrors from the thread's current call stack. - FRAMESET - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <frameset>
- frameSize - Variable in class javax.sound.sampled.AudioFormat
-
The number of bytes in each frame of a sound that has this format.
- frameSize - Variable in class javax.sound.sampled.AudioInputStream
-
The size of each frame, in bytes.
- FRANCE - Static variable in class java.util.Locale
-
Useful constant for country.
- free() - Method in interface java.sql.Array
-
This method frees the
Array
object and releases the resources that it holds. - free() - Method in interface java.sql.Blob
-
This method frees the
Blob
object and releases the resources that it holds. - free() - Method in interface java.sql.Clob
-
This method releases the resources that the
Clob
object holds. - free() - Method in interface java.sql.SQLXML
-
This method closes this object and releases the resources that it held.
- free() - Method in class javax.sql.rowset.serial.SerialArray
-
This method frees the
SerialArray
object and releases the resources that it holds. - free() - Method in class javax.sql.rowset.serial.SerialBlob
-
This method frees the
SerialBlob
object and releases the resources that it holds. - free() - Method in class javax.sql.rowset.serial.SerialClob
-
This method frees the
SerialClob
object and releases the resources that it holds. - FREE_MEM - Exception in org.omg.CORBA
-
Exception thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked.
- FREE_MEM() - Constructor for exception org.omg.CORBA.FREE_MEM
-
Constructs a
FREE_MEM
exception with a default minor code of 0 and a completion state of COMPLETED_NO. - FREE_MEM(int, CompletionStatus) - Constructor for exception org.omg.CORBA.FREE_MEM
-
Constructs a
FREE_MEM
exception with the specified minor code and completion status. - FREE_MEM(String) - Constructor for exception org.omg.CORBA.FREE_MEM
-
Constructs a
FREE_MEM
exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO. - FREE_MEM(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.FREE_MEM
-
Constructs a
FREE_MEM
exception with the specified detail message, minor code, and completion status. - FREE_STANDING_PROP - Static variable in class javax.swing.plaf.metal.MetalScrollBarUI
-
The property
JScrollBar.isFreeStanding
. - freeMemory() - Method in class java.lang.Runtime
-
Returns the amount of free memory in the Java Virtual Machine.
- freeze() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
ECMA 15.2.39 - freeze implementation.
- FRENCH - Static variable in class java.util.Locale
-
Useful constant for language.
- frequency(Collection<?>, Object) - Static method in class java.util.Collections
-
Returns the number of elements in the specified collection equal to the specified object.
- Frequency - Annotation Type in jdk.jfr
-
Event field annotation, signifies that value is a frequency, measured in Hz.
- FRIDAY - java.time.DayOfWeek
-
The singleton instance for the day-of-week of Friday.
- FRIDAY - Static variable in class java.util.Calendar
-
Value of the
Calendar.DAY_OF_WEEK
field indicating Friday. - from(long, TimeUnit) - Static method in class java.nio.file.attribute.FileTime
-
Returns a
FileTime
representing a value at the given unit of granularity. - from(File) - Static method in class java.lang.ProcessBuilder.Redirect
-
Returns a redirect to read from the specified file.
- from(Instant) - Static method in class java.nio.file.attribute.FileTime
-
Returns a
FileTime
representing the same point of time value on the time-line as the providedInstant
object. - from(Instant) - Static method in class java.sql.Timestamp
-
Obtains an instance of
Timestamp
from anInstant
object. - from(Instant) - Static method in class java.util.Date
-
Obtains an instance of
Date
from anInstant
object. - from(TemporalAccessor) - Static method in interface java.time.chrono.ChronoLocalDate
-
Obtains an instance of
ChronoLocalDate
from a temporal object. - from(TemporalAccessor) - Static method in interface java.time.chrono.ChronoLocalDateTime
-
Obtains an instance of
ChronoLocalDateTime
from a temporal object. - from(TemporalAccessor) - Static method in interface java.time.chrono.Chronology
-
Obtains an instance of
Chronology
from a temporal object. - from(TemporalAccessor) - Static method in interface java.time.chrono.ChronoZonedDateTime
-
Obtains an instance of
ChronoZonedDateTime
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.chrono.HijrahDate
-
Obtains a
HijrahDate
of the Islamic Umm Al-Qura calendar from a temporal object. - from(TemporalAccessor) - Static method in class java.time.chrono.JapaneseDate
-
Obtains a
JapaneseDate
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.chrono.MinguoDate
-
Obtains a
MinguoDate
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.chrono.ThaiBuddhistDate
-
Obtains a
ThaiBuddhistDate
from a temporal object. - from(TemporalAccessor) - Static method in enum java.time.DayOfWeek
-
Obtains an instance of
DayOfWeek
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.Instant
-
Obtains an instance of
Instant
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.LocalDate
-
Obtains an instance of
LocalDate
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.LocalDateTime
-
Obtains an instance of
LocalDateTime
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.LocalTime
-
Obtains an instance of
LocalTime
from a temporal object. - from(TemporalAccessor) - Static method in enum java.time.Month
-
Obtains an instance of
Month
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.MonthDay
-
Obtains an instance of
MonthDay
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of
OffsetDateTime
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.OffsetTime
-
Obtains an instance of
OffsetTime
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.Year
-
Obtains an instance of
Year
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.YearMonth
-
Obtains an instance of
YearMonth
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of
ZonedDateTime
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.ZoneId
-
Obtains an instance of
ZoneId
from a temporal object. - from(TemporalAccessor) - Static method in class java.time.ZoneOffset
-
Obtains an instance of
ZoneOffset
from a temporal object. - from(TemporalAmount) - Static method in class java.time.Duration
-
Obtains an instance of
Duration
from a temporal amount. - from(TemporalAmount) - Static method in class java.time.Period
-
Obtains an instance of
Period
from a temporal amount. - from(ZonedDateTime) - Static method in class java.util.GregorianCalendar
-
Obtains an instance of
GregorianCalendar
with the default locale from aZonedDateTime
object. - from(CompositeData) - Static method in class com.sun.management.GarbageCollectionNotificationInfo
-
Returns a
GarbageCollectionNotificationInfo
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class com.sun.management.GcInfo
-
Returns a
GcInfo
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class com.sun.management.VMOption
-
Returns a
VMOption
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class java.lang.management.LockInfo
-
Returns a
LockInfo
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class java.lang.management.MemoryNotificationInfo
-
Returns a
MemoryNotificationInfo
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class java.lang.management.MemoryUsage
-
Returns a
MemoryUsage
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class java.lang.management.MonitorInfo
-
Returns a
MonitorInfo
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class java.lang.management.ThreadInfo
-
Returns a
ThreadInfo
object represented by the givenCompositeData
. - from(CompositeData) - Static method in class jdk.management.jfr.ConfigurationInfo
-
Returns a
ConfigurationInfo
object represented by the specifiedCompositeData
. - from(CompositeData) - Static method in class jdk.management.jfr.EventTypeInfo
-
Returns an
EventType
represented by the specifiedCompositeData
- from(CompositeData) - Static method in class jdk.management.jfr.RecordingInfo
-
Returns a
RecordingInfo
represented by the specifiedCompositeData
- from(CompositeData) - Static method in class jdk.management.jfr.SettingDescriptorInfo
-
Returns an
SettingDescriptorInfo
represented by the specifiedCompositeData
- from_any(Any) - Method in interface org.omg.CORBA.DynAny
-
Deprecated.Make a
DynAny
object from anAny
object. - from_any(Any) - Method in class org.omg.DynamicAny._DynAnyStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynArrayStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynEnumStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynFixedStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynSequenceStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynStructStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynUnionStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in class org.omg.DynamicAny._DynValueStub
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_any(Any) - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Initializes the value associated with a DynAny object with the value contained in an any.
- from_int(int) - Static method in class org.omg.CORBA.CompletionStatus
-
Creates a
CompletionStatus
object from the givenint
. - from_int(int) - Static method in class org.omg.CORBA.DefinitionKind
-
Creates a
DefinitionKind
instance corresponding to the given code . - from_int(int) - Static method in class org.omg.CORBA.ParameterMode
- from_int(int) - Static method in class org.omg.CORBA.SetOverrideType
-
Converts the given
int
to the correspondingSetOverrideType
instance. - from_int(int) - Static method in class org.omg.CORBA.TCKind
-
Converts the given
int
to the correspondingTCKind
instance. - from_int(int) - Static method in class org.omg.CosNaming.BindingType
- from_int(int) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReason
- from_int(int) - Static method in class org.omg.PortableServer.IdAssignmentPolicyValue
- from_int(int) - Static method in class org.omg.PortableServer.IdUniquenessPolicyValue
- from_int(int) - Static method in class org.omg.PortableServer.ImplicitActivationPolicyValue
- from_int(int) - Static method in class org.omg.PortableServer.LifespanPolicyValue
- from_int(int) - Static method in class org.omg.PortableServer.POAManagerPackage.State
- from_int(int) - Static method in class org.omg.PortableServer.RequestProcessingPolicyValue
- from_int(int) - Static method in class org.omg.PortableServer.ServantRetentionPolicyValue
- from_int(int) - Static method in class org.omg.PortableServer.ThreadPolicyValue
- fromAngleProperty() - Method in class javafx.animation.RotateTransition
-
Specifies the start angle value for this
RotateTransition
. - fromByteArray(byte[]) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
Returns a request body publisher whose body is the given byte array.
- fromByteArray(byte[], int, int) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
Returns a request body publisher whose body is the content of the given byte array of
length
bytes starting from the specifiedoffset
. - fromByteArrays(Iterable<byte[]>) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
A request body publisher that takes data from an
Iterable
of byte arrays. - fromCIEXYZ(float[]) - Method in class java.awt.color.ColorSpace
-
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
- fromCIEXYZ(float[]) - Method in class java.awt.color.ICC_ColorSpace
-
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
- fromFile(Path) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
A request body publisher that takes data from the contents of a File.
- fromFXImage(Image, BufferedImage) - Static method in class javafx.embed.swing.SwingFXUtils
-
Snapshots the specified JavaFX
Image
object and stores a copy of its pixels into aBufferedImage
object, creating a new object if needed. - fromIndex - Variable in class javax.swing.event.TableColumnModelEvent
-
The index of the column from where it was moved or removed
- fromInputStream(Supplier<? extends InputStream>) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
A request body publisher that reads its data from an
InputStream
. - fromMethodDescriptorString(String, ClassLoader) - Static method in class java.lang.invoke.MethodType
-
Finds or creates an instance of a method type, given the spelling of its bytecode descriptor.
- fromMillis(long) - Static method in class java.nio.file.attribute.FileTime
-
Returns a
FileTime
representing the given value in milliseconds. - fromPublisher(Flow.Publisher<? extends ByteBuffer>) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
Returns a request body publisher whose body is retrieved from the given
Flow.Publisher
. - fromPublisher(Flow.Publisher<? extends ByteBuffer>, long) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
Returns a request body publisher whose body is retrieved from the given
Flow.Publisher
. - fromRGB(float[]) - Method in class java.awt.color.ColorSpace
-
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
- fromRGB(float[]) - Method in class java.awt.color.ICC_ColorSpace
-
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
- fromString(String) - Static method in class java.nio.file.attribute.PosixFilePermissions
-
Returns the set of permissions corresponding to a given
String
representation. - fromString(String) - Static method in class java.util.UUID
-
Creates a
UUID
from the string standard representation as described in theUUID.toString()
method. - fromString(String) - Method in class javafx.scene.chart.NumberAxis.DefaultFormatter
-
Converts the string provided into a Number defined by the this converter.
- fromString(String) - Method in class javafx.util.StringConverter
-
Converts the string provided into an object defined by the specific converter.
- fromString(String) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
Returns a request body publisher whose body is the given
String
, converted using theUTF_8
character set. - fromString(String, Charset) - Static method in interface jdk.incubator.http.HttpRequest.BodyPublisher
-
Returns a request body publisher whose body is the given
String
, converted using the given character set. - fromSubscriber(Flow.Subscriber<? super List<ByteBuffer>>) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
-
Returns a response body handler that returns a
BodySubscriber
<Void>
obtained from HttpResponse.BodySubscriber.fromSubscriber(Subscriber), with the givensubscriber
. - fromSubscriber(S) - Static method in interface jdk.incubator.http.HttpResponse.BodySubscriber
-
Returns a body subscriber that forwards all response body to the given
Flow.Subscriber
. - fromSubscriber(S, Function<S, T>) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
-
Returns a response body handler that returns a
BodySubscriber
<T>
obtained fromHttpResponse.BodySubscriber.fromSubscriber(Subscriber, Function)
, with the givensubscriber
andfinisher
function. - fromSubscriber(S, Function<S, T>) - Static method in interface jdk.incubator.http.HttpResponse.BodySubscriber
-
Returns a body subscriber that forwards all response body to the given
Flow.Subscriber
. - fromValueProperty() - Method in class javafx.animation.FadeTransition
-
Specifies the start opacity value for this
FadeTransition
. - fromValueProperty() - Method in class javafx.animation.FillTransition
-
Specifies the start color value for this
FillTransition
. - fromValueProperty() - Method in class javafx.animation.StrokeTransition
-
Specifies the start color value for this
StrokeTransition
. - fromXProperty() - Method in class javafx.animation.ScaleTransition
-
Specifies the start X scale value of this
ScaleTransition
. - fromXProperty() - Method in class javafx.animation.TranslateTransition
-
Specifies the start X coordinate value of this
TranslateTransition
. - fromYProperty() - Method in class javafx.animation.ScaleTransition
-
Specifies the start Y scale value of this
ScaleTransition
. - fromYProperty() - Method in class javafx.animation.TranslateTransition
-
Specifies the start Y coordinate value of this
TranslateTransition
. - fromZProperty() - Method in class javafx.animation.ScaleTransition
-
Specifies the start Z scale value of this
ScaleTransition
. - fromZProperty() - Method in class javafx.animation.TranslateTransition
-
Specifies the start Z coordinate value of this
TranslateTransition
. - FRONT - javafx.scene.shape.CullFace
-
Cull all front-facing polygons.
- FTP - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
-
File Transfer Protocol (FTP).
- FUCHSIA - Static variable in class javafx.scene.paint.Color
-
The color fuchsia with an RGB value of #FF00FF
- FULL - java.time.format.FormatStyle
-
Full text style, with the most detail.
- FULL - java.time.format.TextStyle
-
Full text, typically the full description.
- FULL - Static variable in class java.text.DateFormat
-
Constant for full style pattern.
- FULL - Static variable in class javafx.scene.layout.BorderWidths
-
A set of widths representing 100% on each side.
- FULL_DECOMPOSITION - Static variable in class java.text.Collator
-
Decomposition mode value.
- FULL_FLUSH - Static variable in class java.util.zip.Deflater
-
Compression flush mode used to flush out all pending output and reset the deflater.
- FULL_JOIN - Static variable in interface javax.sql.rowset.JoinRowSet
-
An ANSI-style
JOIN
providing a full JOIN. - FULL_STANDALONE - java.time.format.TextStyle
-
Full text for stand-alone use, typically the full description.
- FULL_WIDTH - javafx.scene.input.KeyCode
-
Constant for the Full-Width Characters function key.
- fullClassName() - Method in interface jdk.jshell.SourceCodeAnalysis.SnippetWrapper
-
Returns the fully qualified class name of the
SourceCodeAnalysis.SnippetWrapper.wrapped()
class. - fullFence() - Static method in class java.lang.invoke.VarHandle
-
Ensures that loads and stores before the fence will not be reordered with loads and stores after the fence.
- fullname() - Method in class jdk.jshell.ImportSnippet
-
The qualified name of the import.
- fullScreenExitHintProperty() - Method in class javafx.stage.Stage
- fullScreenExitKeyProperty() - Method in class javafx.stage.Stage
-
Get the property for the Full Screen exit key combination.
- fullScreenProperty() - Method in class javafx.stage.Stage
-
Specifies whether this
Stage
should be a full-screen, undecorated window. - FULLWIDTH_DIGITS - Static variable in class java.awt.im.InputSubset
-
Constant for the fullwidth digits included in the Unicode halfwidth and fullwidth forms character block.
- FULLWIDTH_LATIN - Static variable in class java.awt.im.InputSubset
-
Constant for the fullwidth ASCII variants subset of the Unicode halfwidth and fullwidth forms character block.
- Function<T,R> - Interface in java.util.function
-
Represents a function that accepts one argument and produces a result.
- FUNCTION - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
FunctionDeclarationTree
. - FUNCTION_EXPRESSION - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
FunctionExpressionTree
. - FUNCTION_INVOCATION - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
FunctionCallTree
. - FunctionalInterface - Annotation Type in java.lang
-
An informative annotation type used to indicate that an interface type declaration is intended to be a functional interface as defined by the Java Language Specification.
- FunctionCallTree - Interface in jdk.nashorn.api.tree
-
A tree node for a function call expression.
- functionColumnIn - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the parameter or column is an IN parameter.
- functionColumnInOut - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the parameter or column is an INOUT parameter.
- functionColumnOut - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the parameter or column is an OUT parameter.
- functionColumnResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the parameter or column is a column in a result set.
- functionColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that type of the parameter or column is unknown.
- FunctionDeclarationTree - Interface in jdk.nashorn.api.tree
-
A tree node for a function declaration.
- FunctionExpressionTree - Interface in jdk.nashorn.api.tree
-
A tree node for function expressions including arrow functions.
- functionNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that
NULL
values are not allowed. - functionNoTable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the function does not return a table.
- functionNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that
NULL
values are allowed. - functionNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that whether
NULL
values are allowed is unknown. - functionResultUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that it is not known whether the function returns a result or a table.
- functionReturn - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the parameter or column is a return value.
- functionReturnsTable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the function returns a table.
- FUSER_OVER_TEMP - Static variable in class javax.print.attribute.standard.PrinterStateReason
-
The fuser temperature is above normal.
- FUSER_UNDER_TEMP - Static variable in class javax.print.attribute.standard.PrinterStateReason
-
The fuser temperature is below normal.
- Future<V> - Interface in java.util.concurrent
-
A
Future
represents the result of an asynchronous computation. - FutureTask<V> - Class in java.util.concurrent
-
A cancellable asynchronous computation.
- FutureTask(Runnable, V) - Constructor for class java.util.concurrent.FutureTask
-
Creates a
FutureTask
that will, upon running, execute the givenRunnable
, and arrange thatget
will return the given result on successful completion. - FutureTask(Callable<V>) - Constructor for class java.util.concurrent.FutureTask
-
Creates a
FutureTask
that will, upon running, execute the givenCallable
. - FX_CONSTANT_ATTRIBUTE - Static variable in class javafx.fxml.FXMLLoader
-
The tag name of 'fx:constant'.
- FX_CONTROLLER_ATTRIBUTE - Static variable in class javafx.fxml.FXMLLoader
-
The name of fx:controller attribute of a root.
- FX_FACTORY_ATTRIBUTE - Static variable in class javafx.fxml.FXMLLoader
-
The name of 'fx:factory' attribute.
- FX_ID_ATTRIBUTE - Static variable in class javafx.fxml.FXMLLoader
-
The name of fx:id attribute.
- FX_NAMESPACE_PREFIX - Static variable in class javafx.fxml.FXMLLoader
-
Prefix of 'fx' namespace.
- FX_NAMESPACE_VERSION - Static variable in class javafx.fxml.FXMLLoader
-
Contains the current fx namepsace version.
- FX_VALUE_ATTRIBUTE - Static variable in class javafx.fxml.FXMLLoader
-
The name of fx:value attribute.
- FXCollections - Class in javafx.collections
-
Utility class that consists of static methods that are 1:1 copies of java.util.Collections methods.
- FXML - javafx.application.ConditionalFeature
-
Indicates that XML libraries are present in the JRE and that the FXML API is available on the platform.
- FXML - Annotation Type in javafx.fxml
-
Annotation that tags a field or method as accessible to markup.
- FXMLLoader - Class in javafx.fxml
-
Loads an object hierarchy from an XML document.
- FXMLLoader() - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(URL) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(URL, ResourceBundle) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(URL, ResourceBundle, BuilderFactory) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(URL, ResourceBundle, BuilderFactory, Callback<Class<?>, Object>) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(URL, ResourceBundle, BuilderFactory, Callback<Class<?>, Object>, Charset) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(URL, ResourceBundle, BuilderFactory, Callback<Class<?>, Object>, Charset, LinkedList<FXMLLoader>) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXMLLoader(Charset) - Constructor for class javafx.fxml.FXMLLoader
-
Creates a new FXMLLoader instance.
- FXPermission - Class in javafx.util
-
This class is for JavaFX permissions.
- FXPermission(String) - Constructor for class javafx.util.FXPermission
-
Creates a new
FXPermission
with the specified name.