F-Index (Java Platform SE 6) (original) (raw)


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 _


F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec

The public-exponent value F0 = 3.

F1 - Static variable in class java.awt.Event

The F1 function key, a non-ASCII action key.

F10 - Static variable in class java.awt.Event

The F10 function key, a non-ASCII action key.

F11 - Static variable in class java.awt.Event

The F11 function key, a non-ASCII action key.

F12 - Static variable in class java.awt.Event

The F12 function key, a non-ASCII action key.

F2 - Static variable in class java.awt.Event

The F2 function key, a non-ASCII action key.

F3 - Static variable in class java.awt.Event

The F3 function key, a non-ASCII action key.

F4 - Static variable in class java.awt.Event

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 - Static variable in class java.awt.Event

The F5 function key, a non-ASCII action key.

F6 - Static variable in class java.awt.Event

The F6 function key, a non-ASCII action key.

F7 - Static variable in class java.awt.Event

The F7 function key, a non-ASCII action key.

F8 - Static variable in class java.awt.Event

The F8 function key, a non-ASCII action key.

F9 - Static variable in class java.awt.Event

The F9 function key, a non-ASCII action key.

FACE - Static variable in class javax.swing.text.html.HTML.Attribute

FactoryConfigurationError - Error in javax.xml.parsers

Thrown when a problem with configuration with the Parser Factories exists.

FactoryConfigurationError() - Constructor for error javax.xml.parsers.FactoryConfigurationError

Create a new FactoryConfigurationError with no detail mesage.

FactoryConfigurationError(String) - Constructor for error javax.xml.parsers.FactoryConfigurationError

Create a new FactoryConfigurationError with the String specified as an error message.

FactoryConfigurationError(Exception) - Constructor for error javax.xml.parsers.FactoryConfigurationError

Create a new FactoryConfigurationError with a given Exception base cause of the error.

