|
From: Hirzel P. <ph...@us...> - 2005-09-17 17:17:27
|
Update of /cvsroot/tcotool/TCO-Tool/src/org/tcotool/presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17112 Modified Files: PresentationNode.java Log Message: Test-Code added Index: PresentationNode.java =================================================================== RCS file: /cvsroot/tcotool/TCO-Tool/src/org/tcotool/presentation/PresentationNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PresentationNode.java 16 Sep 2005 14:53:53 -0000 1.1 --- PresentationNode.java 17 Sep 2005 17:17:19 -0000 1.2 *************** *** 1,5 **** package org.tcotool.presentation; ! import ch.softenvironment.jomm.mvc.model.*; import ch.softenvironment.jomm.descriptor.*; /** * The root of symbol-style presentations. --- 1,8 ---- package org.tcotool.presentation; ! ! ! import ch.softenvironment.jomm.descriptor.*; + /** * The root of symbol-style presentations. *************** *** 42,45 **** --- 45,49 ---- fieldEast=east; firePropertyChange("east", oldValue, fieldEast); + //ch.softenvironment.util.Tracer.getInstance().debug(((TcoObject)getSubject()).getName() + "->east=" + east.intValue()); } *************** *** 53,56 **** --- 57,61 ---- fieldSouth=south; firePropertyChange("south", oldValue, fieldSouth); + //ch.softenvironment.util.Tracer.getInstance().debug(((TcoObject)getSubject()).getName() + "->south=" + south.intValue()); } public static DbDescriptor createDescriptor() { |