Tools_OrganizerCanvas.st
changeset 6259 e440c14b02aa
parent 5909 95cd2d9822b3
child 6269 c9bfca4d93dc
--- a/Tools_OrganizerCanvas.st	Tue Apr 19 18:13:24 2005 +0200
+++ b/Tools_OrganizerCanvas.st	Wed Apr 20 01:04:49 2005 +0200
@@ -1457,462 +1457,466 @@
 
     ^ 
      #(#FullSpec
-	#name: #windowSpecWithoutMetaToggles
-	#window: 
+        #name: #windowSpecWithoutMetaToggles
+        #window: 
        #(#WindowSpec
-	  #label: 'Organizer'
-	  #name: 'Organizer'
-	  #min: #(#Point 0 0)
-	  #max: #(#Point 1024 721)
-	  #bounds: #(#Rectangle 13 23 313 323)
-	)
-	#component: 
+          #label: 'Organizer'
+          #name: 'Organizer'
+          #min: #(#Point 0 0)
+          #max: #(#Point 1024 721)
+          #bounds: #(#Rectangle 13 23 313 323)
+        )
+        #component: 
        #(#SpecCollection
-	  #collection: #(
-	   #(#SubCanvasSpec
-	      #name: 'ClassHierarchyList'
-	      #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-	      #visibilityChannel: #classHierarchyShown
-	      #majorKey: #'HierarchicalClassList'
-	      #minorKey: #windowSpec
-	      #subAspectHolders: 
-	     #(#Array
+          #collection: #(
+           #(#SubCanvasSpec
+              #name: 'ClassHierarchyList'
+              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              #visibilityChannel: #classHierarchyShown
+              #majorKey: #'HierarchicalClassList'
+              #minorKey: #windowSpec
+              #subAspectHolders: 
+             #(#Array
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #doubleClickChannel
-		  #aspect: #classDoubleClickChannel
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #forceGeneratorTrigger
-		  #aspect: #forceClassInheritanceGeneratorTrigger
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #doubleClickChannel
+                  #aspect: #classDoubleClickChannel
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #forceGeneratorTrigger
+                  #aspect: #forceClassInheritanceGeneratorTrigger
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #hideUnloadedClasses
-		  #aspect: #hideUnloadedClasses
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #markApplicationsHolder
-		  #aspect: #markApplicationsHolder
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #showClassPackages
-		  #aspect: #showClassPackages
-		) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #showMethodInheritance
-			#aspect: #showMethodInheritance
-		      )
-		     #(#SubChannelInfoSpec
-			#subAspect: #methodVisibilityHolder
-			#aspect: #methodVisibilityHolder
-		      )
-	       #(#SubChannelInfoSpec
-		  #subAspect: #immediateUpdate
-		  #aspect: #immediateUpdate
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #hideUnloadedClasses
+                  #aspect: #hideUnloadedClasses
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #markApplicationsHolder
+                  #aspect: #markApplicationsHolder
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #showClassPackages
+                  #aspect: #showClassPackages
+                ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #showMethodInheritance
+                        #aspect: #showMethodInheritance
+                      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #showMethodComplexity
+                        #aspect: #showMethodComplexity
+                      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #methodVisibilityHolder
+                        #aspect: #methodVisibilityHolder
+                      )
+               #(#SubChannelInfoSpec
+                  #subAspect: #immediateUpdate
+                  #aspect: #immediateUpdate
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #menuHolder
-		  #aspect: #classInheritanceListMenuHolder
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #meta
-		  #aspect: #meta
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #menuHolder
+                  #aspect: #classInheritanceListMenuHolder
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #meta
+                  #aspect: #meta
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #organizerMode
-		  #aspect: #organizerMode
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #outGeneratorHolder
-		  #aspect: #outGeneratorHolder
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #organizerMode
+                  #aspect: #organizerMode
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #outGeneratorHolder
+                  #aspect: #outGeneratorHolder
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #packageFilter
-		  #aspect: #packageFilter
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #nameSpaceFilter
-		  #aspect: #nameSpaceFilter
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #selectedClasses
-		  #aspect: #selectedClasses
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #packageFilter
+                  #aspect: #packageFilter
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #nameSpaceFilter
+                  #aspect: #nameSpaceFilter
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #selectedClasses
+                  #aspect: #selectedClasses
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #selectionChangeCondition
-		  #aspect: #selectionChangeCondition
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #slaveMode
-		  #aspect: #classInheritanceListSlaveMode
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #selectionChangeCondition
+                  #aspect: #selectionChangeCondition
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #slaveMode
+                  #aspect: #classInheritanceListSlaveMode
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #topClassHolder
-		  #aspect: #classHierarchyTopClass
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #updateTrigger
-		  #aspect: #classHierarchyUpdateTrigger
-		)
-	      )
-	      #createNewApplication: true
-	      #createNewBuilder: true
-	    )
-	   #(#SubCanvasSpec
-	      #name: 'ClassInheritanceList'
-	      #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-	      #visibilityChannel: #classInheritanceShown
-	      #majorKey: #'InheritanceClassList'
-	      #minorKey: #windowSpec
-	      #subAspectHolders: 
-	     #(#Array
+               #(#SubChannelInfoSpec
+                  #subAspect: #topClassHolder
+                  #aspect: #classHierarchyTopClass
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #updateTrigger
+                  #aspect: #classHierarchyUpdateTrigger
+                )
+              )
+              #createNewApplication: true
+              #createNewBuilder: true
+            )
+           #(#SubCanvasSpec
+              #name: 'ClassInheritanceList'
+              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              #visibilityChannel: #classInheritanceShown
+              #majorKey: #'InheritanceClassList'
+              #minorKey: #windowSpec
+              #subAspectHolders: 
+             #(#Array
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #doubleClickChannel
-		  #aspect: #classDoubleClickChannel
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #forceGeneratorTrigger
-		  #aspect: #forceClassInheritanceGeneratorTrigger
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #doubleClickChannel
+                  #aspect: #classDoubleClickChannel
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #forceGeneratorTrigger
+                  #aspect: #forceClassInheritanceGeneratorTrigger
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #hideUnloadedClasses
-		  #aspect: #hideUnloadedClasses
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #markApplicationsHolder
-		  #aspect: #markApplicationsHolder
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #immediateUpdate
-		  #aspect: #immediateUpdate
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #hideUnloadedClasses
+                  #aspect: #hideUnloadedClasses
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #markApplicationsHolder
+                  #aspect: #markApplicationsHolder
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #immediateUpdate
+                  #aspect: #immediateUpdate
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #menuHolder
-		  #aspect: #classInheritanceListMenuHolder
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #meta
-		  #aspect: #meta
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #menuHolder
+                  #aspect: #classInheritanceListMenuHolder
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #meta
+                  #aspect: #meta
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #organizerMode
-		  #aspect: #organizerMode
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #outGeneratorHolder
-		  #aspect: #outGeneratorHolder
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #organizerMode
+                  #aspect: #organizerMode
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #outGeneratorHolder
+                  #aspect: #outGeneratorHolder
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #packageFilter
-		  #aspect: #packageFilter
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #nameSpaceFilter
-		  #aspect: #nameSpaceFilter
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #selectedClasses
-		  #aspect: #selectedClasses
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #packageFilter
+                  #aspect: #packageFilter
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #nameSpaceFilter
+                  #aspect: #nameSpaceFilter
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #selectedClasses
+                  #aspect: #selectedClasses
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #selectionChangeCondition
-		  #aspect: #selectionChangeCondition
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #slaveMode
-		  #aspect: #classInheritanceListSlaveMode
-		)
+               #(#SubChannelInfoSpec
+                  #subAspect: #selectionChangeCondition
+                  #aspect: #selectionChangeCondition
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #slaveMode
+                  #aspect: #classInheritanceListSlaveMode
+                )
                 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #topClassHolder