[**FactoryConfigurationError(Exception, String)**](../javax/xml/parsers/FactoryConfigurationError.html#FactoryConfigurationError%28java.lang.Exception, java.lang.String%29) - Constructor for error javax.xml.parsers.FactoryConfigurationError

Create a new FactoryConfigurationError with the given Exception base cause and detail message.

FactoryConfigurationError - Error in javax.xml.stream

An error class for reporting factory configuration errors.

FactoryConfigurationError() - Constructor for error javax.xml.stream.FactoryConfigurationError

Default constructor

FactoryConfigurationError(Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError

Construct an exception with a nested inner exception

[**FactoryConfigurationError(Exception, String)**](../javax/xml/stream/FactoryConfigurationError.html#FactoryConfigurationError%28java.lang.Exception, java.lang.String%29) - Constructor for error javax.xml.stream.FactoryConfigurationError

Construct an exception with a nested inner exception and a message

[**FactoryConfigurationError(String, Exception)**](../javax/xml/stream/FactoryConfigurationError.html#FactoryConfigurationError%28java.lang.String, java.lang.Exception%29) - 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.stream.FactoryConfigurationError

Construct an exception with associated message

FAILED - Static variable in class javax.management.remote.JMXConnectionNotification

Notification type string for a connection-failed notification.

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.

failure(Exception) - Method in interface java.rmi.server.RMIFailureHandler

The failure callback is invoked when the RMI runtime is unable to create a ServerSocket via theRMISocketFactory.

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 value false.

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 java.awt.font.TextAttribute

Attribute key for the font name.

Family - Static variable in class javax.swing.text.StyleConstants

Name of the font family.

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.

FaultAction - Annotation Type in javax.xml.ws

The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing Action message addressing property with the fault messages of the WSDL operation mapped from the exception class.

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 - Static variable in class javax.xml.transform.dom.DOMResult

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.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, the SAXTransformerFactory.newXMLFilter(Source src) and SAXTransformerFactory.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 - 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)**](../javax/management/remote/rmi/RMIConnection.html#fetchNotifications%28long, int, long%29) - Method in interface javax.management.remote.rmi.RMIConnection

Retrieves notifications from the connector server.

[**fetchNotifications(long, int, long)**](../javax/management/remote/rmi/RMIConnectionImpl.html#fetchNotifications%28long, int, long%29) - Method in class javax.management.remote.rmi.RMIConnectionImpl

[**fetchNotifications(long, int, long)**](../javax/management/remote/rmi/RMIConnectionImpl%5FStub.html#fetchNotifications%28long, int, long%29) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub

fictional() - Method in class javax.swing.text.html.parser.TagElement

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.

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_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 and set.

FIELD_UNDEFINED - Static variable in class javax.xml.datatype.DatatypeConstants

Designation that an "int" field is not set.

FieldNameHelper - Class in org.omg.CORBA

The Helper for FieldName.

FieldNameHelper() - Constructor for class org.omg.CORBA.FieldNameHelper

FieldNameHelper - Class in org.omg.DynamicAny

org/omg/DynamicAny/FieldNameHelper.java .

FieldNameHelper() - Constructor for class org.omg.DynamicAny.FieldNameHelper

FieldPosition - Class in java.text

FieldPosition is a simple class used by Format 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)**](../java/text/FieldPosition.html#FieldPosition%28java.text.Format.Field, int%29) - 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.

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.

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 - Static variable in class java.awt.JobAttributes.DestinationType

The DestinationType instance to use for specifying print to file.

File - Class in java.io

An abstract representation of file and directory pathnames.

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)**](../java/io/File.html#File%28java.lang.String, java.lang.String%29) - Constructor for class java.io.File

Creates a new File instance from a parent pathname string and a child pathname string.

[**File(File, String)**](../java/io/File.html#File%28java.io.File, java.lang.String%29) - Constructor for class java.io.File

Creates a new File instance from a parent abstract pathname 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 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_SELECTION_MODE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser

Identifies a change in the kind of selection (single, multiple, etc.).

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

FILE_VIEW_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser

Says that a different object is being used to retrieve file information.

FileCacheImageInputStream - Class in javax.imageio.stream

An implementation of ImageInputStream that gets its input from a regular InputStream.

[**FileCacheImageInputStream(InputStream, File)**](../javax/imageio/stream/FileCacheImageInputStream.html#FileCacheImageInputStream%28java.io.InputStream, java.io.File%29) - Constructor for class javax.imageio.stream.FileCacheImageInputStream

Constructs a FileCacheImageInputStream that will read from a given InputStream.

FileCacheImageOutputStream - Class in javax.imageio.stream

An implementation of ImageOutputStream that writes its output to a regular OutputStream.

[**FileCacheImageOutputStream(OutputStream, File)**](../javax/imageio/stream/FileCacheImageOutputStream.html#FileCacheImageOutputStream%28java.io.OutputStream, java.io.File%29) - Constructor for class javax.imageio.stream.FileCacheImageOutputStream

Constructs a FileCacheImageOutputStream that will write to a given outputStream.

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.

FileChooserUI - Class in javax.swing.plaf

Pluggable look and feel interface for JFileChooser.

FileChooserUI() - Constructor for class javax.swing.plaf.FileChooserUI

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.

FileDialog - Class in java.awt

The FileDialog class displays a dialog window from which the user can select a file.

FileDialog(Frame) - Constructor for class java.awt.FileDialog

Creates a file dialog for loading a file.

[**FileDialog(Frame, String)**](../java/awt/FileDialog.html#FileDialog%28java.awt.Frame, java.lang.String%29) - Constructor for class java.awt.FileDialog

Creates a file dialog window with the specified title for loading a file.

[**FileDialog(Frame, String, int)**](../java/awt/FileDialog.html#FileDialog%28java.awt.Frame, java.lang.String, int%29) - Constructor for class java.awt.FileDialog

Creates a file dialog window with the specified title for loading or saving a file.

FileDialog(Dialog) - Constructor for class java.awt.FileDialog

Creates a file dialog for loading a file.

[**FileDialog(Dialog, String)**](../java/awt/FileDialog.html#FileDialog%28java.awt.Dialog, java.lang.String%29) - Constructor for class java.awt.FileDialog

Creates a file dialog window with the specified title for loading a file.

[**FileDialog(Dialog, String, int)**](../java/awt/FileDialog.html#FileDialog%28java.awt.Dialog, java.lang.String, int%29) - Constructor for class java.awt.FileDialog

Creates a file dialog window with the specified title for loading or saving a file.

FileFilter - Interface in java.io

A filter for abstract pathnames.

FileFilter - Class in javax.swing.filechooser

FileFilter is an abstract class used by JFileChooser for filtering the set of files shown to the user.

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)**](../java/util/logging/FileHandler.html#FileHandler%28java.lang.String, boolean%29) - Constructor for class java.util.logging.FileHandler

Initialize a FileHandler to write to the given filename, with optional append.

[**FileHandler(String, int, int)**](../java/util/logging/FileHandler.html#FileHandler%28java.lang.String, int, int%29) - Constructor for class java.util.logging.FileHandler

Initialize a FileHandler to write to a set of files.

[**FileHandler(String, int, int, boolean)**](../java/util/logging/FileHandler.html#FileHandler%28java.lang.String, int, int, boolean%29) - 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

FileImageInputStream - Class in javax.imageio.stream

An implementation of ImageInputStream that gets its input from a File or RandomAccessFile.

FileImageInputStream(File) - Constructor for class javax.imageio.stream.FileImageInputStream

Constructs a FileImageInputStream that will read from a given File.

FileImageInputStream(RandomAccessFile) - Constructor for class javax.imageio.stream.FileImageInputStream

Constructs a FileImageInputStream that will read from a given RandomAccessFile.

FileImageOutputStream - Class in javax.imageio.stream

An implementation of ImageOutputStream that writes its output directly to a File orRandomAccessFile.

FileImageOutputStream(File) - Constructor for class javax.imageio.stream.FileImageOutputStream

Constructs a FileImageOutputStream that will write to a given File.

FileImageOutputStream(RandomAccessFile) - Constructor for class javax.imageio.stream.FileImageOutputStream

Constructs a FileImageOutputStream that will write to a given RandomAccessFile.

FileInputStream - Class in java.io

A FileInputStream obtains input bytes from a file in a 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 name name in the 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 the File object file 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.

FileLock - Class in java.nio.channels

A token representing a lock on a region of a file.

[**FileLock(FileChannel, long, long, boolean)**](../java/nio/channels/FileLock.html#FileLock%28java.nio.channels.FileChannel, long, long, boolean%29) - 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.

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...)**](../javax/swing/filechooser/FileNameExtensionFilter.html#FileNameExtensionFilter%28java.lang.String, java.lang.String...%29) - 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 - Interface in javax.tools

File abstraction for tools.

fileObject - Variable in class javax.tools.ForwardingFileObject

The file object which all methods are delegated to.

FileOutputStream - Class in java.io

A file output stream is an output stream for writing data to a File or to a FileDescriptor.

FileOutputStream(String) - Constructor for class java.io.FileOutputStream

Creates an output file stream to write to the file with the specified name.

[**FileOutputStream(String, boolean)**](../java/io/FileOutputStream.html#FileOutputStream%28java.lang.String, boolean%29) - Constructor for class java.io.FileOutputStream

Creates an output file stream to write to the file with the specifiedname.

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(File, boolean)**](../java/io/FileOutputStream.html#FileOutputStream%28java.io.File, boolean%29) - 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 an output file stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.

FilePermission - Class in java.io

This class represents access to a file or directory.

[**FilePermission(String, String)**](../java/io/FilePermission.html#FilePermission%28java.lang.String, java.lang.String%29) - 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(String) - Constructor for class java.io.FileReader

Creates a new FileReader, given the name of the file to read from.

FileReader(File) - Constructor for class java.io.FileReader

Creates a new FileReader, given the File to read from.

FileReader(FileDescriptor) - Constructor for class java.io.FileReader

Creates a new FileReader, given the FileDescriptor to read from.

FilerException - Exception in javax.annotation.processing

Indicates a Filer detected an attempt to open a file that would violate the guarantees provided by the Filer.

FilerException(String) - Constructor for exception javax.annotation.processing.FilerException

Constructs an exception with the specified detail message.

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.

FileSystemView - Class in javax.swing.filechooser

FileSystemView is JFileChooser's gateway to the file system.

FileSystemView() - Constructor for class javax.swing.filechooser.FileSystemView

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 a File.

FileView() - Constructor for class javax.swing.filechooser.FileView

FileWriter - Class in java.io

Convenience class for writing character files.

FileWriter(String) - Constructor for class java.io.FileWriter

Constructs a FileWriter object given a file name.

[**FileWriter(String, boolean)**](../java/io/FileWriter.html#FileWriter%28java.lang.String, boolean%29) - 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.

FileWriter(File) - Constructor for class java.io.FileWriter

Constructs a FileWriter object given a File object.

[**FileWriter(File, boolean)**](../java/io/FileWriter.html#FileWriter%28java.io.File, boolean%29) - 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.

FILL - Static variable in class java.awt.font.ShapeGraphicAttribute

A key indicating the shape should be filled.

fill(Shape) - Method in class java.awt.Graphics2D

Fills the interior of a Shape using the settings of the Graphics2D context.

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(long[], long)](../java/util/Arrays.html#fill%28long[], long%29) - Static method in class java.util.Arrays

Assigns the specified long value to each element of the specified array of longs.

[fill(long[], int, int, long)](../java/util/Arrays.html#fill%28long[], int, int, long%29) - 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(int[], int)](../java/util/Arrays.html#fill%28int[], int%29) - 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)](../java/util/Arrays.html#fill%28int[], int, int, int%29) - 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(short[], short)](../java/util/Arrays.html#fill%28short[], short%29) - Static method in class java.util.Arrays

Assigns the specified short value to each element of the specified array of shorts.

[fill(short[], int, int, short)](../java/util/Arrays.html#fill%28short[], int, int, short%29) - 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(char[], char)](../java/util/Arrays.html#fill%28char[], char%29) - 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)](../java/util/Arrays.html#fill%28char[], int, int, char%29) - 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(byte[], byte)](../java/util/Arrays.html#fill%28byte[], byte%29) - 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)](../java/util/Arrays.html#fill%28byte[], int, int, byte%29) - 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(boolean[], boolean)](../java/util/Arrays.html#fill%28boolean[], boolean%29) - 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)](../java/util/Arrays.html#fill%28boolean[], int, int, boolean%29) - 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(double[], double)](../java/util/Arrays.html#fill%28double[], double%29) - 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)](../java/util/Arrays.html#fill%28double[], int, int, double%29) - 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)](../java/util/Arrays.html#fill%28float[], float%29) - 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)](../java/util/Arrays.html#fill%28float[], int, int, float%29) - 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(Object[], Object)](../java/util/Arrays.html#fill%28java.lang.Object[], java.lang.Object%29) - Static method in class java.util.Arrays

Assigns the specified Object reference to each element of the specified array of Objects.

[fill(Object[], int, int, Object)](../java/util/Arrays.html#fill%28java.lang.Object[], int, int, java.lang.Object%29) - 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(List<? super T>, T)**](../java/util/Collections.html#fill%28java.util.List, T%29) - Static method in class java.util.Collections

Replaces all of the elements of the specified list with the specified element.

fill() - Method in class java.util.zip.InflaterInputStream

Fills input buffer with more data to decompress.

[**fill3DRect(int, int, int, int, boolean)**](../java/awt/Graphics.html#fill3DRect%28int, int, int, int, boolean%29) - Method in class java.awt.Graphics

Paints a 3-D highlighted rectangle filled with the current color.

[**fill3DRect(int, int, int, int, boolean)**](../java/awt/Graphics2D.html#fill3DRect%28int, int, int, int, boolean%29) - Method in class java.awt.Graphics2D

Paints a 3-D highlighted rectangle filled with the current color.

[**fill3DRect(int, int, int, int, boolean)**](../javax/swing/DebugGraphics.html#fill3DRect%28int, int, int, int, boolean%29) - Method in class javax.swing.DebugGraphics

Overrides Graphics.fill3DRect.

[**fillArc(int, int, int, int, int, int)**](../java/awt/Graphics.html#fillArc%28int, int, int, int, int, int%29) - Method in class java.awt.Graphics

Fills a circular or elliptical arc covering the specified rectangle.

[**fillArc(int, int, int, int, int, int)**](../javax/swing/DebugGraphics.html#fillArc%28int, int, int, int, int, int%29) - Method in class javax.swing.DebugGraphics

Overrides Graphics.fillArc.

filledSlider - Variable in class javax.swing.plaf.metal.MetalSliderUI

FILLER - Static variable in class javax.accessibility.AccessibleRole

An object that fills up space in a user interface.

fillInStackTrace() - Method in class java.lang.Throwable

Fills in the execution stack trace.

[**fillOval(int, int, int, int)**](../java/awt/Graphics.html#fillOval%28int, int, int, int%29) - Method in class java.awt.Graphics

Fills an oval bounded by the specified rectangle with the current color.

[**fillOval(int, int, int, int)**](../javax/swing/DebugGraphics.html#fillOval%28int, int, int, int%29) - Method in class javax.swing.DebugGraphics

Overrides Graphics.fillOval.

[fillPolygon(int[], int[], int)](../java/awt/Graphics.html#fillPolygon%28int[], int[], int%29) - Method in class java.awt.Graphics

Fills a closed polygon defined by arrays of x and y coordinates.

fillPolygon(Polygon) - Method in class java.awt.Graphics

Fills the polygon defined by the specified Polygon object with the graphics context's current color.

[fillPolygon(int[], int[], int)](../javax/swing/DebugGraphics.html#fillPolygon%28int[], int[], int%29) - Method in class javax.swing.DebugGraphics

Overrides Graphics.fillPolygon.

[**fillRect(int, int, int, int)**](../java/awt/Graphics.html#fillRect%28int, int, int, int%29) - Method in class java.awt.Graphics

Fills the specified rectangle.

[**fillRect(int, int, int, int)**](../javax/swing/DebugGraphics.html#fillRect%28int, int, int, int%29) - Method in class javax.swing.DebugGraphics

Overrides Graphics.fillRect.

[**fillRoundRect(int, int, int, int, int, int)**](../java/awt/Graphics.html#fillRoundRect%28int, int, int, int, int, int%29) - Method in class java.awt.Graphics

Fills the specified rounded corner rectangle with the current color.

[**fillRoundRect(int, int, int, int, int, int)**](../javax/swing/DebugGraphics.html#fillRoundRect%28int, int, int, int, int, int%29) - Method in class javax.swing.DebugGraphics

Overrides Graphics.fillRoundRect.

[**filter(BufferedImage, BufferedImage)**](../java/awt/image/AffineTransformOp.html#filter%28java.awt.image.BufferedImage, java.awt.image.BufferedImage%29) - Method in class java.awt.image.AffineTransformOp

Transforms the source BufferedImage and stores the results in the destination BufferedImage.

[**filter(Raster, WritableRaster)**](../java/awt/image/AffineTransformOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in class java.awt.image.AffineTransformOp

Transforms the source Raster and stores the results in the destination Raster.

[**filter(Raster, WritableRaster)**](../java/awt/image/BandCombineOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in class java.awt.image.BandCombineOp

Transforms the Raster using the matrix specified in the constructor.

[**filter(BufferedImage, BufferedImage)**](../java/awt/image/BufferedImageOp.html#filter%28java.awt.image.BufferedImage, java.awt.image.BufferedImage%29) - Method in interface java.awt.image.BufferedImageOp

Performs a single-input/single-output operation on aBufferedImage.

[**filter(BufferedImage, BufferedImage)**](../java/awt/image/ColorConvertOp.html#filter%28java.awt.image.BufferedImage, java.awt.image.BufferedImage%29) - Method in class java.awt.image.ColorConvertOp

ColorConverts the source BufferedImage.

[**filter(Raster, WritableRaster)**](../java/awt/image/ColorConvertOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in class java.awt.image.ColorConvertOp

ColorConverts the image data in the source Raster.

[**filter(BufferedImage, BufferedImage)**](../java/awt/image/ConvolveOp.html#filter%28java.awt.image.BufferedImage, java.awt.image.BufferedImage%29) - Method in class java.awt.image.ConvolveOp

Performs a convolution on BufferedImages.

[**filter(Raster, WritableRaster)**](../java/awt/image/ConvolveOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in class java.awt.image.ConvolveOp

Performs a convolution on Rasters.

[**filter(BufferedImage, BufferedImage)**](../java/awt/image/LookupOp.html#filter%28java.awt.image.BufferedImage, java.awt.image.BufferedImage%29) - Method in class java.awt.image.LookupOp

Performs a lookup operation on a BufferedImage.

[**filter(Raster, WritableRaster)**](../java/awt/image/LookupOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in class java.awt.image.LookupOp

Performs a lookup operation on a Raster.

[**filter(Raster, WritableRaster)**](../java/awt/image/RasterOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in interface java.awt.image.RasterOp

Performs a single-input/single-output operation from a source Raster to a destination Raster.

[**filter(BufferedImage, BufferedImage)**](../java/awt/image/RescaleOp.html#filter%28java.awt.image.BufferedImage, java.awt.image.BufferedImage%29) - Method in class java.awt.image.RescaleOp

Rescales the source BufferedImage.

[**filter(Raster, WritableRaster)**](../java/awt/image/RescaleOp.html#filter%28java.awt.image.Raster, java.awt.image.WritableRaster%29) - Method in class java.awt.image.RescaleOp

Rescales the pixel data in the source Raster.

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(Object) - Method in interface javax.imageio.spi.ServiceRegistry.Filter

Returns true if the givenprovider object matches the criterion defined by this Filter.

FILTER_ACCEPT - Static variable in interface org.w3c.dom.ls.LSParserFilter

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_SKIP - Static variable in interface org.w3c.dom.ls.LSParserFilter

Skip this single node.

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)**](../java/awt/image/FilteredImageSource.html#FilteredImageSource%28java.awt.image.ImageProducer, java.awt.image.ImageFilter%29) - Constructor for class java.awt.image.FilteredImageSource

Constructs an ImageProducer object from an existing ImageProducer and a filter object.

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.

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 argument in to the field this.in so as to remember it for later use.

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.

[**filterRGB(int, int, int)**](../java/awt/image/RGBImageFilter.html#filterRGB%28int, int, int%29) - 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)**](../javax/swing/GrayFilter.html#filterRGB%28int, int, int%29) - Method in class javax.swing.GrayFilter

Overrides RGBImageFilter.filterRGB.

[filterRGBPixels(int, int, int, int, int[], int, int)](../java/awt/image/RGBImageFilter.html#filterRGBPixels%28int, int, int, int, int[], int, int%29) - 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

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 - Static variable in class java.lang.reflect.Modifier

The int value representing the final 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

Frees the resources associated with an ICC_Profile object.

finalize() - Method in class java.awt.Font

Disposes the native Font object.

finalize() - Method in class java.awt.Graphics

Disposes of this graphics context once it is no longer referenced.

finalize() - Method in class java.awt.image.ColorModel

Disposes of system resources associated with this ColorModel once this ColorModel is no longer referenced.

finalize() - Method in class java.awt.image.IndexColorModel

Disposes of system resources associated with thisColorModel once this ColorModel is no longer referenced.

finalize() - Method in class java.awt.PrintJob

Ends this print job once it is no longer referenced.

finalize() - Method in class java.io.FileInputStream

Ensures that the close method of this file input stream is called when there are no more references to it.

finalize() - Method in class java.io.FileOutputStream

Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.

finalize() - Method in class java.lang.Enum

enum classes cannot have finalize methods.

finalize() - Method in class java.lang.Object

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

finalize() - Method in class java.util.concurrent.ThreadPoolExecutor

Invokes shutdown when this executor is no longer referenced.

finalize() - Method in class java.util.zip.Deflater

Closes the compressor when garbage is collected.

finalize() - Method in class java.util.zip.Inflater

Closes the decompressor when garbage is collected.

finalize() - Method in class java.util.zip.ZipFile

Ensures that the system resources held by this ZipFile object are released when there are no more references to it.

finalize() - Method in class javax.crypto.ExemptionMechanism

Ensures that the key stored away by this ExemptionMechanism object will be wiped out when there are no more references to it.

finalize() - Method in class javax.imageio.spi.ServiceRegistry

Finalizes this object prior to garbage collection.

finalize() - Method in class javax.imageio.stream.FileCacheImageInputStream

Finalizes this object prior to garbage collection.

finalize() - Method in class javax.imageio.stream.FileImageInputStream

Finalizes this object prior to garbage collection.

finalize() - Method in class javax.imageio.stream.FileImageOutputStream

Finalizes this object prior to garbage collection.

finalize() - Method in class javax.imageio.stream.ImageInputStreamImpl

Finalizes this object prior to garbage collection.

finalize() - Method in class javax.imageio.stream.MemoryCacheImageInputStream

Finalizes this object prior to garbage collection.

[**finalSubString(AttributeValueExp, StringValueExp)**](../javax/management/Query.html#finalSubString%28javax.management.AttributeValueExp, javax.management.StringValueExp%29) - 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_POA(String, boolean)**](../org/omg/PortableServer/POAOperations.html#find%5FPOA%28java.lang.String, boolean%29) - 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.

[**findAssociatedMBeans(ObjectName, String, String)**](../javax/management/relation/RelationService.html#findAssociatedMBeans%28javax.management.ObjectName, java.lang.String, java.lang.String%29) - Method in class javax.management.relation.RelationService

Retrieves the MBeans associated to given one in a relation.

[**findAssociatedMBeans(ObjectName, String, String)**](../javax/management/relation/RelationServiceMBean.html#findAssociatedMBeans%28javax.management.ObjectName, java.lang.String, java.lang.String%29) - Method in interface javax.management.relation.RelationServiceMBean

Retrieves the MBeans associated to given one in a relation.

findClass(String) - Method in class java.lang.ClassLoader

Finds the class with the specified binary name.

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.

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)**](../java/awt/Container.html#findComponentAt%28int, int%29) - 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.

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)**](../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html#findElementMatchingTag%28javax.swing.text.html.HTMLDocument, int, javax.swing.text.html.HTML.Tag%29) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction

Returns the deepest element at offset matchingtag.

findFocusOwner(Component) - Static method in class javax.swing.SwingUtilities

Deprecated. As of 1.4, replaced byKeyboardFocusManager.getFocusOwner().

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.

findMBeanServer(String) - Static method in class javax.management.MBeanServerFactory

Return a list of registered MBeanServer objects.

[**findMedia(float, float, int)**](../javax/print/attribute/standard/MediaSize.html#findMedia%28float, float, int%29) - Static method in class javax.print.attribute.standard.MediaSize

The specified dimensions are used to locate a matching MediaSize instance from amongst all the standard MediaSize instances.

findMonitorDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean

Finds cycles of threads that are in deadlock waiting to acquire object monitors.

[findOffsetToCharactersInString(char[], int)](../javax/swing/text/ParagraphView.html#findOffsetToCharactersInString%28char[], int%29) - Method in class javax.swing.text.ParagraphView

Finds the next character in the document with a character instring, starting at offset start.

[**findReferencingRelations(ObjectName, String, String)**](../javax/management/relation/RelationService.html#findReferencingRelations%28javax.management.ObjectName, java.lang.String, java.lang.String%29) - Method in class javax.management.relation.RelationService

Retrieves the relations where a given MBean is referenced.

[**findReferencingRelations(ObjectName, String, String)**](../javax/management/relation/RelationServiceMBean.html#findReferencingRelations%28javax.management.ObjectName, java.lang.String, java.lang.String%29) - 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.

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.

findSystemClass(String) - Method in class java.lang.ClassLoader

Finds a class with the specified binary name, loading it if necessary.

[**findWithinHorizon(String, int)**](../java/util/Scanner.html#findWithinHorizon%28java.lang.String, int%29) - 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)**](../java/util/Scanner.html#findWithinHorizon%28java.util.regex.Pattern, int%29) - Method in class java.util.Scanner

Attempts to find the next occurrence of the specified pattern.

FINE - Static variable in class java.util.logging.Level

FINE is a message level providing tracing information.

fine(String) - Method in class java.util.logging.Logger

Log a FINE message.

FINER - Static variable in class java.util.logging.Level

FINER indicates a fairly detailed tracing message.

finer(String) - Method in class java.util.logging.Logger

Log a FINER message.

FINEST - Static variable in class java.util.logging.Level

FINEST indicates a highly detailed tracing message.

finest(String) - Method in class java.util.logging.Logger

Log a FINEST 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.

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.

[**finishedPaintingChildren(JSplitPane, Graphics)**](../javax/swing/plaf/basic/BasicSplitPaneUI.html#finishedPaintingChildren%28javax.swing.JSplitPane, java.awt.Graphics%29) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI

Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.

[**finishedPaintingChildren(JSplitPane, Graphics)**](../javax/swing/plaf/multi/MultiSplitPaneUI.html#finishedPaintingChildren%28javax.swing.JSplitPane, java.awt.Graphics%29) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI

Invokes the finishedPaintingChildren method on each UI handled by this object.

[**finishedPaintingChildren(JSplitPane, Graphics)**](../javax/swing/plaf/SplitPaneUI.html#finishedPaintingChildren%28javax.swing.JSplitPane, java.awt.Graphics%29) - Method in class javax.swing.plaf.SplitPaneUI

Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.

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.

fireActionEvent() - Method in class javax.swing.JComboBox

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(String) - Method in class javax.swing.JFileChooser

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.Timer

Notifies all listeners that have registered interest for notification on this event type.

[**fireAdjustmentValueChanged(int, int, int)**](../javax/swing/JScrollBar.html#fireAdjustmentValueChanged%28int, int, int%29) - Method in class javax.swing.JScrollBar

Notify listeners that the scrollbar's model has changed.

fireCaretUpdate(CaretEvent) - Method in class javax.swing.text.JTextComponent

Notifies all listeners that have registered interest for notification on this event type.

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(Object, int, int)**](../javax/swing/AbstractListModel.html#fireContentsChanged%28java.lang.Object, int, int%29) - Method in class javax.swing.AbstractListModel

AbstractListModel subclasses must call this methodafter one or more elements of the list change.

fireContentsChanged() - Method in class javax.swing.plaf.basic.BasicDirectoryModel

[**fireDragGestureRecognized(int, Point)**](../java/awt/dnd/DragGestureRecognizer.html#fireDragGestureRecognized%28int, java.awt.Point%29) - 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.

fireHyperlinkUpdate(HyperlinkEvent) - Method in class javax.swing.JEditorPane

Notifies all listeners that have registered interest for notification on this event type.

[**fireIndexedPropertyChange(String, int, Object, Object)**](../java/beans/PropertyChangeSupport.html#fireIndexedPropertyChange%28java.lang.String, int, java.lang.Object, java.lang.Object%29) - Method in class java.beans.PropertyChangeSupport

Report a bound indexed property update to any registered listeners.

[**fireIndexedPropertyChange(String, int, int, int)**](../java/beans/PropertyChangeSupport.html#fireIndexedPropertyChange%28java.lang.String, int, int, int%29) - Method in class java.beans.PropertyChangeSupport

Report an int bound indexed property update to any registered listeners.

[**fireIndexedPropertyChange(String, int, boolean, boolean)**](../java/beans/PropertyChangeSupport.html#fireIndexedPropertyChange%28java.lang.String, int, boolean, boolean%29) - Method in class java.beans.PropertyChangeSupport

Report a boolean bound indexed property update to any registered listeners.

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)**](../javax/swing/AbstractListModel.html#fireIntervalAdded%28java.lang.Object, int, int%29) - Method in class javax.swing.AbstractListModel

AbstractListModel subclasses must call this methodafter one or more elements are added to the model.

[**fireIntervalRemoved(Object, int, int)**](../javax/swing/AbstractListModel.html#fireIntervalRemoved%28java.lang.Object, int, int%29) - Method in class javax.swing.AbstractListModel

AbstractListModel subclasses must call this methodafter 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 PopupMenuListeners 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.

firePopupMenuCanceled() - Method in class javax.swing.plaf.basic.BasicComboPopup

firePopupMenuWillBecomeInvisible() - Method in class javax.swing.JComboBox

Notifies PopupMenuListeners that the popup portion of the combo box has become invisible.

firePopupMenuWillBecomeInvisible() - Method in class javax.swing.JPopupMenu

Notifies PopupMenuListeners that this popup menu will become invisible.

firePopupMenuWillBecomeInvisible() - Method in class javax.swing.plaf.basic.BasicComboPopup

firePopupMenuWillBecomeVisible() - Method in class javax.swing.JComboBox

Notifies PopupMenuListeners that the popup portion of the combo box will become visible.

firePopupMenuWillBecomeVisible() - Method in class javax.swing.JPopupMenu

Notifies PopupMenuListeners that this popup menu will become visible.

firePopupMenuWillBecomeVisible() - Method in class javax.swing.plaf.basic.BasicComboPopup

[**firePropertyChange(String, Object, Object)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.awt.Component

Support for reporting bound property changes for Object properties.

[**firePropertyChange(String, boolean, boolean)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, boolean, boolean%29) - Method in class java.awt.Component

Support for reporting bound property changes for boolean properties.

[**firePropertyChange(String, int, int)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, int, int%29) - Method in class java.awt.Component

Support for reporting bound property changes for integer properties.

[**firePropertyChange(String, byte, byte)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, byte, byte%29) - Method in class java.awt.Component

Reports a bound property change.

[**firePropertyChange(String, char, char)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, char, char%29) - Method in class java.awt.Component

Reports a bound property change.

[**firePropertyChange(String, short, short)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, short, short%29) - Method in class java.awt.Component

Reports a bound property change.

[**firePropertyChange(String, long, long)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, long, long%29) - Method in class java.awt.Component

Reports a bound property change.

[**firePropertyChange(String, float, float)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, float, float%29) - Method in class java.awt.Component

Reports a bound property change.

[**firePropertyChange(String, double, double)**](../java/awt/Component.html#firePropertyChange%28java.lang.String, double, double%29) - Method in class java.awt.Component

Reports a bound property change.

[**firePropertyChange(String, Object, Object)**](../java/awt/KeyboardFocusManager.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.awt.KeyboardFocusManager

Fires a PropertyChangeEvent in response to a change in a bound property.

[**firePropertyChange(String, Object, Object)**](../java/beans/beancontext/BeanContextChildSupport.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.beans.beancontext.BeanContextChildSupport

Report a bound property update to any registered listeners.

[**firePropertyChange(String, Object, Object)**](../java/beans/PropertyChangeSupport.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.beans.PropertyChangeSupport

Report a bound property update to any registered listeners.

[**firePropertyChange(String, int, int)**](../java/beans/PropertyChangeSupport.html#firePropertyChange%28java.lang.String, int, int%29) - Method in class java.beans.PropertyChangeSupport

Report an int bound property update to any registered listeners.

[**firePropertyChange(String, boolean, boolean)**](../java/beans/PropertyChangeSupport.html#firePropertyChange%28java.lang.String, boolean, boolean%29) - Method in class java.beans.PropertyChangeSupport

Report a boolean bound property update to any registered listeners.

firePropertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeSupport

Fire an existing PropertyChangeEvent to any registered listeners.

firePropertyChange() - Method in class java.beans.PropertyEditorSupport

Report that we have been modified to any interested listeners.

[**firePropertyChange(String, Object, Object)**](../javax/accessibility/AccessibleContext.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.accessibility.AccessibleContext

Support for reporting bound property changes.

[**firePropertyChange(String, Object, Object)**](../javax/swing/AbstractAction.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.AbstractAction

Supports reporting bound property changes.

[**firePropertyChange(String, Object, Object)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, byte, byte)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, byte, byte%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, char, char)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, char, char%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, short, short)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, short, short%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, int, int)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, int, int%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, long, long)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, long, long%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, float, float)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, float, float%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, double, double)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, double, double%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, boolean, boolean)**](../javax/swing/DefaultListCellRenderer.html#firePropertyChange%28java.lang.String, boolean, boolean%29) - Method in class javax.swing.DefaultListCellRenderer

Overridden for performance reasons.

firePropertyChange(PropertyChangeEvent) - Method in class javax.swing.event.SwingPropertyChangeSupport

Fire an existing PropertyChangeEvent to any registered listeners.

[**firePropertyChange(String, boolean, boolean)**](../javax/swing/JComponent.html#firePropertyChange%28java.lang.String, boolean, boolean%29) - Method in class javax.swing.JComponent

Support for reporting bound property changes for boolean properties.

[**firePropertyChange(String, int, int)**](../javax/swing/JComponent.html#firePropertyChange%28java.lang.String, int, int%29) - Method in class javax.swing.JComponent

Support for reporting bound property changes for integer properties.

[**firePropertyChange(String, char, char)**](../javax/swing/JComponent.html#firePropertyChange%28java.lang.String, char, char%29) - Method in class javax.swing.JComponent

[**firePropertyChange(String, Object, Object)**](../javax/swing/JViewport.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.JViewport

Notifies listeners of a property change.

[**firePropertyChange(String, Object, Object)**](../javax/swing/plaf/basic/BasicDirectoryModel.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.plaf.basic.BasicDirectoryModel

Support for reporting bound property changes for boolean properties.

[**firePropertyChange(String, Object, Object)**](../javax/swing/SwingWorker.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.SwingWorker

Reports a bound property update to any registered listeners.

[**firePropertyChange(String, Object, Object)**](../javax/swing/table/DefaultTableCellRenderer.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.table.DefaultTableCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, boolean, boolean)**](../javax/swing/table/DefaultTableCellRenderer.html#firePropertyChange%28java.lang.String, boolean, boolean%29) - Method in class javax.swing.table.DefaultTableCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, Object, Object)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, byte, byte)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, byte, byte%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, char, char)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, char, char%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, short, short)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, short, short%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, int, int)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, int, int%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, long, long)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, long, long%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, float, float)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, float, float%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, double, double)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, double, double%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, boolean, boolean)**](../javax/swing/tree/DefaultTreeCellRenderer.html#firePropertyChange%28java.lang.String, boolean, boolean%29) - Method in class javax.swing.tree.DefaultTreeCellRenderer

Overridden for performance reasons.

[**firePropertyChange(String, Object, Object)**](../javax/swing/UIDefaults.html#firePropertyChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - 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)**](../javax/swing/JList.html#fireSelectionValueChanged%28int, int, boolean%29) - Method in class javax.swing.JList

Notifies ListSelectionListeners added directly to the list of selection changes made to the selection model.

fireServiceAdded(Class) - Method in class java.beans.beancontext.BeanContextServicesSupport

Fires a BeanContextServiceEvent notifying of a new service.

fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport

Fires a BeanContextServiceAvailableEvent indicating that a new service has become available.

fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class java.beans.beancontext.BeanContextServicesSupport

Fires a BeanContextServiceEvent notifying of a service being revoked.

[**fireServiceRevoked(Class, boolean)**](../java/beans/beancontext/BeanContextServicesSupport.html#fireServiceRevoked%28java.lang.Class, boolean%29) - 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's stateChanged 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 this JProgressBar, to all ChangeListeners that have registered interest inChangeEvents.

fireStateChanged() - Method in class javax.swing.JSlider

Send a ChangeEvent, whose source is this JSlider, to all ChangeListeners that have registered interest inChangeEvents.

fireStateChanged() - Method in class javax.swing.JSpinner

Sends a ChangeEvent, whose source is this JSpinner, to each ChangeListener.

fireStateChanged() - Method in class javax.swing.JTabbedPane

Sends a ChangeEvent, with this JTabbedPane 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)**](../javax/swing/table/AbstractTableModel.html#fireTableCellUpdated%28int, int%29) - 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 allTableModelListeners 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)**](../javax/swing/table/AbstractTableModel.html#fireTableRowsDeleted%28int, int%29) - Method in class javax.swing.table.AbstractTableModel

Notifies all listeners that rows in the range[firstRow, lastRow], inclusive, have been deleted.

[**fireTableRowsInserted(int, int)**](../javax/swing/table/AbstractTableModel.html#fireTableRowsInserted%28int, int%29) - Method in class javax.swing.table.AbstractTableModel

Notifies all listeners that rows in the range[firstRow, lastRow], inclusive, have been inserted.

[**fireTableRowsUpdated(int, int)**](../javax/swing/table/AbstractTableModel.html#fireTableRowsUpdated%28int, int%29) - 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[])](../javax/swing/tree/DefaultTreeModel.html#fireTreeNodesChanged%28java.lang.Object, java.lang.Object[], int[], java.lang.Object[]%29) - 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[])](../javax/swing/tree/DefaultTreeModel.html#fireTreeNodesInserted%28java.lang.Object, java.lang.Object[], int[], java.lang.Object[]%29) - 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[])](../javax/swing/tree/DefaultTreeModel.html#fireTreeNodesRemoved%28java.lang.Object, java.lang.Object[], int[], java.lang.Object[]%29) - 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[])](../javax/swing/tree/DefaultTreeModel.html#fireTreeStructureChanged%28java.lang.Object, java.lang.Object[], int[], java.lang.Object[]%29) - 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)**](../javax/swing/DefaultListSelectionModel.html#fireValueChanged%28int, int%29) - Method in class javax.swing.DefaultListSelectionModel

Notifies ListSelectionListeners that the value of the selection, in the closed interval firstIndex,lastIndex, has changed.

[**fireValueChanged(int, int, boolean)**](../javax/swing/DefaultListSelectionModel.html#fireValueChanged%28int, int, boolean%29) - 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.

[**fireVetoableChange(String, Object, Object)**](../java/awt/KeyboardFocusManager.html#fireVetoableChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.awt.KeyboardFocusManager

Fires a PropertyChangeEvent in response to a change in a vetoable property.

[**fireVetoableChange(String, Object, Object)**](../java/beans/beancontext/BeanContextChildSupport.html#fireVetoableChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.beans.beancontext.BeanContextChildSupport

Report a vetoable property update to any registered listeners.

[**fireVetoableChange(String, Object, Object)**](../java/beans/VetoableChangeSupport.html#fireVetoableChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - Method in class java.beans.VetoableChangeSupport

Report a vetoable property update to any registered listeners.

[**fireVetoableChange(String, int, int)**](../java/beans/VetoableChangeSupport.html#fireVetoableChange%28java.lang.String, int, int%29) - Method in class java.beans.VetoableChangeSupport

Report a int vetoable property update to any registered listeners.

[**fireVetoableChange(String, boolean, boolean)**](../java/beans/VetoableChangeSupport.html#fireVetoableChange%28java.lang.String, boolean, boolean%29) - Method in class java.beans.VetoableChangeSupport

Report a boolean vetoable property update to any registered listeners.

fireVetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeSupport

Fire a vetoable property update to any registered listeners.

[**fireVetoableChange(String, Object, Object)**](../javax/swing/JComponent.html#fireVetoableChange%28java.lang.String, java.lang.Object, java.lang.Object%29) - 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(Container) - Method in class java.awt.CardLayout

Flips to the first card of the container.

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(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() - 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_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 ComponentOrienation.

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 ComponentOrienation.

firstColumn - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange

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

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.

firstRow - Variable in class javax.swing.event.TableModelEvent

firstRow - Variable in class javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange

FIXED - Static variable in interface javax.swing.text.html.parser.DTDConstants

fixed_digits() - Method in class org.omg.CORBA.TypeCode

Returns the number of digits in the fixed type described by thisTypeCode object.

fixed_scale() - Method in class org.omg.CORBA.TypeCode

Returns the scale of the fixed type described by this TypeCode object.

fixedCellHeightChanged - Static variable in class javax.swing.plaf.basic.BasicListUI

fixedCellWidthChanged - Static variable in class javax.swing.plaf.basic.BasicListUI

fixedContentLength - 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

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_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_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.

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_OPTION - Static variable in class javax.swing.DebugGraphics

Flash graphics operations.

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.

FlatteningPathIterator - Class in java.awt.geom

The FlatteningPathIterator class returns a flattened view of another PathIterator object.

[**FlatteningPathIterator(PathIterator, double)**](../java/awt/geom/FlatteningPathIterator.html#FlatteningPathIterator%28java.awt.geom.PathIterator, double%29) - 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)**](../java/awt/geom/FlatteningPathIterator.html#FlatteningPathIterator%28java.awt.geom.PathIterator, double, int%29) - 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 available DataFlavors 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 of PrintException can implement to report an error condition involving a doc flavor or flavors (class DocFlavor).

FlavorListener - Interface in java.awt.datatransfer

Defines an object which listens for FlavorEvents.

FlavorMap - Interface in java.awt.datatransfer

A two-way Map between "natives" (Strings), which correspond to platform- specfic data formats, and "flavors" (DataFlavors), which corerspond 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 available DataFlavors.

FlavorTable - Interface in java.awt.datatransfer

A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.

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.

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)**](../java/util/BitSet.html#flip%28int, int%29) - Method in class java.util.BitSet

Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.

flipBit(int) - Method in class java.math.BigInteger

Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit flipped.

[**flipEastAndWestAtEnds(int, Position.Bias)**](../javax/swing/text/BoxView.html#flipEastAndWestAtEnds%28int, javax.swing.text.Position.Bias%29) - Method in class javax.swing.text.BoxView

Determines in which direction the next view lays.

[**flipEastAndWestAtEnds(int, Position.Bias)**](../javax/swing/text/CompositeView.html#flipEastAndWestAtEnds%28int, javax.swing.text.Position.Bias%29) - Method in class javax.swing.text.CompositeView

Determines in which direction the next view lays.

[**flipEastAndWestAtEnds(int, Position.Bias)**](../javax/swing/text/ParagraphView.html#flipEastAndWestAtEnds%28int, javax.swing.text.Position.Bias%29) - 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(float) - Constructor for class java.lang.Float

Constructs a newly allocated Float object that represents the primitive float argument.

Float(double) - Constructor for class java.lang.Float

Constructs a newly allocated Float object that represents the argument converted to type float.

Float(String) - Constructor for class java.lang.Float

Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.

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 is java.lang.Float.

FLOAT - Static variable in class javax.swing.text.html.CSS.Attribute

[**floatAt(Point, Point)**](../javax/swing/plaf/basic/BasicToolBarUI.html#floatAt%28java.awt.Point, java.awt.Point%29) - Method in class javax.swing.plaf.basic.BasicToolBarUI

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, String, String, String)**](../javax/sound/sampled/FloatControl.html#FloatControl%28javax.sound.sampled.FloatControl.Type, float, float, float, int, float, java.lang.String, java.lang.String, java.lang.String, java.lang.String%29) - 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)**](../javax/sound/sampled/FloatControl.html#FloatControl%28javax.sound.sampled.FloatControl.Type, float, float, float, int, float, java.lang.String%29) - 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.

FloatControl.Type(String) - Constructor for class javax.sound.sampled.FloatControl.Type

Constructs a new float control type.

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

floatingColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI

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

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.

floatValue() - Method in class java.lang.Byte

Returns the value of this Byte as afloat.

floatValue() - Method in class java.lang.Double

Returns the float value of thisDouble object.

floatValue() - Method in class java.lang.Float

Returns the float value of this Float object.

floatValue() - Method in class java.lang.Integer

Returns the value of this Integer as afloat.

floatValue() - Method in class java.lang.Long

Returns the value of this Long as afloat.

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.

floatValue() - Method in class java.math.BigDecimal

Converts this BigDecimal to a float.

floatValue() - Method in class java.math.BigInteger

Converts this BigInteger to a float.

floatValue() - Method in class java.util.concurrent.atomic.AtomicInteger

floatValue() - Method in class java.util.concurrent.atomic.AtomicLong

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

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

floppyDriveIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI

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)**](../java/awt/FlowLayout.html#FlowLayout%28int, int, int%29) - Constructor for class java.awt.FlowLayout

Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.

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.

FlowView - Class in javax.swing.text

A View that tries to flow it's children into some partially constrained space.

[**FlowView(Element, int)**](../javax/swing/text/FlowView.html#FlowView%28javax.swing.text.Element, int%29) - 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.

FlowView.FlowStrategy() - Constructor for class javax.swing.text.FlowView.FlowStrategy

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(CharBuffer) - Method in class java.nio.charset.CharsetDecoder

Flushes this decoder.

flush(ByteBuffer) - Method in class java.nio.charset.CharsetEncoder

Flushes this encoder.

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.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 class javax.imageio.stream.ImageInputStreamImpl

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

flush() - Method in class javax.tools.ForwardingJavaFileManager

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_FAILURE - Static variable in class java.util.logging.ErrorManager

FLUSH_FAILURE is used when a flush to an output stream fails.

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

flushBefore(long) - Method in class javax.imageio.stream.FileCacheImageOutputStream

flushBefore(long) - Method in interface javax.imageio.stream.ImageInputStream

Discards the initial portion of the stream prior to the indicated postion.

flushBefore(long) - Method in class javax.imageio.stream.ImageInputStreamImpl

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.

flushBefore(long) - Method in class javax.imageio.stream.MemoryCacheImageInputStream

flushBefore(long) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream

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.

focus - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI

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_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_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.

FocusAdapter - Class in java.awt.event

An abstract adapter class for receiving keyboard focus events.

FocusAdapter() - Constructor for class java.awt.event.FocusAdapter

focusColor - Variable in class javax.swing.plaf.metal.MetalButtonUI

focusColor - Variable in class javax.swing.plaf.metal.MetalRadioButtonUI

focusColor - Variable in class javax.swing.plaf.metal.MetalToggleButtonUI

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.

focusedCompIndex - Variable in class javax.swing.plaf.basic.BasicToolBarUI

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, boolean, Component)**](../java/awt/event/FocusEvent.html#FocusEvent%28java.awt.Component, int, boolean, java.awt.Component%29) - Constructor for class java.awt.event.FocusEvent

Constructs a FocusEvent object with the specified temporary state and opposite Component.

[**FocusEvent(Component, int, boolean)**](../java/awt/event/FocusEvent.html#FocusEvent%28java.awt.Component, int, boolean%29) - Constructor for class java.awt.event.FocusEvent

Constructs a FocusEvent object and identifies whether or not the change is temporary.

[**FocusEvent(Component, int)**](../java/awt/event/FocusEvent.html#FocusEvent%28java.awt.Component, int%29) - Constructor for class java.awt.event.FocusEvent

Constructs a FocusEvent object and identifies it as a permanent change in focus.

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.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

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.JComponent.AccessibleJComponent.AccessibleFocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicButtonListener

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicComboBoxEditor

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicListUI.FocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicSliderUI.FocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.FocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicTableUI.FocusHandler

focusGained(FocusEvent) - Method in class javax.swing.plaf.basic.BasicToolBarUI.ToolBarFocusListener

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.

focusInsets - Variable in class javax.swing.plaf.basic.BasicSliderUI

FocusListener - Interface in java.awt.event

The listener interface for receiving keyboard focus events on a component.

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 - Variable in class javax.swing.plaf.basic.BasicSliderUI

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

focusListener - Variable in class javax.swing.plaf.basic.BasicTableUI

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.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

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.JComponent.AccessibleJComponent.AccessibleFocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicButtonListener

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicComboBoxEditor

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicListUI.FocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicSliderUI.FocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.FocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.FocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicTableUI.FocusHandler

focusLost(FocusEvent) - Method in class javax.swing.plaf.basic.BasicToolBarUI.ToolBarFocusListener

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

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.

focusNextComponent() - Method in class java.awt.KeyboardFocusManager

Focuses the Component after 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.

focusPreviousComponent() - Method in class java.awt.KeyboardFocusManager

Focuses the Component before the current focus owner.

focusRect - Variable in class javax.swing.plaf.basic.BasicSliderUI

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

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 .

following(int) - Method in class java.text.BreakIterator

Returns the first boundary following the specified character offset.

Font - Class in java.awt

The Font class represents fonts, which are used to render text in a visible way.

[**Font(String, int, int)**](../java/awt/Font.html#Font%28java.lang.String, int, int%29) - Constructor for class java.awt.Font

Creates a new Font from the specified name, style and point size.

Font(Map) - Constructor for class java.awt.Font

Creates a new Font with the specified attributes.

Font(Font) - Constructor for class java.awt.Font

Creates a new Font from the specified font.

FONT - Static variable in class java.awt.font.TextAttribute

Attribute key used to provide the font to use to render text.

font - Variable in class java.awt.FontMetrics

The actual Font from which the font metrics are created.

FONT - Static variable in class javax.swing.text.html.CSS.Attribute

FONT - Static variable in class javax.swing.text.html.HTML.Tag

font - Variable in class javax.swing.tree.DefaultTreeCellEditor

Font to paint with, null indicates font of renderer is to be used.

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_FAMILY - Static variable in class javax.swing.text.html.CSS.Attribute

FONT_SIZE - Static variable in class javax.swing.text.html.CSS.Attribute

FONT_STYLE - Static variable in class javax.swing.text.html.CSS.Attribute

FONT_VARIANT - Static variable in class javax.swing.text.html.CSS.Attribute

FONT_WEIGHT - Static variable in class javax.swing.text.html.CSS.Attribute

fontChanged - Static variable in class javax.swing.plaf.basic.BasicListUI

FontFamily - Static variable in class javax.swing.text.StyleConstants

Name of the font family.

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 specified Font and specific character glyphs in that Font.

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)**](../java/awt/font/FontRenderContext.html#FontRenderContext%28java.awt.geom.AffineTransform, boolean, boolean%29) - Constructor for class java.awt.font.FontRenderContext

Constructs a FontRenderContext object from an optional AffineTransform and two boolean values that determine if the newly constructed object has anti-aliasing or fractional metrics.

[**FontRenderContext(AffineTransform, Object, Object)**](../java/awt/font/FontRenderContext.html#FontRenderContext%28java.awt.geom.AffineTransform, java.lang.Object, java.lang.Object%29) - Constructor for class java.awt.font.FontRenderContext

Constructs a FontRenderContext object from an optional AffineTransform and two Object values that determine if the newly constructed object has anti-aliasing or fractional metrics.

FontSize - Static variable in class javax.swing.text.StyleConstants

Name of the font size.

FontUIResource - Class in javax.swing.plaf

A subclass of java.awt.Font that implements UIResource.

[**FontUIResource(String, int, int)**](../javax/swing/plaf/FontUIResource.html#FontUIResource%28java.lang.String, int, int%29) - Constructor for class javax.swing.plaf.FontUIResource

FontUIResource(Font) - Constructor for class javax.swing.plaf.FontUIResource

FOOTER - Static variable in class javax.accessibility.AccessibleRole

A text footer

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.

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.

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.

forClass() - Method in class java.io.ObjectStreamClass

Return the class in the local VM that this version is mapped to.

[**forDigit(int, int)**](../java/lang/Character.html#forDigit%28int, int%29) - Static method in class java.lang.Character

Determines the character representation for a specific digit in the specified radix.

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 - Static variable in class javax.swing.text.StyleConstants

Name of the foreground color attribute.

forget(Xid) - Method in interface javax.transaction.xa.XAResource

Tells the resource manager to forget about a heuristically completed transaction branch.

FORM - Static variable in class javax.swing.text.html.HTML.Tag

[**format(String, Object...)**](../java/io/Console.html#format%28java.lang.String, java.lang.Object...%29) - 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...)**](../java/io/PrintStream.html#format%28java.lang.String, java.lang.Object...%29) - 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...)**](../java/io/PrintStream.html#format%28java.util.Locale, java.lang.String, java.lang.Object...%29) - Method in class java.io.PrintStream

Writes a formatted string to this output stream using the specified format string and arguments.

[**format(String, Object...)**](../java/io/PrintWriter.html#format%28java.lang.String, java.lang.Object...%29) - Method in class java.io.PrintWriter

Writes a formatted string to this writer using the specified format string and arguments.

[**format(Locale, String, Object...)**](../java/io/PrintWriter.html#format%28java.util.Locale, java.lang.String, java.lang.Object...%29) - Method in class java.io.PrintWriter

Writes a formatted string to this writer using the specified format string and arguments.

FORMAT - Static variable in class java.lang.Character

General category "Cf" in the Unicode specification.

[**format(String, Object...)**](../java/lang/String.html#format%28java.lang.String, java.lang.Object...%29) - Static method in class java.lang.String

Returns a formatted string using the specified format string and arguments.

[**format(Locale, String, Object...)**](../java/lang/String.html#format%28java.util.Locale, java.lang.String, java.lang.Object...%29) - Static method in class java.lang.String

Returns a formatted string using the specified locale, format string, and arguments.

[**format(long, StringBuffer, FieldPosition)**](../java/text/ChoiceFormat.html#format%28long, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.ChoiceFormat

Specialization of format.

[**format(double, StringBuffer, FieldPosition)**](../java/text/ChoiceFormat.html#format%28double, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.ChoiceFormat

Returns pattern with formatted double.

[**format(Object, StringBuffer, FieldPosition)**](../java/text/DateFormat.html#format%28java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.DateFormat

Overrides Format.

[**format(Date, StringBuffer, FieldPosition)**](../java/text/DateFormat.html#format%28java.util.Date, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.DateFormat

Formats a Date into a date/time string.

format(Date) - Method in class java.text.DateFormat

Formats a Date into a date/time string.

[**format(Object, StringBuffer, FieldPosition)**](../java/text/DecimalFormat.html#format%28java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.DecimalFormat

Formats a number and appends the resulting text to the given string buffer.

[**format(double, StringBuffer, FieldPosition)**](../java/text/DecimalFormat.html#format%28double, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.DecimalFormat

Formats a double to produce a string.

[**format(long, StringBuffer, FieldPosition)**](../java/text/DecimalFormat.html#format%28long, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.DecimalFormat

Format a long to produce a string.

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(Object) - Method in class java.text.Format

Formats an object to produce a string.

[**format(Object, StringBuffer, FieldPosition)**](../java/text/Format.html#format%28java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.Format

Formats an object and appends the resulting text to a given string buffer.

[format(Object[], StringBuffer, FieldPosition)](../java/text/MessageFormat.html#format%28java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition%29) - 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 provided StringBuffer.

[**format(String, Object...)**](../java/text/MessageFormat.html#format%28java.lang.String, java.lang.Object...%29) - Static method in class java.text.MessageFormat

Creates a MessageFormat with the given pattern and uses it to format the given arguments.

[**format(Object, StringBuffer, FieldPosition)**](../java/text/MessageFormat.html#format%28java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition%29) - 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 provided StringBuffer.

[**format(Object, StringBuffer, FieldPosition)**](../java/text/NumberFormat.html#format%28java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.NumberFormat

Formats a number and appends the resulting text to the given string buffer.

format(double) - Method in class java.text.NumberFormat

Specialization of format.

format(long) - Method in class java.text.NumberFormat

Specialization of format.

[**format(double, StringBuffer, FieldPosition)**](../java/text/NumberFormat.html#format%28double, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.NumberFormat

Specialization of format.

[**format(long, StringBuffer, FieldPosition)**](../java/text/NumberFormat.html#format%28long, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.NumberFormat

Specialization of format.

[**format(Date, StringBuffer, FieldPosition)**](../java/text/SimpleDateFormat.html#format%28java.util.Date, java.lang.StringBuffer, java.text.FieldPosition%29) - Method in class java.text.SimpleDateFormat

Formats the given Date into a date/time string and appends the result to the given StringBuffer.

[**format(String, Object...)**](../java/util/Formatter.html#format%28java.lang.String, java.lang.Object...%29) - Method in class java.util.Formatter

Writes a formatted string to this object's destination using the specified format string and arguments.

[**format(Locale, String, Object...)**](../java/util/Formatter.html#format%28java.util.Locale, java.lang.String, java.lang.Object...%29) - Method in class java.util.Formatter

Writes a formatted string to this object's destination using the specified locale, format string, and arguments.

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 - 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.Field - Class in java.text

Defines constants that are used as attribute keys in theAttributedCharacterIterator returned from Format.formatToCharacterIterator and as field identifiers in FieldPosition.

Format.Field(String) - Constructor for class java.text.Format.Field

Creates a Field with the specified name.

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".

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)**](../java/util/FormatFlagsConversionMismatchException.html#FormatFlagsConversionMismatchException%28java.lang.String, char%29) - 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

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 of Formatter.

FormattableFlags - Class in java.util

FomattableFlags are passed to the [Formattable.formatTo()](../java/util/Formattable.html#formatTo%28java.util.Formatter, int, int, int%29) 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() - Constructor for class java.util.Formatter

Constructs a new formatter.

Formatter(Appendable) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified destination.

Formatter(Locale) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified locale.

[**Formatter(Appendable, Locale)**](../java/util/Formatter.html#Formatter%28java.lang.Appendable, java.util.Locale%29) - 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)**](../java/util/Formatter.html#Formatter%28java.lang.String, java.lang.String%29) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified file name and charset.

[**Formatter(String, String, Locale)**](../java/util/Formatter.html#Formatter%28java.lang.String, java.lang.String, java.util.Locale%29) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified file name, charset, and locale.

Formatter(File) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified file.

[**Formatter(File, String)**](../java/util/Formatter.html#Formatter%28java.io.File, java.lang.String%29) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified file and charset.

[**Formatter(File, String, Locale)**](../java/util/Formatter.html#Formatter%28java.io.File, java.lang.String, java.util.Locale%29) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified file, charset, and locale.

Formatter(PrintStream) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified print stream.

Formatter(OutputStream) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified output stream.

[**Formatter(OutputStream, String)**](../java/util/Formatter.html#Formatter%28java.io.OutputStream, java.lang.String%29) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified output stream and charset.

[**Formatter(OutputStream, String, Locale)**](../java/util/Formatter.html#Formatter%28java.io.OutputStream, java.lang.String, java.util.Locale%29) - Constructor for class java.util.Formatter

Constructs a new formatter with the specified output stream, charset, and locale.

Formatter - Class in java.util.logging

A Formatter provides support for formatting LogRecords.

Formatter() - Constructor for class java.util.logging.Formatter

Construct a new formatter.

Formatter.BigDecimalLayoutForm - Enum in java.util

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(Formatter, int, int, int)**](../java/util/Formattable.html#formatTo%28java.util.Formatter, int, int, int%29) - 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 theMessageFormat'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 submited.

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, , .

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.

FormView.MouseEventListener() - Constructor for class javax.swing.text.html.FormView.MouseEventListener

forName(String) - Static method in class java.lang.Character.UnicodeBlock

Returns the UnicodeBlock with the given name.

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, boolean, ClassLoader)**](../java/lang/Class.html#forName%28java.lang.String, boolean, java.lang.ClassLoader%29) - 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.

forName(String) - Static method in class java.nio.charset.Charset

Returns a charset object for the named charset.

Forward - Static variable in class javax.swing.text.Position.Bias

Indicates to bias toward the next character in the model.

forward - Variable in exception org.omg.PortableInterceptor.ForwardRequest

The new object to forward the request to.

forward_reference() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations

Contains the object to which the request will be forwarded, if the reply_status attribute is LOCATION_FORWARD.

forward_reference - Variable in exception org.omg.PortableServer.ForwardRequest

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.

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() - Constructor for exception org.omg.PortableInterceptor.ForwardRequest

ForwardRequest(Object) - Constructor for exception org.omg.PortableInterceptor.ForwardRequest

[**ForwardRequest(String, Object)**](../org/omg/PortableInterceptor/ForwardRequest.html#ForwardRequest%28java.lang.String, org.omg.CORBA.Object%29) - Constructor for exception org.omg.PortableInterceptor.ForwardRequest

ForwardRequest - Exception in org.omg.PortableServer

org/omg/PortableServer/ForwardRequest.java .

ForwardRequest() - Constructor for exception org.omg.PortableServer.ForwardRequest

ForwardRequest(Object) - Constructor for exception org.omg.PortableServer.ForwardRequest

[**ForwardRequest(String, Object)**](../org/omg/PortableServer/ForwardRequest.html#ForwardRequest%28java.lang.String, org.omg.CORBA.Object%29) - Constructor for exception org.omg.PortableServer.ForwardRequest

ForwardRequestHelper - Class in org.omg.PortableInterceptor

org/omg/PortableInterceptor/ForwardRequestHelper.java .

ForwardRequestHelper() - Constructor for class org.omg.PortableInterceptor.ForwardRequestHelper

ForwardRequestHelper - Class in org.omg.PortableServer

org/omg/PortableServer/ForwardRequestHelper.java .

ForwardRequestHelper() - Constructor for class org.omg.PortableServer.ForwardRequestHelper

[**forwardUpdate(DocumentEvent.ElementChange, DocumentEvent, Shape, ViewFactory)**](../javax/swing/text/BoxView.html#forwardUpdate%28javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory%29) - 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)**](../javax/swing/text/TableView.html#forwardUpdate%28javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory%29) - Method in class javax.swing.text.TableView

[**forwardUpdate(DocumentEvent.ElementChange, DocumentEvent, Shape, ViewFactory)**](../javax/swing/text/View.html#forwardUpdate%28javax.swing.event.DocumentEvent.ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory%29) - 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)**](../javax/swing/text/View.html#forwardUpdateToView%28javax.swing.text.View, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory%29) - 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.

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 specified GraphicsConfiguration.

Frame(String) - Constructor for class java.awt.Frame

Constructs a new, initially invisible Frame object with the specified title.

[**Frame(String, GraphicsConfiguration)**](../java/awt/Frame.html#Frame%28java.lang.String, java.awt.GraphicsConfiguration%29) - Constructor for class java.awt.Frame

Constructs a new, initially invisible Frame object with the specified title and a GraphicsConfiguration.

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 - Variable in class javax.swing.plaf.basic.BasicDesktopIconUI

frame - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane

frame - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI

FRAME - Static variable in class javax.swing.text.html.HTML.Tag

Frame.AccessibleAWTFrame - Class in java.awt

This class implements accessibility support for the Frame class.

Frame.AccessibleAWTFrame() - Constructor for class java.awt.Frame.AccessibleAWTFrame

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.

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

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.

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.

FRAMESET - Static variable in class javax.swing.text.html.HTML.Tag

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 frees the Clob object and releases the resources the resources that it 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 Array object and releases the resources that it holds.

free() - Method in class javax.sql.rowset.serial.SerialBlob

This method frees the Blob object and releases the resources that it holds.

free() - Method in class javax.sql.rowset.serial.SerialClob

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(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(int, CompletionStatus)**](../org/omg/CORBA/FREE%5FMEM.html#FREE%5FMEM%28int, org.omg.CORBA.CompletionStatus%29) - Constructor for exception org.omg.CORBA.FREE_MEM

Constructs a FREE_MEM exception with the specified minor code and completion status.

[**FREE_MEM(String, int, CompletionStatus)**](../org/omg/CORBA/FREE%5FMEM.html#FREE%5FMEM%28java.lang.String, int, org.omg.CORBA.CompletionStatus%29) - 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

freeMemory() - Method in class java.lang.Runtime

Returns the amount of free memory in the Java Virtual Machine.

FRENCH - Static variable in class java.util.Locale

Useful constant for language.

[**frequency(Collection<?>, Object)**](../java/util/Collections.html#frequency%28java.util.Collection, java.lang.Object%29) - Static method in class java.util.Collections

Returns the number of elements in the specified collection equal to the specified object.

FRIDAY - Static variable in class java.util.Calendar

Value of the Calendar.DAY_OF_WEEK field indicating Friday.

from(CompositeData) - Static method in class java.lang.management.MemoryNotificationInfo

Returns a MemoryNotificationInfo object represented by the given CompositeData.

from(CompositeData) - Static method in class java.lang.management.MemoryUsage

Returns a MemoryUsage object represented by the given CompositeData.

from(CompositeData) - Static method in class java.lang.management.MonitorInfo

Returns a MonitorInfo object represented by the given CompositeData.

from(CompositeData) - Static method in class java.lang.management.ThreadInfo

Returns a ThreadInfo object represented by the given CompositeData.

from_any(Any) - Method in interface org.omg.CORBA.DynAny

Deprecated. Make a DynAny object from an Any 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 given int.

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

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.

fromIndex - Variable in class javax.swing.event.TableColumnModelEvent

The index of the column from where it was moved or removed

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.util.UUID

Creates a UUID from the string standard representation as described in the UUID.toString() method.

FTP - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported

File Transfer Protocol (FTP).

FULL - Static variable in class java.text.DateFormat

Constant for full style pattern.

FULL_DECOMPOSITION - Static variable in class java.text.Collator

Decomposition mode value.

FULL_JOIN - Static variable in interface javax.sql.rowset.JoinRowSet

An ANSI-style JOIN providing a a full JOIN.

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.

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.

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(Callable) - Constructor for class java.util.concurrent.FutureTask

Creates a FutureTask that will upon running, execute the given Callable.

[**FutureTask(Runnable, V)**](../java/util/concurrent/FutureTask.html#FutureTask%28java.lang.Runnable, V%29) - Constructor for class java.util.concurrent.FutureTask

Creates a FutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.


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 _


Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

Scripting on this page tracks web page traffic, but does not change the content in any way.