/[alph]/alph/org/nongnu/alph/ScrollBlock.java
ViewVC logotype

Diff of /alph/org/nongnu/alph/ScrollBlock.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Tue Mar 25 12:25:29 2003 UTC revision 1.3 by tjl, Sun Apr 20 08:50:02 2003 UTC
# Line 39  package org.nongnu.alph; Line 39  package org.nongnu.alph;
39  public interface ScrollBlock {  public interface ScrollBlock {
40  String rcsid = "$Id$";  String rcsid = "$Id$";
41    
42        /** Get the data of the scrollblock in a tmp file.
43         * May return null, if data not yet finalized.
44         */
45        BlockFile getBlockFile() throws java.io.FileNotFoundException;
46    
47      /** Get the current contents of this block as a single span      /** Get the current contents of this block as a single span
48       * of the appropriate type.       * of the appropriate type.
49       */       */
# Line 47  String rcsid = "$Id$"; Line 52  String rcsid = "$Id$";
52      /** Whether this block has been finalized or whether more      /** Whether this block has been finalized or whether more
53       * can be appended.       * can be appended.
54       */       */
55      boolean isFinalized();      boolean isPermanent();
56    
57      /** Get the globally unique identifier of this block.      /** Get the globally unique identifier of this block.
58       * XXX Exact semantics, tmp ids       * XXX Exact semantics, tmp ids

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26