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.
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public exponent-value F4 = 65537.
Facility - Class in org.dvb.user
A facility maps a preference's name to a single value or to an array of values.
Facility(String, String) - Constructor for class org.dvb.user.Facility
Creates a Facility with a single value.
Facility(String, String[]) - Constructor for class org.dvb.user.Facility
Creates a Facility with a set of values.
FAIL - Static variable in class org.dvb.test.DVBTest
The application executed and terminated unsuccessfully and has therefore operated in a non-conformant manner.
FAILED - Static variable in class org.davic.net.tuning.NetworkInterfaceTuningOverEvent
Constant for the status code that indicates that the tuning action has failed.
FAILED_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
The recording request has failed.
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FAMILY - Static variable in class java.awt.font.TextAttribute
Attribute key for the unlocalized font family name.
FavoriteServicesName - Interface in javax.tv.service.navigation
This interface represents the name of a preference for a set of favorite services.
FeatureNotSupportedException - Exception in org.ocap.hardware.device
Thrown when an application attempts to query/set/get a feature not supported on the device.
FeatureNotSupportedException() - Constructor for exception org.ocap.hardware.device.FeatureNotSupportedException
Creates an FeatureNotSupportedException object.
FeatureNotSupportedException(String) - Constructor for exception org.ocap.hardware.device.FeatureNotSupportedException
Creates an FeatureNotSupportedException object with a specified reason string.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
feed(byte[]) - Method in class org.dvb.media.DripFeedDataSource
This method allows an application to feed the decoder progressively with parts of a clip (e.g.
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_1 - Static variable in class org.ocap.media.VBIFilterGroup
Represents filtering of VBI data in field 1 only.
FIELD_2 - Static variable in class org.ocap.media.VBIFilterGroup
Represents filtering of VBI data in field 2 only.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
FIELD_IS_EMPTY - Static variable in exception org.ocap.hn.content.DatabaseException
 
FIELD_IS_WRONG_FORMAT - Static variable in exception org.ocap.hn.content.DatabaseException
 
FIELD_MIXED - Static variable in class org.ocap.media.VBIFilterGroup
Represents filtering of VBI data in both field 1 and field 2 in arrival order.
FIELD_NAME_DOES_NOT_EXIST - Static variable in exception org.ocap.hn.content.DatabaseException
 
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.
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.
FileAccessPermissions - Class in org.dvb.io.persistent
This class encapsulates file access permissions, world, Organisation and owner.
FileAccessPermissions(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.dvb.io.persistent.FileAccessPermissions
This constructor encodes all the file access permissions as a set of booleans.
FileAttributes - Class in org.dvb.io.persistent
This class encapsulates the attributes of a file stored in persistent storage.
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.
FileFilter - Interface in java.io
A filter for abstract pathnames.
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.
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.
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) - Constructor for class java.io.FileOutputStream
Creates an output file 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 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) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
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.
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 - 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, Object) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HAnimateLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in interface org.havi.ui.HExtendedLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HGraphicLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HListGroupLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HMultilineEntryLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HRangeLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HSinglelineEntryLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
fillBackground(Graphics, HVisible, int) - Method in class org.havi.ui.HTextLook
The HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method paints the component with its current background Color according to the HVisible.setBackgroundMode(int) method of HVisible.
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.
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.
fillRect(int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
filterContentList(ContentDatabaseFilter) - Method in interface org.ocap.hn.content.navigation.ContentList
Filters the ContentList.
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.
filterElement(PropertyFilter) - Method in interface org.ocap.hn.NetList
Applies a new PropertyFilter to this element list and returns a new list.
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.
FilteringInterruptedException - Exception in org.davic.mpeg.sections
Signals that a filtering operation was interrupted before any data had been filtered.
FilteringInterruptedException() - Constructor for exception org.davic.mpeg.sections.FilteringInterruptedException
Constructs an FilteringInterruptedException.
FilteringInterruptedException(String) - Constructor for exception org.davic.mpeg.sections.FilteringInterruptedException
Constructs a FilteringInterruptedException with the specified detail message
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.
FilterNotSupportedException - Exception in javax.tv.service.navigation
This exception indicates that the specified ServiceFilter is not supported.
FilterNotSupportedException() - Constructor for exception javax.tv.service.navigation.FilterNotSupportedException
Constructs a FilterNotSupportedException with no detail message.
FilterNotSupportedException(String) - Constructor for exception javax.tv.service.navigation.FilterNotSupportedException
Constructs a FilterNotSupportedException with a detail message.
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.
filterRecordingList(RecordingListFilter) - Method in interface org.ocap.shared.dvr.navigation.RecordingList
Creates a new RecordingList object that is a subset of this list, based on the conditions specified by a RecordingListFilter object.
FilterResourceAvailableEvent - Class in org.ocap.media
This event notifies an application that a VBIFilterGroup released VBIFilters, i.e., another application may have an opportunity to reserve new VBIFilters.
FilterResourceAvailableEvent(VBIFilterGroup) - Constructor for class org.ocap.media.FilterResourceAvailableEvent
A constructor of this class.
FilterResourceException - Exception in org.davic.mpeg.sections
Signals that inadequate resources are available to support the requested operation when a SectionFilterGroup is in the connected or disconnected states.
FilterResourceException() - Constructor for exception org.davic.mpeg.sections.FilterResourceException
Constructs a resource Exception.
FilterResourceException(String) - Constructor for exception org.davic.mpeg.sections.FilterResourceException
Constructs a FilterResourceException with the specified detail message
FilterResourcesAvailableEvent - Class in org.davic.mpeg.sections
This event signals that enough section filter resources for the corresponding section filter group were available at the time this event was generated.
FilterResourcesAvailableEvent(SectionFilterGroup) - Constructor for class org.davic.mpeg.sections.FilterResourcesAvailableEvent
This constructs a FilterResourcesAvailableEvent for the specified SectionFilterGroup object.
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.
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.
filterServices(ServiceFilter) - Method in interface javax.tv.service.navigation.ServiceList
Creates a new ServiceList object that is a subset of this list, based on the conditions specified by a ServiceFilter object.
filterServices(ServiceFilter) - Method in class javax.tv.service.SIManager
Filters the available services using the ServiceFilter provided to generate a ServiceList containing the matching services.
filterUpdate(VBIFilterEvent) - Method in interface org.ocap.media.VBIFilterListener
This method is called by the OCAP implementation to notify an application that a VBI event has occured.
filterUserEvent(UserEvent) - Method in interface org.ocap.event.UserEventFilter
Called by the platform to filter user input events specified in the UserEventRepository when the event is received.
FilterWriter - Class in java.io
Abstract class for writing filtered character streams.
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.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.
find(String, Object) - Method in interface org.ocap.hn.content.navigation.ContentList
Finds the first ContentEntry which identifier for the key 'key' equals the given object obj.
find(String[], Object[]) - Method in interface org.ocap.hn.content.navigation.ContentList
Finds the first ContentEntry which matches the search.
findAll(String[], Object[]) - Method in interface org.ocap.hn.content.navigation.ContentList
Finds all ContentEntry objects which match the search.
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.
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.net.URLClassLoader
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
findScreens(ServiceContext) - Method in class org.ocap.ui.MultiScreenManager
Find accessible screen(s) associated with specific service context.
findService(Locator) - Method in interface javax.tv.service.navigation.ServiceList
Reports the Service corresponding to the specified locator if it is a member of this list.
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.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
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
Return true if the end of the compressed data stream has been reached.
firePropertyChange(String, Object, Object) - Method in class java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class java.beans.VetoableChangeSupport
Report a vetoable property update to any registered listeners.
first(Container) - Method in class java.awt.CardLayout
Flips to the first card of the container.
first() - Method in class java.text.BreakIterator
Return 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 interface java.util.SortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class java.util.TreeSet
Returns the first (lowest) element currently in this sorted set.
FIRST_CHANGE - Static variable in class org.havi.ui.HVisible
A constant which indicates the first change value for use with the hinting mechanism.
FIRST_STATE - Static variable in interface org.havi.ui.HState
Constant used to indicate the value of the first (builtin) component state.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class java.util.TreeMap
Returns the first (lowest) key currently in this sorted map.
FixedVideoOutputConfiguration - Interface in org.ocap.hardware.device
An instance of this class represents a video output configuration defined by a fixed set of attributes.
FLICKER_FILTERING - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the preference field of the setPreference and getPreferencePriority methods in the HScreenConfigTemplate that indicates that the device configuration supports flicker filtering (if it supports an interlaced screen).
flip(int) - Method in class java.util.BitSet
Sets the bit at the specified index to to the complement of its current value.
flip(int, int) - Method in class java.util.BitSet
Sets each bit from the specified fromIndex(inclusive) to the 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.
Float - Class in java.lang
The Float class wraps a value of primitive type float 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.
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 a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double 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 a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
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 a float.
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.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than 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 not greater than the argument and is equal to a mathematical integer.
FlowLayout - Class in java.awt
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
FlowLayout() - Constructor for class java.awt.FlowLayout
Constructs a new FlowLayout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int) - Constructor for class java.awt.FlowLayout
Constructs a new FlowLayout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
flush() - Method in class java.awt.image.BufferedImage
Flushes all resources being used to cache optimization information.
flush() - Method in class java.awt.Image
Flushes all resources being used by this Image object.
flush() - Method in class java.awt.image.VolatileImage
Releases system resources currently consumed by this image.
flush() - Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class java.io.BufferedWriter
Flush the stream.
flush() - Method in class java.io.CharArrayWriter
Flush the stream.
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
Flush the 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
Flush 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
Flush the stream.
flush() - Method in class java.io.PrintWriter
Flush the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in class org.dvb.ui.DVBBufferedImage
Flushes all resources being used to cache optimization information.
flush() - Method in class org.havi.ui.HBackgroundImage
Flush all the resources used by this image.
FOCUS_DEFERRED - Static variable in interface org.ocap.ui.HSceneChangeRequestHandler
Constant that may be returned by HSceneChangeRequestHandler.testFocusChange(org.ocap.ui.HSceneBinding, org.ocap.ui.HSceneBinding).
FOCUS_DENIED - Static variable in interface org.ocap.ui.HSceneChangeRequestHandler
Constant that may be returned by HSceneChangeRequestHandler.testFocusChange(org.ocap.ui.HSceneBinding, org.ocap.ui.HSceneBinding).
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_GRANTED - Static variable in interface org.ocap.ui.HSceneChangeRequestHandler
Constant that may be returned by HSceneChangeRequestHandler.testFocusChange(org.ocap.ui.HSceneBinding, org.ocap.ui.HSceneBinding).
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_TRANSFER - Static variable in class org.havi.ui.event.HFocusEvent
An event id which indicates that the component should transfer focus to the component identified by the data returned from the getTransferId method.
FocusAdapter - Class in java.awt.event
An abstract adapter class for receiving keyboard focus events.
FocusAdapter() - Constructor for class java.awt.event.FocusAdapter
 
