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
