|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.TypeRef
public abstract class TypeRef
A run-time representation of a JavaFX type.
Corresponds to java.lang.reflect.Type
.
Method Summary | |
---|---|
SequenceTypeRef |
getSequenceType()
Get a SequenceTypeRef using this as the item type. |
boolean |
isAssignableFrom(TypeRef cls)
For now too conservative, if not comapring ClassRef types, use equals. |
boolean |
isJfxType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SequenceTypeRef getSequenceType()
SequenceTypeRef
using this as the item type.
public boolean isJfxType()
public boolean isAssignableFrom(TypeRef cls)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |