/[gzz]/gzz/gzz/view/buoy/ScrollblockCellLinker.java
ViewVC logotype

Diff of /gzz/gzz/view/buoy/ScrollblockCellLinker.java

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

revision 1.8 by tjl, Tue Feb 4 15:02:59 2003 UTC revision 1.9 by tjl, Wed Feb 5 14:09:03 2003 UTC
# Line 26  public class ScrollblockCellLinker imple Line 26  public class ScrollblockCellLinker imple
26          enfiladeOverlap = gzz.index.IndexManager.getEnfiladeOverlap(s);          enfiladeOverlap = gzz.index.IndexManager.getEnfiladeOverlap(s);
27      }      }
28    
29      public BuoyViewNodeType pageSpanNodeType;      public BuoyViewNodeType transclusionPageSpanNodeType;
30    
31      public BuoyViewNodeType cellNodeType;      public BuoyViewNodeType cellNodeType;
32    
# Line 38  public class ScrollblockCellLinker imple Line 38  public class ScrollblockCellLinker imple
38          // Fix architecture          // Fix architecture
39          this.cellNodeType = cellNodeType;          this.cellNodeType = cellNodeType;
40    
41    
42            // Find all transclusion and put buoys of scrollblocks
43            // of pagespans
44            //
45          Enfilade1D enf = ((VStreamCellTexter)c.space.getCellTexter()).          Enfilade1D enf = ((VStreamCellTexter)c.space.getCellTexter()).
46                                  getEnfilade(c, null);                                  getEnfilade(c, null);
47          List l = enf.getList();          List l = enf.getList();
# Line 50  public class ScrollblockCellLinker imple Line 54  public class ScrollblockCellLinker imple
54              if(s instanceof PageSpan) {              if(s instanceof PageSpan) {
55                  sb.getCurrent();                  sb.getCurrent();
56    
57                  listener.link(1, cs, pageSpanNodeType, new Pair(c, sb), s);                  listener.link(1, cs, transclusionPageSpanNodeType,
58                                    new Pair(c, sb), s);
59              }              }
60          }          }
61      }      }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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