Uses of Interface
org.jicengine.element.ActionElement

Packages that use ActionElement
org.jicengine.element   
org.jicengine.element.impl   
 

Uses of ActionElement in org.jicengine.element
 

Classes in org.jicengine.element that implement ActionElement
 class ElementImpl.ActionElementImpl
          ActionElement-version of an ElementImpl.
 class WrapperActionElement
           WrapperActionElement adds an action to a ValueElement.
 

Methods in org.jicengine.element that return ActionElement
protected abstract  ActionElement ElementCompiler.handleExtraChildElement(ValueElement child)
          for subclasses!
 

Uses of ActionElement in org.jicengine.element.impl
 

Methods in org.jicengine.element.impl that return ActionElement
protected  ActionElement StrictElementCompiler.handleExtraChildElement(ValueElement child)
           
protected  ActionElement MapCompiler.handleExtraChildElement(ValueElement child)
           
protected  ActionElement ListElementCompiler.handleExtraChildElement(ValueElement child)
           
protected  ActionElement BlockElementCompiler.handleExtraChildElement(ValueElement child)
          compiles the unused value element to an action element, that doesn't actually do anything than just creates the value..
protected  ActionElement BeanElementCompiler.handleExtraChildElement(ValueElement child)
          transforms the child into a property setter action..