-		  #aspect: #classHierarchyTopClass
-		) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #updateTrigger
-		  #aspect: #classHierarchyUpdateTrigger
-		)
-	      )
-	      #createNewApplication: true
-	      #createNewBuilder: true
-	    )
-	   #(#VariableHorizontalPanelSpec
-	      #name: 'VariableHorizontalPanel1'
-	      #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-	      #visibilityChannel: #classHierarchyNotShown
-	      #barWidth: 2
-	      #showHandle: false
-	      #component: 
-	     #(#SpecCollection
-		#collection: #(
-		 #(#ViewSpec
-		    #name: 'Box1'
-		    #component: 
-		   #(#SpecCollection
-		      #collection: #(
-		       #(#SubCanvasSpec
-			  #name: 'ClassCategoryList'
-			  #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-			  #visibilityChannel: #categoryListShown
-			  #majorKey: #'ClassCategoryList'
-			  #subAspectHolders: 
-			 #(#Array
+               #(#SubChannelInfoSpec
+                  #subAspect: #topClassHolder
+                  #aspect: #classHierarchyTopClass
+                ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #updateTrigger
+                  #aspect: #classHierarchyUpdateTrigger
+                )
+              )
+              #createNewApplication: true
+              #createNewBuilder: true
+            )
+           #(#VariableHorizontalPanelSpec
+              #name: 'VariableHorizontalPanel1'
+              #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+              #visibilityChannel: #classHierarchyNotShown
+              #barWidth: 2
+              #showHandle: false
+              #component: 
+             #(#SpecCollection
+                #collection: #(
+                 #(#ViewSpec
+                    #name: 'Box1'
+                    #component: 
+                   #(#SpecCollection
+                      #collection: #(
+                       #(#SubCanvasSpec
+                          #name: 'ClassCategoryList'
+                          #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                          #visibilityChannel: #categoryListShown
+                          #majorKey: #'ClassCategoryList'
+                          #subAspectHolders: 
+                         #(#Array
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #doubleClickChannel
-			      #aspect: #classCategoryDoubleClickChannel
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #forceGeneratorTrigger
-			      #aspect: #forceClassCategoryGeneratorTrigger
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #doubleClickChannel
+                              #aspect: #classCategoryDoubleClickChannel
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #forceGeneratorTrigger
+                              #aspect: #forceClassCategoryGeneratorTrigger
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #hideUnloadedClasses
-			      #aspect: #hideUnloadedClasses
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #immediateUpdate
-			      #aspect: #immediateUpdate
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #hideUnloadedClasses
+                              #aspect: #hideUnloadedClasses
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #immediateUpdate
+                              #aspect: #immediateUpdate
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #menuHolder
-			      #aspect: #classCategoryListMenuHolder
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #organizerMode
-			      #aspect: #organizerMode
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #menuHolder
+                              #aspect: #classCategoryListMenuHolder
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #organizerMode
+                              #aspect: #organizerMode
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #outGeneratorHolder
-			      #aspect: #classGeneratorHolder
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #selectedCategories
-			      #aspect: #selectedCategories
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #outGeneratorHolder
+                              #aspect: #classGeneratorHolder
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #selectedCategories
+                              #aspect: #selectedCategories
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #selectionChangeCondition
-			      #aspect: #selectionChangeCondition
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #updateTrigger
-			      #aspect: #classCategoryListUpdateTrigger
-			    )
-			  )
-			  #createNewApplication: true
-			  #createNewBuilder: true
-			)
-		       #(#SubCanvasSpec
-			  #name: 'NamespaceList'
-			  #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-			  #visibilityChannel: #nameSpaceListShown
-			  #majorKey: #'NamespaceList'
-			  #subAspectHolders: 
-			 #(#Array
+                           #(#SubChannelInfoSpec
+                              #subAspect: #selectionChangeCondition
+                              #aspect: #selectionChangeCondition
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #updateTrigger
+                              #aspect: #classCategoryListUpdateTrigger
+                            )
+                          )
+                          #createNewApplication: true
+                          #createNewBuilder: true
+                        )
+                       #(#SubCanvasSpec
+                          #name: 'NamespaceList'
+                          #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                          #visibilityChannel: #nameSpaceListShown
+                          #majorKey: #'NamespaceList'
+                          #subAspectHolders: 
+                         #(#Array
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #doubleClickChannel
-			      #aspect: #nameSpaceDoubleClickChannel
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #forceGeneratorTrigger
-			      #aspect: #forceNamespaceGeneratorTrigger
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #doubleClickChannel
+                              #aspect: #nameSpaceDoubleClickChannel
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #forceGeneratorTrigger
+                              #aspect: #forceNamespaceGeneratorTrigger
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #hideUnloadedClasses
-			      #aspect: #hideUnloadedClasses
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #immediateUpdate
-			      #aspect: #immediateUpdate
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #hideUnloadedClasses
+                              #aspect: #hideUnloadedClasses
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #immediateUpdate
+                              #aspect: #immediateUpdate
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #menuHolder
-			      #aspect: #nameSpaceListMenuHolder
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #organizerMode
-			      #aspect: #organizerMode
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #menuHolder
+                              #aspect: #nameSpaceListMenuHolder
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #organizerMode
+                              #aspect: #organizerMode
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #outGeneratorHolder
-			      #aspect: #classGeneratorHolder
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #selectedNamespaces
-			      #aspect: #selectedNamespaces
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #outGeneratorHolder
+                              #aspect: #classGeneratorHolder
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #selectedNamespaces
+                              #aspect: #selectedNamespaces
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #selectionChangeCondition
-			      #aspect: #selectionChangeCondition
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #updateTrigger
-			      #aspect: #nameSpaceListUpdateTrigger
-			    )
-			  )
-			  #createNewApplication: true
-			  #createNewBuilder: true
-			)
-		       #(#SubCanvasSpec
-			  #name: 'ProjectList'
-			  #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-			  #visibilityChannel: #projectListShown
-			  #majorKey: #'ProjectList'
-			  #subAspectHolders: 
-			 #(#Array
+                           #(#SubChannelInfoSpec
+                              #subAspect: #selectionChangeCondition
+                              #aspect: #selectionChangeCondition
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #updateTrigger
+                              #aspect: #nameSpaceListUpdateTrigger
+                            )
+                          )
+                          #createNewApplication: true
+                          #createNewBuilder: true
+                        )
+                       #(#SubCanvasSpec
+                          #name: 'ProjectList'
+                          #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
+                          #visibilityChannel: #projectListShown
+                          #majorKey: #'ProjectList'
+                          #subAspectHolders: 
+                         #(#Array
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #doubleClickChannel
-			      #aspect: #projectDoubleClickChannel
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #forceGeneratorTrigger
-			      #aspect: #forceProjectGeneratorTrigger
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #doubleClickChannel
+                              #aspect: #projectDoubleClickChannel
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #forceGeneratorTrigger
+                              #aspect: #forceProjectGeneratorTrigger
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #hideUnloadedClasses
-			      #aspect: #hideUnloadedClasses
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #immediateUpdate
-			      #aspect: #immediateUpdate
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #hideUnloadedClasses
+                              #aspect: #hideUnloadedClasses
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #immediateUpdate
+                              #aspect: #immediateUpdate
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #menuHolder
-			      #aspect: #projectListMenuHolder
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #organizerMode
-			      #aspect: #organizerMode
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #menuHolder
+                              #aspect: #projectListMenuHolder
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #organizerMode
+                              #aspect: #organizerMode
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #outGeneratorHolder
-			      #aspect: #classGeneratorHolder
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #selectedProjects
-			      #aspect: #selectedProjects
-			    )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #outGeneratorHolder
+                              #aspect: #classGeneratorHolder
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #selectedProjects
+                              #aspect: #selectedProjects
+                            )
                             
