org.jicengine.element |
[Internal to JICE] The JIC Element model.
|
Java Source File Name | Type | Comment |
AbstractElement.java | Class | implements the 'name' and the 'location' properties. |
ActionElement.java | Interface |
ActionElements can execute an action on request. |
AttributeException.java | Class |
Signals an error in an attribute: the attribute is illegal, the value is
illegal, etc. |
CdataHandler.java | Class |
todo: the exception types are not specific enough.. |
Element.java | Interface |
Executable/runtime instantiation of a JIC-element. |
ElementCompiler.java | Class |
A class that makes it possible to create Element-objects little by little, as
is needed if the JIC-file is parsed with a SAX-parser.
ElementCompiler parses String-typed attributes and other data to corresponding
objects. |
ElementException.java | Class | |
ElementImpl.java | Class |
ElementImpl encapsulates the common properties and behaviour of an element.
Common Element Structure
An Element consists of:
- max 1 constructor together with * VariableElement-children as constructor
parameters.
|
Location.java | Class | |
SimpleType.java | Class | |
StaticValueElement.java | Class | |
Type.java | Class | |
VariableElement.java | Interface |
VariableElements are elements that both have a value and let the clients/users
decide what to do with the value. |
WrapperActionElement.java | Class |
WrapperActionElement adds an action to a VariableElement. |