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

expand all

Profile: desktop, common

Overview

A run-time representation of a JavaFX type. Corresponds to java.lang.reflect.Type.

Profile: desktop

Inherited Variables

Method Summary

public FXValue coerceOrNull(javafx.reflect.FXValue val)

Coerce argument to this type.

Coerce argument to this type. This is a placeholder - not yet implemented.

Parameters
val
values to coerce/convert
Returns
FXValue
convert, or null if cannot be coerced
 
public java.lang.String getName()

Return name of type, or null ofr an unnamed type.

Return name of type, or null ofr an unnamed type.

Returns
String
 
public FXSequenceType getSequenceType()

Get a FXSequenceType using this as the item type.

Get a FXSequenceType using this as the item type.

Returns
FXSequenceType
 
public boolean isAssignableFrom(javafx.reflect.FXType cls)

For now too conservative - if not comparing FXClassType types, uses equals.

For now too conservative - if not comparing FXClassType types, uses equals.

Parameters
cls
Returns
boolean
 
public boolean isJfxType()
Returns
boolean
 
public java.lang.String toString()
Returns
String
 
protected void toStringTerse(java.lang.StringBuilder sb)
Parameters
sb
 

Inherited Functions