Uses of Class
javafx.reflect.ClassRef

Packages that use ClassRef
javafx.reflect Provides reflective access to JavaFX values and types. 
 

Uses of ClassRef in javafx.reflect
 

Methods in javafx.reflect that return ClassRef
abstract  ClassRef ReflectionContext.findClass(java.lang.String name)
          Get the ClassRef for the class with the given name.
 ClassRef LocalReflectionContext.findClass(java.lang.String cname)
          Get the ClassRef for the class with the given name.
 ClassRef LocalReflectionContext.findClass(java.lang.String cname, java.lang.ClassLoader loader)
          Get the ClassRef for the class with the given name.
abstract  ClassRef ObjectRef.getType()
           
 ClassRef LocalReflectionContext.makeClassRef(java.lang.Class cls)
          Create a reference to a given Class.
 

Methods in javafx.reflect that return types with arguments of type ClassRef
abstract  java.util.List<ClassRef> ClassRef.getSuperClasses(boolean all)
          Get list of super-classes.
 

Methods in javafx.reflect with parameters of type ClassRef
 boolean ClassRef.equals(ClassRef other)
           
 boolean ClassRef.isAssignableFrom(ClassRef cls)