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

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

Profile: desktop, common

Overview

A run-time represention of a JavaFX attribute in a class. Corresponds to java.lang.reflect.Field, and com.sun.jdi.Field, respectively.

Profile: desktop

Inherited Variables

Constructor Summary

protected FXVarMember()
Returns
 

Method Summary

public abstract FXChangeListenerID addChangeListener(javafx.reflect.FXObjectValue instance, javafx.reflect.FXChangeListener listener)

Add an on replace listener to the objects var.

Add an on replace listener to the objects var.

Parameters
instance
listener
Returns
FXChangeListenerID
 
public FXLocation getLocation(javafx.reflect.FXObjectValue obj)

Get a handle for the attribute in a specific object.

Get a handle for the attribute in a specific object.

Parameters
obj
Returns
FXLocation
 
public abstract int getOffset()

Get the offset of the attribute.

Get the offset of the attribute.

Returns
int
 
public abstract FXType getType()
Returns
FXType
 
public abstract FXValue getValue(javafx.reflect.FXObjectValue obj)

Get the value of the attribute in a specified object.

Get the value of the attribute in a specified object.

Parameters
obj
Returns
FXValue
 
public abstract void initValue(javafx.reflect.FXObjectValue obj, javafx.reflect.FXValue ref)
Parameters
obj
ref
 
protected abstract void initVar(javafx.reflect.FXObjectValue instance, javafx.reflect.FXValue value)
Parameters
instance
value
 
public abstract void removeChangeListener(javafx.reflect.FXObjectValue instance, javafx.reflect.FXChangeListenerID id)

Remove an on replace listener from the objects var.

Remove an on replace listener from the objects var.

Parameters
instance
id
 
public abstract void setValue(javafx.reflect.FXObjectValue obj, javafx.reflect.FXValue newValue)

Set the value of the attribute in a specified object.

Set the value of the attribute in a specified object.

Parameters
obj
newValue
 
public java.lang.String toString()
Returns
String
 

Inherited Functions