public class DefaultTouchUIWidgetRegistry extends Object implements TouchUIWidgetRegistry
Constructor and Description |
---|
DefaultTouchUIWidgetRegistry(javassist.ClassPool classPool,
ClassLoader classLoader,
org.reflections.Reflections reflections,
List<String> additionalFeatures) |
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
getRegisteredAnnotations() |
TouchUIWidgetConfigHolder |
getWidgetForAnnotation(Class<?> annotation) |
public DefaultTouchUIWidgetRegistry(javassist.ClassPool classPool, ClassLoader classLoader, org.reflections.Reflections reflections, List<String> additionalFeatures) throws javassist.NotFoundException, ClassNotFoundException
javassist.NotFoundException
ClassNotFoundException
public TouchUIWidgetConfigHolder getWidgetForAnnotation(Class<?> annotation)
getWidgetForAnnotation
in interface TouchUIWidgetRegistry
public Set<Class<?>> getRegisteredAnnotations()
getRegisteredAnnotations
in interface TouchUIWidgetRegistry
Copyright © 2019 ICF Olson. All rights reserved.