[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/treeview SpacesTreeView.java,1.2,1.3 Surf
Status: Pre-Alpha
Brought to you by:
henryml
From: Jesper P. <je...@us...> - 2005-07-28 10:19:16
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13756 Modified Files: SpacesTreeView.java SurfacesTreeView.java Log Message: Removed RENAMED and added DESELECTED Index: SurfacesTreeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview/SurfacesTreeView.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SurfacesTreeView.java 1 Jul 2005 11:28:01 -0000 1.1 --- SurfacesTreeView.java 28 Jul 2005 10:19:06 -0000 1.2 *************** *** 80,85 **** if (type.equals(Notification.SURFACE_CREATED) || type.equals(Notification.SURFACE_DELETED) || - type.equals(Notification.SURFACE_RENAMED) || type.equals(Notification.SURFACE_SELECTED) || type.equals(Notification.SURFACE_MODIFIED)) { return true; --- 80,85 ---- if (type.equals(Notification.SURFACE_CREATED) || type.equals(Notification.SURFACE_DELETED) || type.equals(Notification.SURFACE_SELECTED) || + type.equals(Notification.SURFACE_DESELECTED) || type.equals(Notification.SURFACE_MODIFIED)) { return true; Index: SpacesTreeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/treeview/SpacesTreeView.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SpacesTreeView.java 1 Jul 2005 06:42:01 -0000 1.2 --- SpacesTreeView.java 28 Jul 2005 10:19:06 -0000 1.3 *************** *** 96,106 **** if (type.equals(Notification.FUNCTIONAL_SPACE_CREATED) || type.equals(Notification.FUNCTIONAL_SPACE_DELETED) || - type.equals(Notification.FUNCTIONAL_SPACE_RENAMED) || type.equals(Notification.FUNCTIONAL_SPACE_SELECTED) || type.equals(Notification.FUNCTIONAL_SPACE_MODIFIED) || type.equals(Notification.CONSTRUCTION_SPACE_CREATED) || type.equals(Notification.CONSTRUCTION_SPACE_DELETED) || - type.equals(Notification.CONSTRUCTION_SPACE_RENAMED) || type.equals(Notification.CONSTRUCTION_SPACE_SELECTED) || type.equals(Notification.CONSTRUCTION_SPACE_MODIFIED)) { return true; --- 96,106 ---- if (type.equals(Notification.FUNCTIONAL_SPACE_CREATED) || type.equals(Notification.FUNCTIONAL_SPACE_DELETED) || type.equals(Notification.FUNCTIONAL_SPACE_SELECTED) || + type.equals(Notification.FUNCTIONAL_SPACE_DESELECTED) || type.equals(Notification.FUNCTIONAL_SPACE_MODIFIED) || type.equals(Notification.CONSTRUCTION_SPACE_CREATED) || type.equals(Notification.CONSTRUCTION_SPACE_DELETED) || type.equals(Notification.CONSTRUCTION_SPACE_SELECTED) || + type.equals(Notification.CONSTRUCTION_SPACE_DESELECTED) || type.equals(Notification.CONSTRUCTION_SPACE_MODIFIED)) { return true; |