Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/StringFormatter.java

Diff revisions: vs.
  @@ -6,8 +6,7 @@
6 6 *
7 7 * @see <a href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSFormatter_Class/Reference/Reference.html">AppKit NSFormatter</a>
8 8 */
9 - public interface StringFormatter
10 - {
9 + public interface StringFormatter {
11 10 /*
12 11 * TODO: add getAttributedString() or getRenderingHints() to enable, for
13 12 * example, negative values to be rendered in red?
  @@ -31,7 +30,7 @@
31 30 * @param modelElement
32 31 *
33 32 * @return a String, or <code>null</code> to use the
34 - * {@link #getString(Object)} value
33 + * {@link #getString(Object)} value
35 34 */
36 35 String getEditingString( Object modelElement );
37 36 }