Spec-Zone .ru
спецификации, руководства, описания, API

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

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(java.lang.Object varRef)

Test if an instance variable has been initialized.

Test if an instance variable has been initialized.

Parameters
varRef
The variable to be tested.
Returns
boolean
true if the object has been initialized already
 
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