[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/treeview GenericTreeView.java,1.11,1.12
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-02-01 09:00:27
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3207/src/net/sourceforge/bprocessor/gui/treeview Modified Files: GenericTreeView.java Log Message: Renamed "surfaces" to "envelope" in Space, since a space can also have interior surfaces Index: GenericTreeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview/GenericTreeView.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** GenericTreeView.java 30 Jan 2006 15:08:35 -0000 1.11 --- GenericTreeView.java 1 Feb 2006 09:00:17 -0000 1.12 *************** *** 177,181 **** public SpaceNode(Space space) { super(space); ! Set surfaces = space.getSurfaces(); add(new SurfaceContainer("Surface", surfaces)); add(new ContainerNode("Element")); --- 177,181 ---- public SpaceNode(Space space) { super(space); ! Set surfaces = space.getEnvelope(); add(new SurfaceContainer("Surface", surfaces)); add(new ContainerNode("Element")); |