/[gzz]/gzz/gzz/impl/PlainCellManager.java
ViewVC logotype

Diff of /gzz/gzz/impl/PlainCellManager.java

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

revision 1.4 by tjl, Wed Jul 17 08:59:36 2002 UTC revision 1.5 by benja, Tue Sep 17 18:56:41 2002 UTC
# Line 26  package gzz.impl; Line 26  package gzz.impl;
26  import gzz.*;  import gzz.*;
27  import gzz.util.*;  import gzz.util.*;
28  import gzz.errors.*;  import gzz.errors.*;
29  import java.util.Set;  import java.util.*;
30    
31  /** A CellManager which uses the class Cell directly, and where  /** A CellManager which uses the class Cell directly, and where
32   * all cells exist. Cell ids are generated using a RandomNamespace   * all cells exist. Cell ids are generated using a RandomNamespace
# Line 47  public static final String rcsid = "$Id$ Line 47  public static final String rcsid = "$Id$
47          return true;          return true;
48      }      }
49      public void delete(Cell c) {      public void delete(Cell c) {
50            for(Iterator i=space.getDims().iterator(); i.hasNext();) {
51                Dim d = (Dim)i.next();
52                d.excise(c);
53            }
54    
55            space.getCellTexter().setText(c, "");
56      }      }
57  }  }
58    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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