- FALSE - Static variable in class java.lang.Boolean
-
The Boolean
object corresponding to the primitive value false
.
- 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.
- FIELD_COUNT - Static variable in class java.util.Calendar
-
The number of distinct fields recognized by get
and set
.
- FilePropertiesServiceLoader - Class in ej.service.loader
-
Service loader that retrieves services implementations from a property file.
- FilePropertiesServiceLoader(String) - Constructor for class ej.service.loader.FilePropertiesServiceLoader
-
Creates a file properties service loader.
- FilePropertyLoader - Class in ej.property.loader
-
A property loader that searches in a properties file.
- FilePropertyLoader(String) - Constructor for class ej.property.loader.FilePropertyLoader
-
Creates a file property loader.
- fillInStackTrace() - Method in class java.lang.Throwable
-
Fills in the execution stack trace.
- 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.
- 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.
- Firmware - Interface in ej.wadapps
-
A firmware represents an executable unit.
- FIRST_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.FirstChildSelector
-
First child selector singleton to avoid creating several ones.
- FirstChildSelector - Class in ej.mwt.stylesheet.selector
-
A first child selector selects by checking if a widget is the first child of its parent.
- FirstChildSelector() - Constructor for class ej.mwt.stylesheet.selector.FirstChildSelector
-
- firstElement() - Method in class java.util.Vector
-
Returns the first component (the item at index 0
) of this vector.
- FixedDimension - Class in ej.mwt.style.dimension
-
Dimension with fixed width and/or height.
- FixedDimension(int, int) - Constructor for class ej.mwt.style.dimension.FixedDimension
-
Creates a fixed dimension with constraints.
- FlexibleOutline - Class in ej.mwt.style.outline
-
Flexible outline that has a different thickness for each edge.
- FlexibleOutline(int, int, int, int) - Constructor for class ej.mwt.style.outline.FlexibleOutline
-
Creates a flexible outline specifying its thickness for each edge.
- FlexibleRectangularBorder - Class in ej.mwt.style.outline.border
-
Represents and draw a rectangular colored border with one color.
- FlexibleRectangularBorder(int, int, int, int, int) - Constructor for class ej.mwt.style.outline.border.FlexibleRectangularBorder
-
Creates a flexible rectangular border specifying its color and edges thickness.
- FlexibleRectangularMulticoloredBorder - Class in ej.mwt.style.outline.border
-
Represents and draw a rectangular border with different thicknesses and colors.
- FlexibleRectangularMulticoloredBorder(int, int, int, int, int, int, int, int) - Constructor for class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
-
Creates a flexible rectangular border specifying its edges thickness and color.
- Float - Class in java.lang
-
The Float
class wraps a value of primitive type float
in an object.
- Float(double) - Constructor for class java.lang.Float
-
Constructs a newly allocated Float
object that represents the argument converted to type
float
.
- Float(float) - Constructor for class java.lang.Float
-
Constructs a newly allocated Float
object that represents the primitive float
argument.
- 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
.
- floor(double) - Static method in class java.lang.Math
-
Returns the largest (closest to positive infinity) double
value that is less than or
equal to the argument and is equal to a mathematical integer.
- flush() - Method in class ej.util.logging.handler.DefaultHandler
-
- 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 interface java.io.Flushable
-
Flushes this stream by writing any buffered output to the underlying stream.
- flush() - Method in class java.io.OutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
- flush() - Method in class java.io.OutputStreamWriter
-
Flushes the stream.
- flush() - Method in class java.io.PrintStream
-
Flushes the stream.
- flush() - Method in class java.io.Writer
-
Flushes the stream.
- flush() - Method in class java.util.logging.Handler
-
Flush any buffered output.
- Flushable - Interface in java.io
-
A Flushable is a destination of data that can be flushed.
- forDigit(int, int) - Static method in class java.lang.Character
-
Determines the character representation for a specific digit in the specified radix.
- forName(String) - Static method in class java.lang.Class
-
Returns the Class
object associated with the class or interface with the given string
name.
- freeMemory() - Static method in class ej.bon.Immutables
-
Returns the amount of free immutable memory still available.
- freeMemory() - Method in class java.lang.Runtime
-
Returns the amount of free memory in the Java Virtual Machine.
- FRIDAY - Static variable in class java.util.Calendar
-