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

Profile: desktop, common

Overview

A reference to a specific location (var or attribute).

Profile: desktop

Inherited Variables

Constructor Summary

protected FXLocation()
Returns
 

Method Summary

public abstract FXValue getValue()

Get the (current) value "stored" in this location.

Get the (current) value "stored" in this location.

Returns
FXValue
 
public abstract void setValue(javafx.reflect.FXValue newValue)

Set the (current) value stored in this location.

Set the (current) value stored in this location.

Parameters
newValue
 

Inherited Functions