focusChanged(HSceneBinding, HSceneBinding) - Method in interface org.ocap.ui.HSceneChangeRequestHandler
Notify handler of changes in current assignment of AWT focus.
FOCUSED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget has input focus.
FOCUSED_STATE_BIT - Static variable in interface org.havi.ui.HState
This state bit indicates that the widget has the input focus.
FocusEvent - Class in java.awt.event
A low-level event which indicates that a Component has gained or lost the input focus.
FocusEvent(Component, int, boolean, Component) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object with the specified temporary state and opposite Component.
FocusEvent(Component, int, boolean) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies whether or not the change is temporary.
FocusEvent(Component, int) - 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.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 org.havi.ui.HEventMulticaster
Handles the FocusEvent by invoking the focusGained methods on listener-a and listener-b.
FocusListener - Interface in java.awt.event
The listener interface for receiving keyboard focus events on a component.
focusLost(FocusEvent) - Method in class java.awt.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent) - Method in class java.awt.event.FocusAdapter
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the FocusEvent by invoking the focusLost methods on listener-a and listener-b.
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.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.
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
 
following(int) - Method in class java.text.BreakIterator
Return the first boundary following the specified 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) - 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 - Static variable in class java.awt.font.TextAttribute
Attribute key for the font to use to render text.
FontFactory - Class in org.dvb.ui
Provides a mechanism for applications to instantiate fonts that are not built into the system.
FontFactory() - Constructor for class org.dvb.ui.FontFactory
Constructs a FontFactory for the font index file bound to this application in the application signalling.
FontFactory(URL) - Constructor for class org.dvb.ui.FontFactory
Constructs a FontFactory for the font file found at the given location.
FontFormatException - Exception in org.dvb.ui
Thrown when attempt is made to read a file describing a font when the contents of that file are not valid.
FontFormatException() - Constructor for exception org.dvb.ui.FontFormatException
Constructs a FontFormatException with null as its error detail message.
FontFormatException(String) - Constructor for exception org.dvb.ui.FontFormatException
Constructs a FontFormatException with the specified detail message.
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.
FontNotAvailableException - Exception in org.dvb.ui
Thrown when attempt is made to instantiate a font that cannot be located.
FontNotAvailableException() - Constructor for exception org.dvb.ui.FontNotAvailableException
Constructs a FontNotAvailableException with null as its error detail message.
FontNotAvailableException(String) - Constructor for exception org.dvb.ui.FontNotAvailableException
Constructs a FontNotAvailableException with the specified detail message.
FORCED_STATIC_CACHING - Static variable in class org.dvb.dsmcc.DSMCCObject
Constant to indicate that the data for an object shall be returned from the cache if present, disregarding the cache priority signalling.
ForcedDisconnectedEvent - Class in org.davic.mpeg.sections
This class is used to report when a TransportStream which was available becomes no longer available or if the section filter resources are removed from a connected SectionFilterGroup.
ForcedDisconnectedEvent(SectionFilterGroup) - Constructor for class org.davic.mpeg.sections.ForcedDisconnectedEvent
This constructs a ForcedDisconnectedEvent for the specified SectionFilterGroup object.
ForcedDisconnectedEvent - Class in org.ocap.media
This event indicates a VBIFilterGroup is detached from a ServiceContext for any reason.
ForcedDisconnectedEvent(VBIFilterGroup) - Constructor for class org.ocap.media.ForcedDisconnectedEvent
A constructor of this class.
forClass() - Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int) - 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 foreground color adornment.
FORMAT - Static variable in class java.lang.Character
General category "Cf" in the Unicode specification.
format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
Specialization of format.
format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
Returns pattern with formatted double.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
Overrides Format.
format(Date, StringBuffer, FieldPosition) - 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(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Formats a double to produce a string.
format(long, StringBuffer, FieldPosition) - 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
 
format(Object) - Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
Formats an object and appends the resulting text to a given string buffer.
format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(String, Object[]) - Static method in class java.text.MessageFormat
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Formats an object to produce a string.
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) - Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
Formats the given Date into a date/time string and appends the result to the given StringBuffer.
Format.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from Format.formatToCharacterIterator and as field identifiers in FieldPosition.
formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.Format
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.MessageFormat
Formats an array of objects and inserts them into the MessageFormat's pattern, producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.SimpleDateFormat
Formats an Object producing an AttributedCharacterIterator.
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) - 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.
FORWARD - Static variable in interface org.ocap.shared.media.FrameControl
Indicates a frame move in a forward direction in the stream.
FORWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Forward focus traversal keys.
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
Create a Frame with the specified GraphicsConfiguration of a screen device.
Frame(String) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title.
Frame(String, GraphicsConfiguration) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title and a GraphicsConfiguration.
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.
FrameControl - Interface in org.ocap.shared.media
This interface provides single frame move control for a Player presenting video, for example an MPEG video stream.
FRANCE - Static variable in class java.util.Locale
Useful constant for country.
FREE_PREVIEW_DIALOG - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed to explain about free preview.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
FreeSpaceListener - Interface in org.ocap.dvr.storage
This interface represents a listener that will be notified when a media volume has reached a specified level of remaining free space.
freeze() - Method in interface org.davic.media.FreezeControl
Invocation of this method freezes the decoding of the media stream as soon as possible and leaves the last decoded frame visible to the end-user.
FreezeControl - Interface in org.davic.media
This interface should be implemented to enable the application to freeze the player.
FRENCH - Static variable in class java.util.Locale
Useful constant for language.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
FROM_CACHE - Static variable in class org.dvb.dsmcc.DSMCCObject
Constant to indicate that the data for an object shall only be retrieved where it is already in cache and meets the requirements of cache priority signaling.
FROM_CACHE_OR_STREAM - Static variable in class org.dvb.dsmcc.DSMCCObject
Constant to indicate that the data for an object shall be automatically be retrieved from the network where the data is not already cached.
FROM_STREAM_ONLY - Static variable in class org.dvb.dsmcc.DSMCCObject
Constant to indicate that the data for an object shall always be retrieved from the network even if the data has already been cached.
FrontPanelManager - Class in org.ocap.hardware.frontpanel
This class represents an optional front panel display and SHOULD not be present in any device that does not support one.
FrontSceneResourceReleasedEvent - Class in org.ocap.ui
This event informs that the HSceneBinding returned by the FrontSceneResourceReleasedEvent.getSource() method has released the front-most position in the z-order stack for the containing graphics plane.
FrontSceneResourceReleasedEvent(Object) - Constructor for class org.ocap.ui.FrontSceneResourceReleasedEvent
Constructor for the event.
FrontSceneResourceReservedEvent - Class in org.ocap.ui
This event informs that the HSceneBinding returned by the FrontSceneResourceReservedEvent.getSource() method has gained the front-most position in the z-order stack for the containing graphics plane.
FrontSceneResourceReservedEvent(Object) - Constructor for class org.ocap.ui.FrontSceneResourceReservedEvent
Constructor for the event.
FrontSceneResourceUsage - Interface in org.ocap.ui
This interface represents ownership of or a request for ownership of the top-of-stack resource for a given HScene z-order stack.
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_POWER - Static variable in class org.ocap.hardware.Host
Power mode constant for normal "on" mode.
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.

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