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

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
 
public static boolean isSameObject(java.lang.Object a, java.lang.Object b)
Parameters
a
b
Returns
boolean
 
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