Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b32
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

F

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) - 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) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception and a message
FactoryConfigurationError(String, Exception) - 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 the RMISocketFactory.
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.
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 from TransformerFactory.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) - Method in interface javax.management.remote.rmi.RMIConnection
Retrieves notifications from the connector server.
fetchNotifications(long, int, long) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
fetchNotifications(long, int, long) - 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) - 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) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(URI) - Constructor for class java.io.File
Creates a new File instance by converting the given file: URI into an abstract pathname.
file() - Method in class java.lang.ProcessBuilder.Redirect
Returns the File source or destination associated with this redirect, or null if there is no such file.
FILE - Static variable in class javax.print.attribute.standard.ReferenceUriSchemesSupported
Host-specific file names.
FILE_CHOOSER - Static variable in class javax.accessibility.AccessibleRole
A specialized dialog that displays the files in the directory and lets the user select a file, browse a different directory, or specify a filename.
FILE_CHOOSER - Static variable in class javax.swing.plaf.synth.Region
FileChooser region.
FILE_CHOOSER_DIALOG - Static variable in class javax.swing.JRootPane
Constant used for the windowDecorationStyle property.
FILE_FILTER_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
User changed the kind of files to display.
FILE_HIDING_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies a change in the display-hidden-files property.
FILE_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) - 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) - 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) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading a file.
FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
FileDialog(Dialog) - Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Dialog, String) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading a file.
FileDialog(Dialog, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
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) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to the given filename, with optional append.
FileHandler(String, int, int) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to a set of files.
FileHandler(String, int, int, boolean) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to a set of files with optional append.
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 or RandomAccessFile.
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 descriptor fdObj, 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) - 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...) - 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 with null 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 a file output stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
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) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
FilePermission - Class in java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
Filer - Interface in javax.annotation.processing
This interface supports the creation of new files by an annotation processor.
FileReader - Class in java.io
Convenience class for reading character files.
FileReader(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) - 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) - 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) - 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) - 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) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - 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) - 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) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - 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) - 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) - 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) - Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
Paints a 3-D highlighted rectangle filled with the current color.
fill3DRect(int, int, int, int, boolean) - Method in class javax.swing.DebugGraphics
Overrides Graphics.fill3DRect.
fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillArc(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.fillArc.
filledSlider - Variable in class javax.swing.plaf.metal.MetalSliderUI
 
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) - Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillOval(int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.fillOval.
fillPolygon(int[], int[], int) - 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) - Method in class javax.swing.DebugGraphics
Overrides Graphics.fillPolygon.
fillRect(int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rectangle.
fillRect(int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.fillRect.
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.fillRoundRect.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.AffineTransformOp
Transforms the source BufferedImage and stores the results in the destination BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.AffineTransformOp
Transforms the source Raster and stores the results in the destination Raster.
filter(Raster, WritableRaster) - Method in class java.awt.image.BandCombineOp
Transforms the Raster using the matrix specified in the constructor.
filter(BufferedImage, BufferedImage) - Method in interface java.awt.image.BufferedImageOp
Performs a single-input/single-output operation on a BufferedImage.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ColorConvertOp
ColorConverts the source BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.ColorConvertOp
ColorConverts the image data in the source Raster.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ConvolveOp
Performs a convolution on BufferedImages.
filter(Raster, WritableRaster) - Method in class java.awt.image.ConvolveOp
Performs a convolution on Rasters.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.LookupOp
Performs a lookup operation on a BufferedImage.
filter(Raster, WritableRaster) - Method in class java.awt.image.LookupOp
Performs a lookup operation on a Raster.
filter(Raster, WritableRaster) - Method in interface java.awt.image.RasterOp
Performs a single-input/single-output operation from a source Raster to a destination Raster.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.RescaleOp
Rescales the source BufferedImage.
filter(Raster, WritableRaster) - 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 given provider 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) - 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) - Method in class java.awt.image.RGBImageFilter
Subclasses must specify a method to convert a single input pixel in the default RGB ColorModel to a single output pixel.
filterRGB(int, int, int) - Method in class javax.swing.GrayFilter
Overrides RGBImageFilter.filterRGB.
filterRGBPixels(int, int, int, int, int[], int, int) - Method in class java.awt.image.RGBImageFilter
Filters a buffer of pixels in the default RGB ColorModel by passing them one by one through the filterRGB method.
filters - Variable in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
 
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.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 this ColorModel 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 and it has no threads.
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 close method of this ZIP file is called 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) - 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) - 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) - Method in class javax.management.relation.RelationService
Retrieves the MBeans associated to given one in a relation.
findAssociatedMBeans(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the MBeans associated to given one in a relation.
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 its ResultSet column index.
findColumn(String) - Method in class javax.swing.table.AbstractTableModel
Returns a column given its name.
findComponentAt(int, int) - Method in class java.awt.Container
Locates the visible child component that contains the specified position.
findComponentAt(Point) - Method in class java.awt.Container
Locates the visible child component that contains the specified point.
findDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
Finds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
findEditor(Class<?>) - Static method in class java.beans.PropertyEditorManager
Locate a value editor for a given target type.
findElementMatchingTag(HTMLDocument, int, HTML.Tag) - Method in class javax.swing.text.html.HTMLEditorKit.HTMLTextAction
Returns the deepest element at offset matching tag.
findFocusOwner(Component) - Static method in class javax.swing.SwingUtilities
Deprecated. As of 1.4, replaced by KeyboardFocusManager.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) - 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) - Method in class javax.swing.text.ParagraphView
Finds the next character in the document with a character in string, starting at offset start.
findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
Retrieves the relations where a given MBean is referenced.
findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relations where a given MBean is referenced.
findRelationsOfType(String) - Method in class javax.management.relation.RelationService
Returns the relation ids for relations of the given type.
findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
Returns the relation ids for relations of the given type.
findResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
findResource(String) - Method in class java.net.URLClassLoader
Finds the resource with the specified name on the URL search path.
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) - Method in class java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findWithinHorizon(Pattern, int) - Method in class java.util.Scanner
Attempts to find the next occurrence of the specified pattern.
FINE - 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) - 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) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Invokes the finishedPaintingChildren method on each UI handled by this object.
finishedPaintingChildren(JSplitPane, Graphics) - Method in class javax.swing.plaf.SplitPaneUI
Messaged after the JSplitPane the receiver is providing the look and feel for paints its children.
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) - 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) - Method in class javax.swing.AbstractListModel
AbstractListModel subclasses must call this method after one or more elements of the list change.
fireContentsChanged() - Method in class javax.swing.plaf.basic.BasicDirectoryModel
 
