org.apache.wookie.w3c.xml
Interface IIconEntity

All Superinterfaces:
IElement, IIcon, ILocalized

public interface IIconEntity
extends IIcon, IElement

a widget icon


Method Summary
 void fromXML(org.jdom.Element element, java.lang.String[] locales, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 
Methods inherited from interface org.apache.wookie.w3c.IIcon
getHeight, getSrc, getWidth, setHeight, setSrc, setWidth
 
Methods inherited from interface org.apache.wookie.w3c.ILocalized
getLang, setLang
 
Methods inherited from interface org.apache.wookie.w3c.xml.IElement
fromXML, toXml
 

Method Detail

fromXML

void fromXML(org.jdom.Element element,
             java.lang.String[] locales,
             org.apache.commons.compress.archivers.zip.ZipFile zip)
             throws BadManifestException
Throws:
BadManifestException


2012 Apache Software Foundation.