org.eclipse.jdt.core.formatter |
Package-level Javadoc
The code formatter is the set of classes that are used to format Java code.
Package Specification
This package contains classes to format Java code.
The principal classes are {@link org.eclipse.jdt.core.formatter.CodeFormatter CodeFormatter} and
{@link org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants DefaultCodeFormatterConstants}.
|
Java Source File Name | Type | Comment |
CodeFormatter.java | Class | Specification for a generic source code formatter. |
CodeFormatterApplication.java | Class | Implements an Eclipse Application for org.eclipse.jdt.core.JavaCodeFormatter.
There are a couple improvments that could be made: 1. |
DefaultCodeFormatterConstants.java | Class | Constants used to set up the options of the code formatter. |
IndentManipulation.java | Class | Helper class to provide String manipulation functions dealing with indentations. |