| Name | Description | Type | Package | Framework |
| Action | Interface over actions, in case we want to support non-method based actions in the future. | Interface | org.metawidget.inspector.impl.actionstyle | MetaWidget |
| ActionStyle | Abstraction layer for retrieving actions from types. | Interface | org.metawidget.inspector.impl.actionstyle | MetaWidget |
| BaseActionStyle | Convenience implementation for ActionStyles. | Class | org.metawidget.inspector.impl.actionstyle | MetaWidget |
| BaseObjectInspector | Convenience implementation for Inspectors that inspect Objects. | Class | org.metawidget.inspector.impl | MetaWidget |
| BaseObjectInspectorConfig | Base class for BaseObjectInspector configurations. | Class | org.metawidget.inspector.impl | MetaWidget |
| BaseProperty | Convenience implementation for Properties. | Class | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| BasePropertyStyle | Convenience implementation for PropertyStyles. | Class | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| BaseTrait | Convenience implementation for Traits. | Class | org.metawidget.inspector.impl | MetaWidget |
| BaseTraitStyle | Convenience implementation for ActionStyles and PropertyStyles. | Class | org.metawidget.inspector.impl | MetaWidget |
| BaseTraitStyleConfig | Base class for BaseTraitStyle configurations. | Class | org.metawidget.inspector.impl | MetaWidget |
| BaseXmlInspector | Convenience implementation for Inspectors that inspect XML files. | Class | org.metawidget.inspector.impl | MetaWidget |
| BaseXmlInspectorConfig | Base class for BaseXmlInspectorConfig configurations. | Class | org.metawidget.inspector.impl | MetaWidget |
| BeanValidationInspector | Inspects annotations defined by Bean Validation (JSR 303). | Class | org.metawidget.inspector.beanvalidation | MetaWidget |
| CommonsValidatorInspector | Inspector to look for metadata in validation. | Class | org.metawidget.inspector.commons.validator | MetaWidget |
| CommonsValidatorInspectorConfig | Configures a CommonsValidatorInspector prior to use. | Class | org.metawidget.inspector.commons.validator | MetaWidget |
| CompositeInspector | Delegates inspection to one or more sub-inspectors, then combines the resulting DOMs. | Class | org.metawidget.inspector.composite | MetaWidget |
| CompositeInspectorConfig | Configures a CompositeInspector prior to use. | Class | org.metawidget.inspector.composite | MetaWidget |
| DomInspector | Inspects the given Object and type and returns the result as a DOM Element. | Interface | org.metawidget.inspector.iface | MetaWidget |
| FacesAnnotationInspector | Inspects annotations defined by Metawidget's Java Server Faces support (declared in this sameAuthor:Richard Kennard | Class | org.metawidget.inspector.faces | MetaWidget |
| FacesInspectionResultConstants | Faces-specific element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector.faces | MetaWidget |
| GroovyPropertyStyle | PropertyStyle for Groovy-style properties. | Class | org.metawidget.inspector.impl.propertystyle.groovy | MetaWidget |
| GroovyPropertyStyleConfig | Configures a GroovyPropertyStyle prior to use. | Class | org.metawidget.inspector.impl.propertystyle.groovy | MetaWidget |
| GwtRemoteInspector | GWT AJAX interface to GwtRemoteInspectorImpl servlet. | Interface | org.metawidget.inspector.gwt.remote.iface | MetaWidget |
| GwtRemoteInspectorAsync | GWT asynchronous AJAX interface to GwtRemoteInspectorImpl servlet. | Interface | org.metawidget.inspector.gwt.remote.iface | MetaWidget |
| GwtRemoteInspectorImpl | Servlet for running inspections in GWT environments. | Class | org.metawidget.inspector.gwt.remote.server | MetaWidget |
| GwtRemoteInspectorProxy | GwtInspector that sends its objects to the server for inspection. | Class | org.metawidget.inspector.gwt.remote.client | MetaWidget |
| HibernateInspector | Inspector to look for relevant settings in hibernate. | Class | org.metawidget.inspector.hibernate | MetaWidget |
| HibernateInspectorConfig | Configures a HibernateInspector prior to use. | Class | org.metawidget.inspector.hibernate | MetaWidget |
| HibernateValidatorInspectionResultConstants | Class | org.metawidget.inspector.hibernate.validator | MetaWidget | |
| HibernateValidatorInspector | Inspects annotations defined by Hibernate Validator. | Class | org.metawidget.inspector.hibernate.validator | MetaWidget |
| InspectionResultConstants | Common element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector | MetaWidget |
| Inspector | Common interface implemented by all Inspectors. | Interface | org.metawidget.inspector.iface | MetaWidget |
| InspectorException | Any exception that occurs during inspection. | Class | org.metawidget.inspector.iface | MetaWidget |
| JacksonInspector | Inspects annotations defined by Jackson. | Class | org.metawidget.inspector.jackson | MetaWidget |
| JavaBeanPropertyStyle | PropertyStyle for JavaBean-style properties. | Class | org.metawidget.inspector.impl.propertystyle.javabean | MetaWidget |
| JavaBeanPropertyStyle .FieldProperty | Public member field-based property. | Class | org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle | MetaWidget |
| JavaBeanPropertyStyle .JavaBeanProperty | JavaBean-convention-based property. | Class | org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle | MetaWidget |
| JavaBeanPropertyStyleConfig | Configures a JavaBeanPropertyStyle prior to use. | Class | org.metawidget.inspector.impl.propertystyle.javabean | MetaWidget |
| JavassistPropertyStyle | PropertyStyle for environments that use JavaBeans and have Javassist available. | Class | org.metawidget.inspector.impl.propertystyle.javassist | MetaWidget |
| JaxbInspector | Inspects annotations defined by Java API for XML Binding (JAXB). | Class | org.metawidget.inspector.jaxb | MetaWidget |
| JpaInspector | Inspects annotations defined by Java Persistence API (JPA). | Class | org.metawidget.inspector.jpa | MetaWidget |
| JpaInspectorConfig | Configures a JpaInspector prior to use. | Class | org.metawidget.inspector.jpa | MetaWidget |
| JsonInspector | Inspector to look for metadata in JSON files. | Class | org.metawidget.inspector.json | MetaWidget |
| JsonInspectorConfig | Configures an JsonInspector prior to use. | Class | org.metawidget.inspector.json | MetaWidget |
| JsonSchemaInspector | Inspector to look for metadata in JSON Schema files. | Class | org.metawidget.inspector.json.schema | MetaWidget |
| JspAnnotationInspector | Inspects annotations defined by Metawidget's JSP support (declared in this same package). | Class | org.metawidget.inspector.jsp | MetaWidget |
| JspInspectionResultConstants | JSP-specific element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector.jsp | MetaWidget |
| MetawidgetActionStyle | ActionStyle for Metawidget-style actions. | Class | org.metawidget.inspector.impl.actionstyle.metawidget | MetaWidget |
| MetawidgetAnnotationInspector | Inspects annotations defined by Metawidget (declared in this same package). | Class | org.metawidget.inspector.annotation | MetaWidget |
| MethodActionStyle | Convenience ActionStyle implementation for Method-based actions. | Class | org.metawidget.inspector.impl.actionstyle | MetaWidget |
| MethodActionStyle .MethodAction | Method-based action. | Class | org.metawidget.inspector.impl.actionstyle.MethodActionStyle | MetaWidget |
| OvalInspector | Inspects annotations defined by OVal. | Class | org.metawidget.inspector.oval | MetaWidget |
| PageflowInspector | Inspector to look for relevant settings in JBoss jBPM pageflow jPDL files. | Class | org.metawidget.inspector.jbpm | MetaWidget |
| Property | Interface over getter/setter-based, field-based, or Groovy-based properties, so that Inspectors can treat them all the same. | Interface | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| PropertyStyle | Abstraction layer for retrieving properties from types. | Interface | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| PropertyTypeInspectionResultConstants | PropertyType-specific element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector.propertytype | MetaWidget |
| PropertyTypeInspector | Inspector to look for types of properties. | Class | org.metawidget.inspector.propertytype | MetaWidget |
| ScalaPropertyStyle | PropertyStyle for Scala-style properties. | Class | org.metawidget.inspector.impl.propertystyle.scala | MetaWidget |
| ScalaPropertyStyleConfig | Configures a ScalaPropertyStyleConfig prior to use. | Class | org.metawidget.inspector.impl.propertystyle.scala | MetaWidget |
| SeamInspector | Inspector to look for relevant settings in Seam XML files. | Class | org.metawidget.inspector.seam | MetaWidget |
| SeamInspectorConfig | Configures a SeamInspector prior to use. | Class | org.metawidget.inspector.seam | MetaWidget |
| SpringAnnotationInspector | Inspects annotations defined by Metawidget's Spring support (declared in this same package). | Class | org.metawidget.inspector.spring | MetaWidget |
| SpringInspectionResultConstants | Spring-specific element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector.spring | MetaWidget |
| StaticFacesInspectionResultConstants | Faces-specific element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector.faces | MetaWidget |
| StaticPropertyStyle | PropertyStyle for statically-declared properties. | Class | org.metawidget.inspector.impl.propertystyle.statically | MetaWidget |
| StrutsAnnotationInspector | Inspects annotations defined by Metawidget's Struts support (declared in this same package). | Class | org.metawidget.inspector.struts | MetaWidget |
| StrutsInspectionResultConstants | Struts-specific element and attribute names appearing in DOMs conforming to inspection-result-1. | Class | org.metawidget.inspector.struts | MetaWidget |
| StrutsInspector | Inspector to look for metadata in struts-config. | Class | org.metawidget.inspector.struts | MetaWidget |
| StrutsInspectorConfig | Configures a StrutsInspector prior to use. | Class | org.metawidget.inspector.struts | MetaWidget |
| SwingAppFrameworkActionStyle | ActionStyle for Swing AppFramework-style actions. | Class | org.metawidget.inspector.impl.actionstyle.swing | MetaWidget |
| SwingAppFrameworkInspector | Inspects annotations defined by Swing AppFramework. | Class | org.metawidget.inspector.swing | MetaWidget |
| SwingAppFrameworkInspectorConfig | Configures a SwingAppFrameworkInspector prior to use. | Class | org.metawidget.inspector.swing | MetaWidget |
| Trait | Interface common to both org. | Interface | org.metawidget.inspector.impl | MetaWidget |
| UiAction | Identifies a method as being an executable action. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiAttribute | Annotates an arbitrary Metawidget attribute. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiAttributes | Annotates arbitrary attributes for the UI. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiComesAfter | Annotates the field comes after the other given field(s) in the UI. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiFacesAjax | Annotates the widget for this field should use AJAX in response to the given event. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiFacesComponent | Annotates the field should be rendered using the given Faces component type in the UI. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiFacesConverter | Annotates the field should use the given Faces converter in the UI. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiFacesDateTimeConverter | Annotates the field should use the standard Faces DateTimeConverter. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiFacesLookup | Annotates the value in the field should belong to the set returned by the given EL expression. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiFacesNumberConverter | Annotates the field should use the standard Faces NumberConverter. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiFacesSuggest | Annotates the value in the field should be 'suggested' (ie. | Class | org.metawidget.inspector.faces | MetaWidget |
| UiJspLookup | Annotates the value returned by the field should belong to the set returned by the given ELAuthor:Richard Kennard | Class | org.metawidget.inspector.jsp | MetaWidget |
| UiLabel | Annotates the field should have the given label in the UI. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiLarge | Annotates the field should be 'large' in the UI. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiLookup | Annotates the value in the field should belong to the given set of Strings. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiRequired | Annotates the field should be 'required' in the UI. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiSection | Annotates the field should be preceding by a section heading. | Class | org.metawidget.inspector.annotation | MetaWidget |
| UiSpringLookup | Annotates the value returned by the field should belong to the set returned by the given EL Because Spring's s:options tag takes a JSP EL expression, not a 'Spring beans aware' | Class | org.metawidget.inspector.spring | MetaWidget |
| UiStrutsLookup | Annotates the value returned by the field should belong to the set returned by the named JSP bean and property (as used by Struts' html:options). | Class | org.metawidget.inspector.struts | MetaWidget |
| UiWide | Annotates the field should be 'wide' in the UI, spanning all columns in a multi-column layout. | Class | org.metawidget.inspector.annotation | MetaWidget |
| ValidatingCompositeInspector | CompositeInspector that validates the inspection result XMLs against the inspection-result-1. | Class | org.metawidget.inspector.composite | MetaWidget |
| ValidatingCompositeInspectorConfig | Configures a CompositeInspector prior to use. | Class | org.metawidget.inspector.composite | MetaWidget |
| ValueAndDeclaredType | Simple immutable structure to store a value and its declared type. | Class | org.metawidget.inspector.impl.propertystyle | MetaWidget |
| WsdlInspector | Inspector to look for metadata in Web Services Description Language (WSDL) files. | Class | org.metawidget.inspector.wsdl | MetaWidget |
| XmlInspector | Inspects inspection-result-1. | Class | org.metawidget.inspector.xml | MetaWidget |
| XmlInspectorConfig | Configures an XmlInspector prior to use. | Class | org.metawidget.inspector.xml | MetaWidget |
| XmlSchemaInspector | Inspector to look for metadata in XML Schema (XSD) files. | Class | org.metawidget.inspector.xsd | MetaWidget |
| XmlSchemaInspectorConfig | Configures an XmlSchemaInspector prior to use. | Class | org.metawidget.inspector.xsd | MetaWidget |