/[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.4 by tjl, Mon Apr 28 08:57:27 2003 UTC revision 1.5 by tjl, Mon Apr 28 11:46:49 2003 UTC
# Line 57  public static final String rcsid = "$Id$ Line 57  public static final String rcsid = "$Id$
57      public void addBuoys(VobScene vs, int parentCs,      public void addBuoys(VobScene vs, int parentCs,
58                           BuoyViewMainNode mainNode,                           BuoyViewMainNode mainNode,
59                           BuoyLinkListener l) {                           BuoyLinkListener l) {
60          if(!(mainNode instanceof MainNode2D)) return;          if(!(mainNode instanceof AbstractMainNode2D)) return;
61          MainNode2D mn2d = (MainNode2D)mainNode;          AbstractMainNode2D mn2d = (AbstractMainNode2D)mainNode;
62          DefaultVobMatcher m = (DefaultVobMatcher)vs.matcher;          DefaultVobMatcher m = (DefaultVobMatcher)vs.matcher;
63            if(dbg) pa("Trying transclusion addbuoys");
64          if(mn2d.getView2D() == normalNodeNodeType.getView2D()) {          if(mn2d.getView2D() == normalNodeNodeType.getView2D()) {
65                pa("TransclusionConnector: canvas -> scrolls");
66              // Loop over the placed nodes' keys              // Loop over the placed nodes' keys
67              for(Iterator i=m.getKeys(parentCs).iterator(); i.hasNext();) {              for(Iterator i=m.getKeys(parentCs).iterator(); i.hasNext();) {
68                  Object key = i.next();                  Object key = i.next();

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