Skip navigation links
A B C D E F G H I J K L M N O P S T U V Z 

A

add(Duration) - Method in class javafx.util.Duration
Add this instance and another Duration instance to return a new Duration instance.

B

build() - Method in interface javafx.util.Builder
Builds and returns the object.
Builder<T> - Interface in javafx.util
Interface representing a builder.
BuilderFactory - Interface in javafx.util
Interface representing a builder factory.

C

call(P) - Method in interface javafx.util.Callback
The call method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.
Callback<P,R> - Interface in javafx.util
The Callback interface is designed to allow for a common, reusable interface to exist for defining APIs that requires a call back in certain situations.
compareTo(Duration) - Method in class javafx.util.Duration
Compares durations represented by this object and the specified object.

D

divide(double) - Method in class javafx.util.Duration
Divide this instance by a number to return a new Duration instance.
divide(Duration) - Method in class javafx.util.Duration
Deprecated.
This method produces surprising results by not taking units into account. Use Duration.divide(double) instead.
Duration - Class in javafx.util
A class that defines a duration of time.
Duration(double) - Constructor for class javafx.util.Duration
Creates a new Duration with potentially fractional millisecond resolution.

E

equals(Object) - Method in class javafx.util.Duration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class javafx.util.Pair
Test this Pair for equality with another Object.

F

fromString(String) - Method in class javafx.util.StringConverter
Converts the string provided into an object defined by the specific converter.
FXPermission - Class in javafx.util
This class is for JavaFX permissions.
FXPermission(String) - Constructor for class javafx.util.FXPermission
Creates a new FXPermission with the specified name.

G

getBuilder(Class<?>) - Method in interface javafx.util.BuilderFactory
Returns a builder suitable for constructing instances of the given type.
getKey() - Method in class javafx.util.Pair
Gets the key for this pair.
getValue() - Method in class javafx.util.Pair
Gets the value for this pair.
greaterThan(Duration) - Method in class javafx.util.Duration
Returns true if the specified duration is greater than (>) this instance.
greaterThanOrEqualTo(Duration) - Method in class javafx.util.Duration
Returns true if the specified duration is greater than or equal to (>=) this instance.

H

hashCode() - Method in class javafx.util.Duration
Returns a hash code for this Duration object.
hashCode() - Method in class javafx.util.Pair
Generate a hash code for this Pair.
hours(double) - Static method in class javafx.util.Duration
Factory method that returns a Duration instance representing the specified number of hours.

I

INDEFINITE - Static variable in class javafx.util.Duration
An Infinite Duration.
isIndefinite() - Method in class javafx.util.Duration
Gets whether this Duration instance is Indefinite.
isUnknown() - Method in class javafx.util.Duration
Gets whether this Duration instance is Unknown.

J

javafx.util - package javafx.util
 

K

key - Variable in class javafx.util.Pair
Key of this Pair.

L

lessThan(Duration) - Method in class javafx.util.Duration
Returns true if the specified duration is less than (<) this instance.
lessThanOrEqualTo(Duration) - Method in class javafx.util.Duration
Returns true if the specified duration is less than or equal to (<=) this instance.

M

millis - Variable in class javafx.util.Duration
The value of this duration, in fractional milliseconds
millis(double) - Static method in class javafx.util.Duration
Factory method that returns a Duration instance for a specified number of milliseconds.
minutes(double) - Static method in class javafx.util.Duration
Factory method that returns a Duration instance representing the specified number of minutes.
multiply(Duration) - Method in class javafx.util.Duration
Deprecated.
This method produces surprising results by not taking units into account. Use Duration.multiply(double) instead.
multiply(double) - Method in class javafx.util.Duration
Multiply this instance with a number representing millis and return a new Duration.

N

negate() - Method in class javafx.util.Duration
Return a new Duration instance which has a negative number of milliseconds from this instance.

O

ONE - Static variable in class javafx.util.Duration
A Duration of 1 millisecond.

P

Pair<K,V> - Class in javafx.util
A convenience class to represent name-value pairs.
Pair(K, V) - Constructor for class javafx.util.Pair
Creates a new pair

S

seconds(double) - Static method in class javafx.util.Duration
Factory method that returns a Duration instance representing the specified number of seconds.
serialVersionUID - Static variable in class javafx.util.FXPermission
 
StringConverter<T> - Class in javafx.util
Converter defines conversion behavior between strings and objects.
StringConverter() - Constructor for class javafx.util.StringConverter
 
subtract(Duration) - Method in class javafx.util.Duration
Subtract other Duration instance from this instance to return a new Duration instance.

T

toHours() - Method in class javafx.util.Duration
Returns the number of hours in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN.
toMillis() - Method in class javafx.util.Duration
Returns the number of milliseconds in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN.
toMinutes() - Method in class javafx.util.Duration
Returns the number of minutes in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN.
toSeconds() - Method in class javafx.util.Duration
Returns the number of seconds in this period or Double.POSITIVE_INFINITY if the period is INDEFINITE or NaN if the period is UNKNOWN.
toString() - Method in class javafx.util.Duration
Returns a string representation of this Duration object.
toString() - Method in class javafx.util.Pair
String representation of this Pair.
toString(T) - Method in class javafx.util.StringConverter
Converts the object provided into its string form.

U

UNKNOWN - Static variable in class javafx.util.Duration
A Duration of some unknown amount of time.

V

value - Variable in class javafx.util.Pair
Value of this this Pair.
valueOf(String) - Static method in class javafx.util.Duration
Factory method that returns a Duration instance for a specified amount of time.

Z

ZERO - Static variable in class javafx.util.Duration
A Duration of 0 (no time).
A B C D E F G H I J K L M N O P S T U V Z 
Skip navigation links