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

Profile: desktop, common

Overview

A reference to a function in a class. Corresponds to java.lang.reflect.Method, or com.sun.jdi.Methods, respectively.

Profile: desktop

Inherited Variables

Constructor Summary

protected FXFunctionMember()
Returns
 

Method Summary

public FXFunctionValue asFunction(javafx.reflect.FXObjectValue owner)

Associate the method with a receiver object to yield a function.

Associate the method with a receiver object to yield a function.

Parameters
owner
Returns
FXFunctionValue
 
public abstract FXFunctionType getType()
Returns
FXFunctionType
 
public abstract FXValue invoke(javafx.reflect.FXObjectValue owner, javafx.reflect.FXValue[] arg)

Invoke this method on the given receiver and arguments.

Invoke this method on the given receiver and arguments.

Parameters
owner
arg
Returns
FXValue
 
public java.lang.String toString()
Returns
String
 

Inherited Functions