]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/RowBase.java
go
[Dictionary.git] / src / com / hughes / android / dictionary / engine / RowBase.java
index 64500585e4b9716c78a300346bbac4b5a1ba849e..5491b4e0f9a99026446d8bac53e2db233c74a55d 100644 (file)
@@ -64,7 +64,9 @@ public abstract class RowBase extends IndexedObject {
   }
 
   public abstract void print(PrintStream out);
-  
+
+  public abstract String getRawText(final boolean compact);
+
   // RowBase must manage "disk-based" polymorphism.  All other polymorphism is
   // dealt with in the normal manner.
   static class Serializer implements RAFListSerializer<RowBase> {