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

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

Profile: desktop, common

Overview

A mirror of a function value.

Profile: desktop

Inherited Variables

Constructor Summary

protected FXFunctionValue()
Returns
 

Method Summary

public abstract FXValue apply(javafx.reflect.FXValue[] arg)

Invoke this function.

Invoke this function.

Parameters
arg
Returns
FXValue
 
public FXValue getItem(int index)
Parameters
index
Returns
FXValue
 
public int getItemCount()
Returns
int
 
public abstract FXFunctionType getType()

Get the run-time type of this value.

Get the run-time type of this value.

Returns
FXFunctionType
 

Inherited Functions