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

Profile: desktop, common

Overview

A proxy/mirror for a run-time value.

Profile: desktop

Inherited Variables

Method Summary

public FXValue getItem(int index)
Parameters
index
Returns
FXValue
 
public int getItemCount()
Returns
int
 
public FXType getType()

Get the type of this value.

Get the type of this value. This is depends on the value's "source", such as a variable's type. This may not be what you want - you might want {FXLocal.ObjectValue#getClassType instead. (Perhaps we should deprecate getType to avoid confusion.)

Returns
FXType
 
public java.lang.String getValueString()
Returns
String
 
public boolean isNull()
Returns
boolean
 

Inherited Functions