javafx.reflect
Class SequenceTypeRef

java.lang.Object
  extended by javafx.reflect.TypeRef
      extended by javafx.reflect.SequenceTypeRef

public final class SequenceTypeRef
extends TypeRef

A run-time representation of a JavaFX sequence type.


Method Summary
 TypeRef getComponentType()
           
 
Methods inherited from class javafx.reflect.TypeRef
getSequenceType, isAssignableFrom, isJfxType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponentType

public TypeRef getComponentType()