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

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

Uses of INameEntity in org.apache.wookie.w3c
 

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

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

Classes in org.apache.wookie.w3c.impl that implement INameEntity
 class NameEntity
          the element
 

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

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

Methods in org.apache.wookie.w3c.util with parameters of type INameEntity
static java.lang.String FormattingUtils.getFormattedWidgetName(INameEntity name)
          Returns the CSS formatted i18n string for the widget name
static java.lang.String FormattingUtils.getFormattedWidgetShortName(INameEntity name)
          Returns the CSS formatted i18n string for the widget short name
 



2011 Apache Software Foundation.