org.jfree.xml.generator.model |
Contains the classes describing the class model used in the
JFreeChart XML-parser and writer.
|
Java Source File Name | Type | Comment |
ClassDescription.java | Class | A description of a Java class. |
Comments.java | Class | A set of comments for a model. |
DescriptionModel.java | Class | A model containing class descriptions. |
IgnoredPropertyInfo.java | Class | Represents an ignored property. |
IndexedPropertyInfo.java | Class | Indexed property info. |
KeyDescription.java | Class | A key description. |
ManualMappingInfo.java | Class | The manual mapping describes, how a certain class is handled in the parser.
This defines the read and write handler implementations to be used to handle
the instantiation or serialisation of the described type.
Manual mappings will not be created by the generator, they have to be defined
manually. |
MappingModel.java | Class | A mapping model. |
MultiplexMappingInfo.java | Class | Defines the multiplex entries for a certain base class. |
PrintBeanInfo.java | Class | A utility class for printing information about a class. |
PropertyInfo.java | Class | Information about a property. |
PropertyType.java | Class | An enumeration over the defined property types.
Attribute types are mapped into xml attributes - this is used for
primitive data or enumeration classes.
Element types are used to define complex classes, a new xml tag will
be introduced for every element type.
The lookup properties are defined elsewhere and are referenced using
the defined name during the class building process. |
TypeInfo.java | Class | Retains information about a type. |