Uses of Class
org.jicengine.element.Location

Packages that use Location
org.jicengine.builder   
org.jicengine.element   
org.jicengine.element.impl   
 

Uses of Location in org.jicengine.builder
 

Methods in org.jicengine.builder with parameters of type Location
 ElementCompiler TypeManagerImpl.createCompiler(java.lang.String name, Location location, Type elementType)
           
 ElementCompiler TypeManager.createCompiler(java.lang.String name, Location location, Type elementType)
           
 

Uses of Location in org.jicengine.element
 

Methods in org.jicengine.element that return Location
 Location ElementCompiler.getLocation()
           
 Location AbstractElement.getLocation()
           
 

Constructors in org.jicengine.element with parameters of type Location
WrapperActionElement(ValueElement valueElement, Location location, Operation action)
           
StaticValueElement(java.lang.String name, Location location, java.lang.Object value)
           
ElementImpl(java.lang.String name, Location location)
           
ElementException(java.lang.String message, java.lang.String elementName, Location location)
           
ElementException(java.lang.String message, java.lang.Throwable cause, java.lang.String elementName, Location location)
           
ElementException(java.lang.Throwable cause, java.lang.String elementName, Location location)
           
ElementCompiler(java.lang.String name, Location location)
           
AbstractElement(java.lang.String name, Location location)
          these two parameters shouldn't change during the lifetime of the Element, so given in the constructor.
 

Uses of Location in org.jicengine.element.impl
 

Constructors in org.jicengine.element.impl with parameters of type Location
StrictElementCompiler(java.lang.String name, Location location)
           
ResourceCompiler(java.lang.String name, Location location)
           
MapCompiler(java.lang.String name, Location location)
           
ListElementCompiler(java.lang.String name, Location location)
           
IntElementCompiler(java.lang.String name, Location location)
           
FontCompiler(java.lang.String name, Location location)
           
DoubleElementCompiler(java.lang.String name, Location location)
           
ConstantElementCompiler(java.lang.String name, Location location, java.lang.String baseClass)
           
ColorCompiler(java.lang.String name, Location location)
           
BooleanElementCompiler(java.lang.String name, Location location)
           
BlockElementCompiler(java.lang.String name, Location location)
           
BeanElementCompiler(java.lang.String name, Location location)
           
ArrayElementCompiler(java.lang.String name, Location location)