Uses of Interface
org.eclipse.jdt.internal.formatter.comment.ICommentAttributes

Packages that use ICommentAttributes
org.eclipse.jdt.internal.formatter.comment Provides facilities to format comments in Java source code. 
 

Uses of ICommentAttributes in org.eclipse.jdt.internal.formatter.comment
 

Classes in org.eclipse.jdt.internal.formatter.comment that implement ICommentAttributes
 class CommentRange
          Range in a comment region in comment region coordinates.
 class CommentRegion
          Comment region in a source code document.
 class JavaDocLine
          Javadoc comment line in a comment region.
 class JavaDocRegion
          Javadoc region in a source code document.
 class MultiCommentLine
          Multi-line comment line in a comment region.
 class MultiCommentRegion
          Multi-comment region in a source code document.