Uses of Class
org.jfree.xml.generator.model.Comments
Packages that use Comments
Package
Description
XML generatorBeanInfoBeanInfoBeanInfo.
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 CommentsModifier and TypeMethodDescriptionprotected voidModelWriter.writeCloseComment(Writer writer, Comments comments) Writes the close comments from a set of comments.protected voidModelWriter.writeOpenComment(Writer writer, Comments comments) Writes the open comments from a set of comments.protected voidModelWriter.writeStandardComment(Writer writer, Comments comments) Writes a set of comments.protected voidModelWriter.writeTag(Writer writer, String tagName, String attribute, String value, Comments comments) Writes a closed (short) tag with eventually nested comments.protected voidModelWriter.writeTag(Writer writer, String tagName, AttributeList attributes, Comments comments) Writes a closed (short) tag with eventually nested comments. -
Uses of Comments in org.jfree.xml.generator.model
Fields in org.jfree.xml.generator.model declared as CommentsModifier and TypeFieldDescriptionprivate CommentsClassDescription.commentsThe comments.private CommentsKeyDescription.commentsThe comments.private CommentsManualMappingInfo.commentsThe comments.private CommentsMultiplexMappingInfo.commentsThe comments.private CommentsTypeInfo.commentsComments.private CommentsDescriptionModel.modelCommentsModel comments.Methods in org.jfree.xml.generator.model that return CommentsModifier and TypeMethodDescriptionClassDescription.getComments()Returns the comments for the class description.KeyDescription.getComments()Returns the comments.ManualMappingInfo.getComments()Returns the comments.MultiplexMappingInfo.getComments()Returns the comments.TypeInfo.getComments()Returns the comments for this type info.DescriptionModel.getIncludeComment(String source) Returns the include comment for the specified source.DescriptionModel.getModelComments()Returns the model comments.Methods in org.jfree.xml.generator.model with parameters of type CommentsModifier and TypeMethodDescriptionvoidDescriptionModel.addIncludeComment(String source, Comments comments) Adds an include comment.voidClassDescription.setComments(Comments comments) Sets the comments for the class description.voidKeyDescription.setComments(Comments comments) Sets the comments.voidManualMappingInfo.setComments(Comments comments) Sets the comments.voidMultiplexMappingInfo.setComments(Comments comments) Sets the comments.voidTypeInfo.setComments(Comments comments) Sets the comments for this type info.voidDescriptionModel.setModelComments(Comments modelComments) Sets the model comments.