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

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

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

revision 1.2 by tjl, Mon Apr 28 11:46:49 2003 UTC revision 1.3 by mudyc, Sat May 3 00:57:00 2003 UTC
# Line 14  import java.awt.event.MouseEvent; Line 14  import java.awt.event.MouseEvent;
14   */   */
15  public abstract class AbstractMainNode2D implements BuoyViewMainNode {  public abstract class AbstractMainNode2D implements BuoyViewMainNode {
16      public static boolean dbg = true;      public static boolean dbg = true;
17      private static void pa(String s) { System.out.println(s); }      private static void pa(String s) { System.out.println("AbstractMainNode2D:: "+s); }
18    
19      protected Object plane;      protected Object plane;
20      protected View2D view2d;      protected View2D view2d;
# Line 76  public abstract class AbstractMainNode2D Line 76  public abstract class AbstractMainNode2D
76                            
77          AbstractUpdateManager.chg();          AbstractUpdateManager.chg();
78      }      }
79    
80    
81    
82        /** Ugly hack! Fix fix fix..
83         */
84        static public org.fenfire.Fen fen = null;
85        /** Ugly hack! Fix fix fix..
86         */
87        static public org.fenfire.modules.pp.RSTActionsImpl rst = null;
88    
89    
90        public void keystroke(String s) {
91            pa("Key:"+s);
92        }
93    
94    
95    
96  }  }

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