Uses of Class
jaxx.compiler.reflect.ClassDescriptor
-
Uses of ClassDescriptor in jaxx.compiler
Fields in jaxx.compiler with type parameters of type ClassDescriptor Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.Map<ClassDescriptor,java.util.List<EventHandler>>>JAXXCompiler. eventHandlersMaps objects (expressed in Java code) to event listener classes (e.g.Methods in jaxx.compiler that return ClassDescriptor Modifier and Type Method Description ClassDescriptorEventHandler. getListenerClass()ClassDescriptorCompiledObject. getObjectClass()Returns the type of this object.ClassDescriptorCompiledObject. getOverrideType()Methods in jaxx.compiler that return types with arguments of type ClassDescriptor Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Map<ClassDescriptor,java.util.List<EventHandler>>>JAXXCompiler. getEventHandlers()Methods in jaxx.compiler with parameters of type ClassDescriptor Modifier and Type Method Description static java.lang.StringJAXXCompiler. getCanonicalName(ClassDescriptor clazz)TClassMap. put(ClassDescriptor key, T value)Associates a value with a class and all of its descendents.voidCompiledObject. setOverrideType(ClassDescriptor overrideType)Constructors in jaxx.compiler with parameters of type ClassDescriptor Constructor Description CompiledObject(java.lang.String id, java.lang.String javaCode, ClassDescriptor objectClass, JAXXCompiler compiler, boolean force)Creates a newCompiledObject.CompiledObject(java.lang.String id, ClassDescriptor objectClass, JAXXCompiler compiler)Creates a newCompiledObject.CompiledObject(java.lang.String id, ClassDescriptor objectClass, JAXXCompiler compiler, boolean force)Creates a newCompiledObject.EventHandler(java.lang.String eventId, java.lang.String objectCode, MethodDescriptor addMethod, ClassDescriptor listenerClass, MethodDescriptor listenerMethod, java.lang.String javaCode) -
Uses of ClassDescriptor in jaxx.compiler.beans
Methods in jaxx.compiler.beans that return ClassDescriptor Modifier and Type Method Description ClassDescriptorJAXXFeatureDescriptor. getClassDescriptor()ClassDescriptorJAXXPropertyDescriptor. getPropertyType()Methods in jaxx.compiler.beans with parameters of type ClassDescriptor Modifier and Type Method Description static JAXXBeanInfoJAXXIntrospector. getJAXXBeanInfo(ClassDescriptor classDescriptor)Returns theJAXXBeanInfofor a given class.Constructors in jaxx.compiler.beans with parameters of type ClassDescriptor Constructor Description JAXXBeanDescriptor(ClassDescriptor beanClass)JAXXEventSetDescriptor(ClassDescriptor classDescriptor, java.lang.String name, MethodDescriptor addListenerMethod, MethodDescriptor removeListenerMethod, MethodDescriptor[] listenerMethods)JAXXPropertyDescriptor(ClassDescriptor classDescriptor, java.lang.String propertyName)JAXXPropertyDescriptor(ClassDescriptor classDescriptor, java.lang.String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod)JAXXPropertyDescriptor(ClassDescriptor classDescriptor, java.lang.String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod, boolean bound) -
Uses of ClassDescriptor in jaxx.compiler.binding
Methods in jaxx.compiler.binding that return ClassDescriptor Modifier and Type Method Description protected ClassDescriptorDataSource. getMethodReturnType(ClassDescriptor contextClass, MethodDescriptor method)Given a method from a given context class, try to obtain his method return type.Methods in jaxx.compiler.binding with parameters of type ClassDescriptor Modifier and Type Method Description protected ClassDescriptorDataSource. getMethodReturnType(ClassDescriptor contextClass, MethodDescriptor method)Given a method from a given context class, try to obtain his method return type. -
Uses of ClassDescriptor in jaxx.compiler.css
Methods in jaxx.compiler.css that return ClassDescriptor Modifier and Type Method Description static ClassDescriptorStylesheetHelper. getMouseEventDescriptor()static ClassDescriptorStylesheetHelper. getMouseListenerDescriptor()Methods in jaxx.compiler.css with parameters of type ClassDescriptor Modifier and Type Method Description static java.lang.StringStylesheetHelper. unwrap(ClassDescriptor type, java.lang.String valueCode) -
Uses of ClassDescriptor in jaxx.compiler.java.parser
Methods in jaxx.compiler.java.parser that return ClassDescriptor Modifier and Type Method Description ClassDescriptorSimpleNode. getJavaType()Methods in jaxx.compiler.java.parser with parameters of type ClassDescriptor Modifier and Type Method Description voidSimpleNode. setJavaType(ClassDescriptor javaType) -
Uses of ClassDescriptor in jaxx.compiler.reflect
Methods in jaxx.compiler.reflect that return ClassDescriptor Modifier and Type Method Description protected ClassDescriptorClassDescriptor. getClassDescriptor(java.lang.String fqn)static ClassDescriptorClassDescriptorHelper. getClassDescriptor(java.lang.Class<?> javaClass)static ClassDescriptorClassDescriptorHelper. getClassDescriptor(java.lang.String className)static ClassDescriptorClassDescriptorHelper. getClassDescriptor(java.lang.String className, java.lang.ClassLoader classLoader)protected static ClassDescriptorClassDescriptorHelper. getClassDescriptor0(ClassDescriptorHelper.ResolverType resolverType, java.lang.String className, java.net.URL source, java.lang.ClassLoader classLoader)ClassDescriptorClassDescriptor. getComponentType()ClassDescriptor[]ClassDescriptor. getInterfaces()ClassDescriptor[]MethodDescriptor. getParameterTypes()ClassDescriptorMethodDescriptor. getReturnType()ClassDescriptorClassDescriptor. getSuperclass()ClassDescriptorFieldDescriptor. getType()abstract ClassDescriptorClassDescriptorResolver. resolvDescriptor(java.lang.String className, java.net.URL source)Methods in jaxx.compiler.reflect with parameters of type ClassDescriptor Modifier and Type Method Description static voidClassDescriptorHelper. checkSupportClass(java.lang.Class<?> handlerClass, ClassDescriptor beanClass, java.lang.Class<?>... tagClasses)abstract MethodDescriptorClassDescriptor. getDeclaredMethodDescriptor(java.lang.String name, ClassDescriptor... parameterTypes)MethodDescriptorClassDescriptor. getMethodDescriptor(java.lang.String name, ClassDescriptor... parameterTypes)booleanClassDescriptor. isAssignableFrom(ClassDescriptor descriptor)static booleanClassDescriptorHelper. isAssignableFrom(ClassDescriptor classDescriptor, java.lang.Class<?> awareClass) -
Uses of ClassDescriptor in jaxx.compiler.reflect.resolvers
Methods in jaxx.compiler.reflect.resolvers that return ClassDescriptor Modifier and Type Method Description ClassDescriptorClassDescriptorResolverFromJavaClass. resolvDescriptor(java.lang.String className, java.net.URL source)ClassDescriptorClassDescriptorResolverFromJavaFile. resolvDescriptor(java.lang.String className, java.net.URL source)ClassDescriptorClassDescriptorResolverFromJaxxFile. resolvDescriptor(java.lang.String className, java.net.URL source) -
Uses of ClassDescriptor in jaxx.compiler.tags
Methods in jaxx.compiler.tags that return ClassDescriptor Modifier and Type Method Description ClassDescriptorDefaultObjectHandler. getBeanClass()static ClassDescriptorDefaultObjectHandler. getEventClass(ClassDescriptor listenerClass)ClassDescriptorDefaultObjectHandler.ProxyEventInfo. getListenerClass()ClassDescriptorDefaultComponentHandler. getPropertyType(CompiledObject object, java.lang.String propertyName, JAXXCompiler compiler)ClassDescriptorDefaultObjectHandler. getPropertyType(CompiledObject object, java.lang.String propertyName, JAXXCompiler compiler)Returns the type of the named property.static ClassDescriptorTagManager. resolveClass(java.lang.String className, JAXXCompiler compiler)Methods in jaxx.compiler.tags with parameters of type ClassDescriptor Modifier and Type Method Description voidDefaultObjectHandler. addProxyEventInfo(java.lang.String memberName, ClassDescriptor listenerClass, java.lang.String modelName, java.lang.String addMethod, java.lang.String removeMethod)Configures a proxy event handler which firesPropertyChangeEventswhen a non-bound member is updated.static ClassDescriptorDefaultObjectHandler. getEventClass(ClassDescriptor listenerClass)static JAXXBeanInfoDefaultObjectHandler. getJAXXBeanInfo(ClassDescriptor beanClass)Returns theJAXXBeanInfofor the specified class.static DefaultObjectHandlerTagManager. getTagHandler(ClassDescriptor beanClass)static <T extends TagHandler>
voidTagManager. registerBean(ClassDescriptor beanClass, java.lang.Class<T> handler)Maps a class tag to a specificTagHandler.Constructors in jaxx.compiler.tags with parameters of type ClassDescriptor Constructor Description DefaultComponentHandler(ClassDescriptor beanClass)DefaultObjectHandler(ClassDescriptor beanClass)Creates a newDefaultObjectHandlerwhich provides support for the specified class. -
Uses of ClassDescriptor in jaxx.compiler.tags.swing
Methods in jaxx.compiler.tags.swing that return ClassDescriptor Modifier and Type Method Description ClassDescriptorJRadioButtonHandler. getPropertyType(CompiledObject object, java.lang.String name, JAXXCompiler compiler)ClassDescriptorJSpinnerHandler. getPropertyType(CompiledObject object, java.lang.String propertyName, JAXXCompiler compiler) -
Uses of ClassDescriptor in jaxx.compiler.tags.validator
Methods in jaxx.compiler.tags.validator that return ClassDescriptor Modifier and Type Method Description protected static ClassDescriptorBeanValidatorHandler.CompiledBeanValidator. getDescriptor(ClassDescriptor objectClass, JAXXCompiler compiler)Methods in jaxx.compiler.tags.validator with parameters of type ClassDescriptor Modifier and Type Method Description protected static ClassDescriptorBeanValidatorHandler.CompiledBeanValidator. getDescriptor(ClassDescriptor objectClass, JAXXCompiler compiler)Constructors in jaxx.compiler.tags.validator with parameters of type ClassDescriptor Constructor Description BeanValidatorHandler(ClassDescriptor beanClass)CompiledBeanValidator(java.lang.String id, ClassDescriptor objectClass, JAXXCompiler compiler) -
Uses of ClassDescriptor in jaxx.compiler.tools
Methods in jaxx.compiler.tools with parameters of type ClassDescriptor Modifier and Type Method Description protected static voidPrintTagInfo. dumpMethods(java.io.BufferedWriter w, ClassDescriptor beanClass, DefaultObjectHandler handler)