JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.xml.generator.model.Comments

Packages that use Comments
org.jfree.xml.generator XML generatorBeanInfoBeanInfoBeanInfo. 
org.jfree.xml.generator.model Contains the classes describing the class model used in the JFreeChart XML-parser and writer. 
 

Uses of Comments in org.jfree.xml.generator
 

Methods in org.jfree.xml.generator with parameters of type Comments
protected  void ModelWriter.writeCloseComment(Writer writer, Comments comments)
          Writes the close comments from a set of comments.
protected  void ModelWriter.writeOpenComment(Writer writer, Comments comments)
          Writes the open comments from a set of comments.
protected  void ModelWriter.writeStandardComment(Writer writer, Comments comments)
          Writes a set of comments.
protected  void ModelWriter.writeTag(Writer writer, String tagName, AttributeList attributes, Comments comments)
          Writes a closed (short) tag with eventually nested comments.
protected  void ModelWriter.writeTag(Writer writer, String tagName, String attribute, String value, Comments comments)
          Writes a closed (short) tag with eventually nested comments.
 

Uses of Comments in org.jfree.xml.generator.model
 

Methods in org.jfree.xml.generator.model that return Comments
 Comments ClassDescription.getComments()
          Returns the comments for the class description.
 Comments TypeInfo.getComments()
          Returns the comments for this type info.
 Comments KeyDescription.getComments()
          Returns the comments.
 Comments ManualMappingInfo.getComments()
          Returns the comments.
 Comments MultiplexMappingInfo.getComments()
          Returns the comments.
 Comments DescriptionModel.getIncludeComment(String source)
          Returns the include comment for the specified source.
 Comments DescriptionModel.getModelComments()
          Returns the model comments.
 

Methods in org.jfree.xml.generator.model with parameters of type Comments
 void DescriptionModel.addIncludeComment(String source, Comments comments)
          Adds an include comment.
 void ClassDescription.setComments(Comments comments)
          Sets the comments for the class description.
 void TypeInfo.setComments(Comments comments)
          Sets the comments for this type info.
 void KeyDescription.setComments(Comments comments)
          Sets the comments.
 void ManualMappingInfo.setComments(Comments comments)
          Sets the comments.
 void MultiplexMappingInfo.setComments(Comments comments)
          Sets the comments.
 void DescriptionModel.setModelComments(Comments modelComments)
          Sets the model comments.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.