fireDragGestureRecognized(int, Point) - Method in class java.awt.dnd.DragGestureRecognizer
Notify the DragGestureListener that a Drag and Drop initiating gesture has occurred.
fireEditingCanceled() - Method in class javax.swing.AbstractCellEditor
Notifies all listeners that have registered interest for notification on this event type.
fireEditingStopped() - Method in class javax.swing.AbstractCellEditor
Notifies all listeners that have registered interest for notification on this event type.
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) - Method in class java.beans.PropertyChangeSupport
Report a bound indexed property update to any registered listeners.
fireIndexedPropertyChange(String, int, int, int) - Method in class java.beans.PropertyChangeSupport
Report an int bound indexed property update to any registered listeners.
fireIndexedPropertyChange(String, int, boolean, boolean) - 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) - Method in class javax.swing.AbstractListModel
AbstractListModel subclasses must call this method after one or more elements are added to the model.
fireIntervalRemoved(Object, int, int) - Method in class javax.swing.AbstractListModel
AbstractListModel subclasses must call this method after one or more elements are removed from the model.
fireItemStateChanged(ItemEvent) - Method in class javax.swing.AbstractButton
Notifies all listeners that have registered interest for notification on this event type.
fireItemStateChanged(ItemEvent) - Method in class javax.swing.DefaultButtonModel
Notifies all listeners that have registered interest for notification on this event type.
fireItemStateChanged(ItemEvent) - Method in class javax.swing.JComboBox
Notifies all listeners that have registered interest for notification on this event type.
fireMenuCanceled() - Method in class javax.swing.JMenu
Notifies all listeners that have registered interest for notification on this event type.
fireMenuDeselected() - Method in class javax.swing.JMenu
Notifies all listeners that have registered interest for notification on this event type.
fireMenuDragMouseDragged(MenuDragMouseEvent) - Method in class javax.swing.JMenuItem
Notifies all listeners that have registered interest for notification on this event type.
fireMenuDragMouseEntered(MenuDragMouseEvent) - Method in class javax.swing.JMenuItem
Notifies all listeners that have registered interest for notification on this event type.
fireMenuDragMouseExited(MenuDragMouseEvent) - Method in class javax.swing.