Package ca.cgjennings.ui.textedit
Interface Formatter
-
public interface Formatter
Interface implemented by objects that can format source code.- Since:
- 3.4
- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
format(java.lang.String code)
Format and return the given source code string.
-