-			   #(#SubChannelInfoSpec
-			      #subAspect: #selectionChangeCondition
-			      #aspect: #selectionChangeCondition
-			    ) 
-			   #(#SubChannelInfoSpec
-			      #subAspect: #updateTrigger
-			      #aspect: #projectListUpdateTrigger
-			    )
-			  )
-			  #createNewApplication: true
-			  #createNewBuilder: true
-			)
-		       )
+                           #(#SubChannelInfoSpec
+                              #subAspect: #selectionChangeCondition
+                              #aspect: #selectionChangeCondition
+                            ) 
+                           #(#SubChannelInfoSpec
+                              #subAspect: #updateTrigger
+                              #aspect: #projectListUpdateTrigger
+                            )
+                          )
+                          #createNewApplication: true
+                          #createNewBuilder: true
+                        )
+                       )
                      
-		    )
-		  )
-		 #(#SubCanvasSpec
-		    #name: 'ClassList'
-		    #majorKey: #'ClassList'
-		    #minorKey: #windowSpec
-		    #subAspectHolders: 
-		   #(#Array
+                    )
+                  )
+                 #(#SubCanvasSpec
+                    #name: 'ClassList'
+                    #majorKey: #'ClassList'
+                    #minorKey: #windowSpec
+                    #subAspectHolders: 
+                   #(#Array
                       
