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"));
|