/[fenfire]/fenfire/org/fenfire/view/buoy/TransclusionConnector.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/TransclusionConnector.java

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

revision 1.1 by tjl, Sun Apr 27 08:05:32 2003 UTC revision 1.2 by tjl, Sun Apr 27 11:40:27 2003 UTC
# Line 60  public static final String rcsid = "$Id$ Line 60  public static final String rcsid = "$Id$
60                           BuoyLinkListener l) {                           BuoyLinkListener l) {
61          if(!(mainNode instanceof MainNode2D)) return;          if(!(mainNode instanceof MainNode2D)) return;
62          MainNode2D mn2d = (MainNode2D)mainNode;          MainNode2D mn2d = (MainNode2D)mainNode;
63          if(mn2d.getView() == normalNodeNodeType.getView()) {          if(mn2d.getView2D() == normalNodeNodeType.getView2D()) {
64              DefaultVobMatcher m = (DefaultVobMatcher)vs.matcher;              DefaultVobMatcher m = (DefaultVobMatcher)vs.matcher;
65              // Loop over the placed nodes' keys              // Loop over the placed nodes' keys
66              for(Iterator i=m.getKeys(parentCs).iterator(); i.hasNext();) {              for(Iterator i=m.getKeys(parentCs).iterator(); i.hasNext();) {
# Line 84  public static final String rcsid = "$Id$ Line 84  public static final String rcsid = "$Id$
84    
85              }              }
86    
87          } else if(mn2d.getView() == pageImageScrollNodeType.getView()) {          } else if(mn2d.getView2D() == pageImageScrollNodeType.getView2D()) {
88              pa("TransclusionConnector: Pagescroll -> outside not impl");              pa("TransclusionConnector: Pagescroll -> outside not impl");
89          } else {}          } else {}
90              pa("TransclusionConnector: Unknown view2d type");              pa("TransclusionConnector: Unknown view2d type");

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

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