-		     #(#SubChannelInfoSpec
-			#subAspect: #doubleClickChannel
-			#aspect: #classDoubleClickChannel
-		      ) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #hidePrivateClasses
-			#aspect: #hidePrivateClasses
-		      )
-		     #(#SubChannelInfoSpec
-			#subAspect: #hideUnloadedClasses
-			#aspect: #hideUnloadedClasses
-		      ) 
-	       #(#SubChannelInfoSpec
-		  #subAspect: #markApplicationsHolder
-		  #aspect: #markApplicationsHolder
-		) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #immediateUpdate
-			#aspect: #immediateUpdate
-		      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #doubleClickChannel
+                        #aspect: #classDoubleClickChannel
+                      ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #hidePrivateClasses
+                        #aspect: #hidePrivateClasses
+                      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #hideUnloadedClasses
+                        #aspect: #hideUnloadedClasses
+                      ) 
+               #(#SubChannelInfoSpec
+                  #subAspect: #markApplicationsHolder
+                  #aspect: #markApplicationsHolder
+                ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #immediateUpdate
+                        #aspect: #immediateUpdate
+                      )
                       
-		     #(#SubChannelInfoSpec
-			#subAspect: #inGeneratorHolder
-			#aspect: #classGeneratorHolder
-		      ) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #menuHolder
-			#aspect: #classListMenuHolder
-		      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #inGeneratorHolder
+                        #aspect: #classGeneratorHolder
+                      ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #menuHolder
+                        #aspect: #classListMenuHolder
+                      )
                       
