JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

These functions are automaticlly imported for all JavaFX Scripts to use

Profile: common

Inherited Variables

Constructor Summary

public Builtins()
Returns
 

Method Summary

public static boolean isInitialized(com.sun.javafx.runtime.FXObject instance, int offset)

Test if an instance variable has been initialized.

Test if an instance variable has been initialized.

Parameters
instance
instance to be tested
offset
offset of variable to be tested
Returns
boolean
true if the variable has been initialized
 
public static boolean isReadOnly(com.sun.javafx.runtime.FXObject instance, int offset)

Test if an instance variable is bound.

Test if an instance variable is bound.

Parameters
instance
instance to be tested
offset
offset of variable to be tested
Returns
boolean
true if the variable is bound
 
public static boolean isSameObject(java.lang.Object a, java.lang.Object b)

Compare 2 JavaFX Script Objects

Compare 2 JavaFX Script Objects

Parameters
a
The first object to be compared
b
the second object to be compared
Returns
boolean
true if they are the same Object
 
public static void print(java.lang.Object val)

Print the Object 'val'.

Print the Object 'val'.

Parameters
val
The Object to be printed
 
public static void println(java.lang.Object val)

Print the Object 'val' and a new-line.

Print the Object 'val' and a new-line.

Parameters
val
The Object to be printed
 

Inherited Functions