Uses of Interface
net.jangaroo.exml.model.ExmlElement

Packages that use ExmlElement
net.jangaroo.exml.generator   
net.jangaroo.exml.model   
 

Uses of ExmlElement in net.jangaroo.exml.generator
 

Methods in net.jangaroo.exml.generator that return types with arguments of type ExmlElement
 List<ExmlElement> ExmlConfigPackage.getExmlElements()
           
 

Uses of ExmlElement in net.jangaroo.exml.model
 

Classes in net.jangaroo.exml.model that implement ExmlElement
 class AbstractConfigClassToExmlElementAdapter
          An abstract adapter from config class to EXML element.
 class ConfigClassToNewExmlElementAdapter
          An adapter from config class to EXML element of the new format.
 class ConfigClassToOldExmlElementAdapter
          An adapter from config class to EXML element of the old format.
 

Methods in net.jangaroo.exml.model that return ExmlElement
protected  ExmlElement ConfigClassToOldExmlElementAdapter.createAdapter(ConfigClass configClass)
           
protected  ExmlElement ConfigClassToNewExmlElementAdapter.createAdapter(ConfigClass configClass)
           
protected abstract  ExmlElement AbstractConfigClassToExmlElementAdapter.createAdapter(ConfigClass configClass)
           
 ExmlElement ExmlElement.getSuperElement()
          Return the EXML element this element inherits config attributes from, or null if this is a top-level EXML element.
 ExmlElement AbstractConfigClassToExmlElementAdapter.getSuperElement()
           
 



Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.