-		     #(#SubChannelInfoSpec
-			#subAspect: #meta
-			#aspect: #meta
-		      ) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #organizerMode
-			#aspect: #organizerMode
-		      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #meta
+                        #aspect: #meta
+                      ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #organizerMode
+                        #aspect: #organizerMode
+                      )
                       
-		     #(#SubChannelInfoSpec
-			#subAspect: #outGeneratorHolder
-			#aspect: #outGeneratorHolder
-		      ) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #selectedClasses
-			#aspect: #selectedClasses
-		      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #outGeneratorHolder
+                        #aspect: #outGeneratorHolder
+                      ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #selectedClasses
+                        #aspect: #selectedClasses
+                      )
                       
-		     #(#SubChannelInfoSpec
-			#subAspect: #selectionChangeCondition
-			#aspect: #selectionChangeCondition
-		      ) 
-		     #(#SubChannelInfoSpec
-			#subAspect: #slaveMode
-			#aspect: #classListSlaveMode
-		      )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #selectionChangeCondition
+                        #aspect: #selectionChangeCondition
+                      ) 
+                     #(#SubChannelInfoSpec
+                        #subAspect: #slaveMode
+                        #aspect: #classListSlaveMode
+                      )
                       
-		     #(#SubChannelInfoSpec
-			#subAspect: #updateTrigger
-			#aspect: #classListUpdateTrigger
-		      )
-		    )
-		    #createNewApplication: true
-		    #createNewBuilder: true
-		  )
-		 )
+                     #(#SubChannelInfoSpec
+                        #subAspect: #updateTrigger
+                        #aspect: #classListUpdateTrigger
+                      )
+                    )
+                    #createNewApplication: true
+                    #createNewBuilder: true
+                  )
+                 )
                
-	      )
-	      #handles: #(#Any 0.5 1.0)
-	    )
-	   )
+              )
+              #handles: #(#Any 0.5 1.0)
+            )
+           )
          
-	)
+        )
       )
 
     "Modified: / 25.2.2000 / 22:39:54 / cg"
@@ -3888,5 +3892,5 @@
 !OrganizerCanvas class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.3 2004-06-11 15:20:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_OrganizerCanvas.st,v 1.4 2005-04-19 23:04:19 cg Exp $'
 ! !