Uses of Interface
org.apache.wookie.w3c.IDescriptionEntity

Packages that use IDescriptionEntity
org.apache.wookie.w3c   
org.apache.wookie.w3c.impl   
org.apache.wookie.w3c.util   
 

Uses of IDescriptionEntity in org.apache.wookie.w3c
 

Methods in org.apache.wookie.w3c that return types with arguments of type IDescriptionEntity
 java.util.List<IDescriptionEntity> W3CWidget.getDescriptions()
          Get the list of Descriptions for the widget
 

Uses of IDescriptionEntity in org.apache.wookie.w3c.impl
 

Classes in org.apache.wookie.w3c.impl that implement IDescriptionEntity
 class DescriptionEntity
          The element
 

Methods in org.apache.wookie.w3c.impl that return types with arguments of type IDescriptionEntity
 java.util.List<IDescriptionEntity> WidgetManifestModel.getDescriptions()
           
 

Uses of IDescriptionEntity in org.apache.wookie.w3c.util
 

Methods in org.apache.wookie.w3c.util with parameters of type IDescriptionEntity
static java.lang.String FormattingUtils.getFormattedWidgetDescription(IDescriptionEntity description)
          Returns the CSS formatted i18n string for the widget description
 



2012 Apache Software Foundation.