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

Profile: desktop, common

Overview

A class intended to be inherited by other JavaFX classes to implement base functionality that is generally useful to all JavaFX objects. The first version of this class supports a single method that provides a convenient way to get the JavaFX Class Type wrapper for a given object instance.

Usage: Simply have your JavaFX class extend this in addition to your other inherited classes.

Note: Additional functionality will be added sparingly. To avoid name clashes all new methods will contain the letters "JFX" in them.

Inherited Variables

Function Summary

public getJFXClass() : javafx.reflect.FXClassType

Get the javafx.reflect.FXClassType for this object instance.

Get the javafx.reflect.FXClassType for this object instance. It is safe to cast the return type to javafx.reflect.FXLocal.ClassType to access additional methods.

Returns
FXClassType
The JavaFX Class Type wrapper for this instance
 

Inherited Functions