Uses of Class
net.xoetrope.registry.ComponentAdapter

Packages that use ComponentAdapter
net.xoetrope.builder.w3c.html   
net.xoetrope.optional.data.pojo   
net.xoetrope.registry   
net.xoetrope.swing   
net.xoetrope.swt   
net.xoetrope.xui   
 

Uses of ComponentAdapter in net.xoetrope.builder.w3c.html
 

Methods in net.xoetrope.builder.w3c.html that return ComponentAdapter
 ComponentAdapter XHtmlComponentFactory.getComponentAdapter(java.lang.String type)
          Get the component adapter for this type
 

Uses of ComponentAdapter in net.xoetrope.optional.data.pojo
 

Subclasses of ComponentAdapter in net.xoetrope.optional.data.pojo
 class XPojoAdapter
          An adapter for POJO's mapping the XUI model's use of the pojo, including customizations specified by the datasourec configuration to the interface provided by the POJO.
 class XPojoHibernateAdapter
          An adapter for Hibernate POJO's mapping the XUI model's use of the pojo, including customizations specified by the datasourec configuration to the interface provided by the POJO.
 

Uses of ComponentAdapter in net.xoetrope.registry
 

Subclasses of ComponentAdapter in net.xoetrope.registry
 class ReflectionAdapter
          An adapter of component properties and settings for use with registered components.
 

Methods in net.xoetrope.registry that return ComponentAdapter
 ComponentAdapter XRegisteredComponentFactory.addComponentAdapter(java.lang.String owner, java.lang.String componentName, java.lang.String iconName, java.lang.String clazz, java.lang.String ui)
          Create a new component adapter
 ComponentAdapter XRegisteredComponentFactory.addReflectionAdapter(java.lang.String owner, java.lang.String componentName, java.lang.String iconName, java.lang.String clazz, java.lang.String ui)
          Create a new reflection component adapter, that is an adapter that uses reflection to find a suitable getter or setter.
 ComponentAdapter XRegisteredComponentFactory.getComponentAdapter(java.lang.String type)
          Get the adapter for a particular component type.
 

Uses of ComponentAdapter in net.xoetrope.swing
 

Methods in net.xoetrope.swing that return ComponentAdapter
 ComponentAdapter SwingComponentFactory.getComponentAdapter(java.lang.String type)
          Get the component adapter for this type
 

Uses of ComponentAdapter in net.xoetrope.swt
 

Methods in net.xoetrope.swt that return ComponentAdapter
 ComponentAdapter SwtComponentFactory.getComponentAdapter(java.lang.String type)
          Get the component adapter for this type
 

Uses of ComponentAdapter in net.xoetrope.xui
 

Methods in net.xoetrope.xui that return ComponentAdapter
 ComponentAdapter XComponentFactory.getComponentAdapter(java.lang.String type)
          Lookup the component adapter for the named type
 ComponentAdapter XComponentConstructor.getComponentAdapter(java.lang.String type)
          Get the component adapter for this type