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

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

Uses of IName in org.apache.wookie.w3c
 

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

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

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

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

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

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



2012 Apache Software Foundation.