Tools_NavigatorCanvas.st
changeset 5591 273637686948
child 5592 d9730a8d7c52
equal deleted inserted replaced
5590:be5ae6091a00 5591:273637686948
       
     1 "
       
     2  COPYRIGHT (c) 2000 by eXept Software AG
       
     3 	      All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 
       
    13 "{ Package: 'stx:__NoProject__' }"
       
    14 
       
    15 "{ NameSpace: Tools }"
       
    16 
       
    17 NavigatorModel subclass:#NavigatorCanvas
       
    18 	instanceVariableNames:''
       
    19 	classVariableNames:''
       
    20 	poolDictionaries:''
       
    21 	category:'Interface-Browsers-New'
       
    22 !
       
    23 
       
    24 !NavigatorCanvas class methodsFor:'documentation'!
       
    25 
       
    26 copyright
       
    27 "
       
    28  COPYRIGHT (c) 2000 by eXept Software AG
       
    29 	      All Rights Reserved
       
    30 
       
    31  This software is furnished under a license and may be used
       
    32  only in accordance with the terms of that license and with the
       
    33  inclusion of the above copyright notice.   This software may not
       
    34  be provided or otherwise made available to, or used by, any
       
    35  other person.  No title to or ownership of the software is
       
    36  hereby transferred.
       
    37 "
       
    38 ! !
       
    39 
       
    40 !NavigatorCanvas class methodsFor:'interface specs'!
       
    41 
       
    42 categoryAndClassOnlySpec
       
    43     "This resource specification was automatically generated
       
    44      by the UIPainter of ST/X."
       
    45 
       
    46     "Do not manually edit this!! If it is corrupted,
       
    47      the UIPainter may not be able to read the specification."
       
    48 
       
    49     "
       
    50      UIPainter new openOnClass:NavigatorCanvas andSelector:#categoryAndClassOnlySpec
       
    51      NavigatorCanvas new openInterface:#categoryAndClassOnlySpec
       
    52     "
       
    53 
       
    54     <resource: #canvas>
       
    55 
       
    56     ^ 
       
    57      #(#FullSpec
       
    58         #name: #fullClassSourceBrowserSpec
       
    59         #window: 
       
    60        #(#WindowSpec
       
    61           #label: 'Full Class Browser'
       
    62           #name: 'Full Class Browser'
       
    63           #min: #(#Point 0 0)
       
    64           #bounds: #(#Rectangle 18 51 480 351)
       
    65         )
       
    66         #component: 
       
    67        #(#SpecCollection
       
    68           #collection: #(
       
    69            #(#SubCanvasSpec
       
    70               #name: 'Organizer'
       
    71               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
    72               #majorKey: #'OrganizerCanvas'
       
    73               #minorKey: #windowSpecWithoutMetaToggles
       
    74               #subAspectHolders: 
       
    75              #(#Array
       
    76                 
       
    77                #(#SubChannelInfoSpec
       
    78                   #subAspect: #classCategoryListMenuHolder
       
    79                   #aspect: #categoryPopUpMenu
       
    80                 ) 
       
    81                #(#SubChannelInfoSpec
       
    82                   #subAspect: #classCategoryDoubleClickChannel
       
    83                   #callBack: #classCategoryDoubleClicked
       
    84                 )
       
    85                #(#SubChannelInfoSpec
       
    86                   #subAspect: #classDoubleClickChannel
       
    87                   #callBack: #classDoubleClicked
       
    88                 )
       
    89                #(#SubChannelInfoSpec
       
    90                   #subAspect: #nameSpaceDoubleClickChannel
       
    91                   #callBack: #nameSpaceDoubleClicked
       
    92                 )
       
    93                #(#SubChannelInfoSpec
       
    94                   #subAspect: #projectDoubleClickChannel
       
    95                   #callBack: #projectDoubleClicked
       
    96                 )
       
    97                #(#SubChannelInfoSpec
       
    98                   #subAspect: #variableDoubleClickChannel
       
    99                   #callBack: #variableDoubleClicked
       
   100                 )
       
   101                 
       
   102                #(#SubChannelInfoSpec
       
   103                   #subAspect: #classHierarchyListMenuHolder
       
   104                   #aspect: #hierarchyPopUpMenu
       
   105                 ) 
       
   106                #(#SubChannelInfoSpec
       
   107                   #subAspect: #classHierarchyTopClass
       
   108                   #aspect: #classHierarchyTopClass
       
   109                 )
       
   110                 
       
   111                #(#SubChannelInfoSpec
       
   112                   #subAspect: #classListMenuHolder
       
   113                   #aspect: #classPopUpMenu
       
   114                 ) 
       
   115                #(#SubChannelInfoSpec
       
   116                   #subAspect: #hidePrivateClasses
       
   117                   #aspect: #hidePrivateClasses
       
   118                 )
       
   119                 
       
   120                #(#SubChannelInfoSpec
       
   121                   #subAspect: #hideUnloadedClasses
       
   122                   #aspect: #hideUnloadedClasses
       
   123                 ) 
       
   124                #(#SubChannelInfoSpec
       
   125                   #subAspect: #markApplicationsHolder
       
   126                   #aspect: #markApplicationsHolder
       
   127                 ) 
       
   128                #(#SubChannelInfoSpec
       
   129                   #subAspect: #showClassPackages
       
   130                   #aspect: #showClassPackages
       
   131                 )
       
   132                      #(#SubChannelInfoSpec
       
   133                         #subAspect: #showMethodInheritance
       
   134                         #aspect: #showMethodInheritance
       
   135                       )
       
   136                      #(#SubChannelInfoSpec
       
   137                         #subAspect: #methodVisibilityHolder
       
   138                         #aspect: #methodVisibilityHolder
       
   139                       )
       
   140                 
       
   141                #(#SubChannelInfoSpec
       
   142                   #subAspect: #immediateUpdate
       
   143                   #aspect: #immediateUpdate
       
   144                 ) 
       
   145                #(#SubChannelInfoSpec
       
   146                   #subAspect: #meta
       
   147                   #aspect: #meta
       
   148                 )
       
   149                #(#SubChannelInfoSpec
       
   150                   #subAspect: #metaToggleLabelHolder
       
   151                   #aspect: #metaToggleLabelHolder
       
   152                 )
       
   153 
       
   154                #(#SubChannelInfoSpec
       
   155                   #subAspect: #nameSpaceListMenuHolder
       
   156                   #aspect: #nameSpacePopUpMenu
       
   157                 ) 
       
   158                #(#SubChannelInfoSpec
       
   159                   #subAspect: #organizerMode
       
   160                   #aspect: #organizerMode
       
   161                 )
       
   162                 
       
   163                #(#SubChannelInfoSpec
       
   164                   #subAspect: #outGeneratorHolder
       
   165                   #aspect: #protocolListGenerator
       
   166                 ) 
       
   167                #(#SubChannelInfoSpec
       
   168                   #subAspect: #packageFilter
       
   169                   #aspect: #packageFilter
       
   170                 )
       
   171                 
       
   172                #(#SubChannelInfoSpec
       
   173                   #subAspect: #projectListMenuHolder
       
   174                   #aspect: #projectPopUpMenu
       
   175                 ) 
       
   176                #(#SubChannelInfoSpec
       
   177                   #subAspect: #selectedCategories
       
   178                   #aspect: #selectedCategories
       
   179                   #callBack: #categorySelectionChanged
       
   180                 )
       
   181                 
       
   182                #(#SubChannelInfoSpec
       
   183                   #subAspect: #selectedClasses
       
   184                   #aspect: #selectedClasses
       
   185                   #callBack: #classSelectionChanged
       
   186                 ) 
       
   187                #(#SubChannelInfoSpec
       
   188                   #subAspect: #selectedNamespaces
       
   189                   #aspect: #selectedNamespaces
       
   190                 )
       
   191                 
       
   192                #(#SubChannelInfoSpec
       
   193                   #subAspect: #selectedProjects
       
   194                   #aspect: #selectedProjects
       
   195                 ) 
       
   196                #(#SubChannelInfoSpec
       
   197                   #subAspect: #selectionChangeCondition
       
   198                   #aspect: #selectionChangeConditionHolder
       
   199                 )
       
   200               )
       
   201               #createNewApplication: true
       
   202               #createNewBuilder: true
       
   203             )
       
   204            )
       
   205          
       
   206         )
       
   207       )
       
   208 
       
   209     "Modified: / 18.8.2000 / 20:00:27 / cg"
       
   210 !
       
   211 
       
   212 categoryAndSingleClassOnlySpec
       
   213     "This resource specification was automatically generated
       
   214      by the UIPainter of ST/X."
       
   215 
       
   216     "Do not manually edit this!! If it is corrupted,
       
   217      the UIPainter may not be able to read the specification."
       
   218 
       
   219     "
       
   220      UIPainter new openOnClass:NavigatorCanvas andSelector:#categoryAndSingleClassOnlySpec
       
   221      NavigatorCanvas new openInterface:#categoryAndSingleClassOnlySpec
       
   222     "
       
   223 
       
   224     <resource: #canvas>
       
   225 
       
   226     ^ 
       
   227      #(#FullSpec
       
   228         #name: #categoryAndSingleClassOnlySpec
       
   229         #window: 
       
   230        #(#WindowSpec
       
   231           #label: 'Full Class Browser'
       
   232           #name: 'Full Class Browser'
       
   233           #min: #(#Point 0 0)
       
   234           #bounds: #(#Rectangle 12 22 474 322)
       
   235         )
       
   236         #component: 
       
   237        #(#SpecCollection
       
   238           #collection: #(
       
   239            #(#SubCanvasSpec
       
   240               #name: 'Organizer'
       
   241               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   242               #majorKey: #'OrganizerCanvas'
       
   243               #minorKey: #windowSpecWithoutMetaToggles
       
   244               #subAspectHolders: 
       
   245              #(#Array
       
   246                 
       
   247                #(#SubChannelInfoSpec
       
   248                   #subAspect: #classCategoryListMenuHolder
       
   249                   #aspect: #categoryPopUpMenu
       
   250                 ) 
       
   251                #(#SubChannelInfoSpec
       
   252                   #subAspect: #classCategoryDoubleClickChannel
       
   253                   #callBack: #classCategoryDoubleClicked
       
   254                 )
       
   255                #(#SubChannelInfoSpec
       
   256                   #subAspect: #classDoubleClickChannel
       
   257                   #callBack: #classDoubleClicked
       
   258                 )
       
   259                #(#SubChannelInfoSpec
       
   260                   #subAspect: #nameSpaceDoubleClickChannel
       
   261                   #callBack: #nameSpaceDoubleClicked
       
   262                 )
       
   263                #(#SubChannelInfoSpec
       
   264                   #subAspect: #projectDoubleClickChannel
       
   265                   #callBack: #projectDoubleClicked
       
   266                 )
       
   267                #(#SubChannelInfoSpec
       
   268                   #subAspect: #variableDoubleClickChannel
       
   269                   #callBack: #variableDoubleClicked
       
   270                 )
       
   271                 
       
   272                #(#SubChannelInfoSpec
       
   273                   #subAspect: #classHierarchyListMenuHolder
       
   274                   #aspect: #hierarchyPopUpMenu
       
   275                 ) 
       
   276                #(#SubChannelInfoSpec
       
   277                   #subAspect: #classHierarchyTopClass
       
   278                   #aspect: #classHierarchyTopClass
       
   279                 )
       
   280                 
       
   281                #(#SubChannelInfoSpec
       
   282                   #subAspect: #classListMenuHolder
       
   283                   #aspect: #classPopUpMenu
       
   284                 ) 
       
   285                #(#SubChannelInfoSpec
       
   286                   #subAspect: #hidePrivateClasses
       
   287                   #aspect: #hidePrivateClasses
       
   288                 )
       
   289                 
       
   290                #(#SubChannelInfoSpec
       
   291                   #subAspect: #hideUnloadedClasses
       
   292                   #aspect: #hideUnloadedClasses
       
   293                 ) 
       
   294                #(#SubChannelInfoSpec
       
   295                   #subAspect: #markApplicationsHolder
       
   296                   #aspect: #markApplicationsHolder
       
   297                 ) 
       
   298                #(#SubChannelInfoSpec
       
   299                   #subAspect: #showClassPackages
       
   300                   #aspect: #showClassPackages
       
   301                 )
       
   302                      #(#SubChannelInfoSpec
       
   303                         #subAspect: #showMethodInheritance
       
   304                         #aspect: #showMethodInheritance
       
   305                       )
       
   306                      #(#SubChannelInfoSpec
       
   307                         #subAspect: #methodVisibilityHolder
       
   308                         #aspect: #methodVisibilityHolder
       
   309                       )
       
   310                 
       
   311                #(#SubChannelInfoSpec
       
   312                   #subAspect: #immediateUpdate
       
   313                   #aspect: #immediateUpdate
       
   314                 ) 
       
   315                #(#SubChannelInfoSpec
       
   316                   #subAspect: #meta
       
   317                   #aspect: #meta
       
   318                 )
       
   319                 
       
   320                #(#SubChannelInfoSpec
       
   321                   #subAspect: #nameSpaceListMenuHolder
       
   322                   #aspect: #nameSpacePopUpMenu
       
   323                 ) 
       
   324                #(#SubChannelInfoSpec
       
   325                   #subAspect: #organizerMode
       
   326                   #aspect: #organizerMode
       
   327                 )
       
   328                 
       
   329                #(#SubChannelInfoSpec
       
   330                   #subAspect: #outGeneratorHolder
       
   331                   #aspect: #protocolListGenerator
       
   332                 ) 
       
   333                #(#SubChannelInfoSpec
       
   334                   #subAspect: #packageFilter
       
   335                   #aspect: #packageFilter
       
   336                 )
       
   337                 
       
   338                #(#SubChannelInfoSpec
       
   339                   #subAspect: #projectListMenuHolder
       
   340                   #aspect: #projectPopUpMenu
       
   341                 ) 
       
   342                #(#SubChannelInfoSpec
       
   343                   #subAspect: #selectedCategories
       
   344                   #aspect: #selectedCategories
       
   345                   #callBack: #categorySelectionChanged
       
   346                 )
       
   347                 
       
   348                #(#SubChannelInfoSpec
       
   349                   #subAspect: #selectedClasses
       
   350                   #aspect: #selectedClasses
       
   351                   #callBack: #classSelectionChanged
       
   352                 ) 
       
   353                #(#SubChannelInfoSpec
       
   354                   #subAspect: #selectedNamespaces
       
   355                   #aspect: #selectedNamespaces
       
   356                 )
       
   357                 
       
   358                #(#SubChannelInfoSpec
       
   359                   #subAspect: #selectedProjects
       
   360                   #aspect: #selectedProjects
       
   361                 ) 
       
   362                #(#SubChannelInfoSpec
       
   363                   #subAspect: #selectionChangeCondition
       
   364                   #aspect: #selectionChangeConditionHolder
       
   365                 )
       
   366               )
       
   367               #createNewApplication: true
       
   368               #createNewBuilder: true
       
   369             )
       
   370            )
       
   371          
       
   372         )
       
   373       )
       
   374 
       
   375     "Modified: / 18.8.2000 / 20:00:34 / cg"
       
   376 !
       
   377 
       
   378 fullBrowserSpec
       
   379     "This resource specification was automatically generated
       
   380      by the UIPainter of ST/X."
       
   381 
       
   382     "Do not manually edit this!! If it is corrupted,
       
   383      the UIPainter may not be able to read the specification."
       
   384 
       
   385     "
       
   386      UIPainter new openOnClass:NavigatorCanvas andSelector:#fullBrowserSpec
       
   387      NavigatorCanvas new openInterface:#fullBrowserSpec
       
   388     "
       
   389 
       
   390     <resource: #canvas>
       
   391 
       
   392     ^ 
       
   393      #(#FullSpec
       
   394         #name: #fullBrowserSpec
       
   395         #window: 
       
   396        #(#WindowSpec
       
   397           #label: 'SystemBrowser'
       
   398           #name: 'SystemBrowser'
       
   399           #min: #(#Point 0 0)
       
   400           #bounds: #(#Rectangle 18 51 480 351)
       
   401           #icon: #defaultIcon
       
   402         )
       
   403         #component: 
       
   404        #(#SpecCollection
       
   405           #collection: #(
       
   406            #(#VariableHorizontalPanelSpec
       
   407               #name: 'VariableHorizontalPanel1'
       
   408               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   409               #barWidth: 2
       
   410               #showHandle: false
       
   411               #component: 
       
   412              #(#SpecCollection
       
   413                 #collection: #(
       
   414                  #(#SubCanvasSpec
       
   415                     #name: 'Organizer'
       
   416                     #majorKey: #'OrganizerCanvas'
       
   417                     #subAspectHolders: 
       
   418                    #(#Array
       
   419                       
       
   420                      #(#SubChannelInfoSpec
       
   421                         #subAspect: #classCategoryListMenuHolder
       
   422                         #aspect: #categoryPopUpMenu
       
   423                       ) 
       
   424                      #(#SubChannelInfoSpec
       
   425                         #subAspect: #classCategoryDoubleClickChannel
       
   426                         #callBack: #classCategoryDoubleClicked
       
   427                       )
       
   428                      #(#SubChannelInfoSpec
       
   429                         #subAspect: #classDoubleClickChannel
       
   430                         #callBack: #classDoubleClicked
       
   431                       )
       
   432                      #(#SubChannelInfoSpec
       
   433                         #subAspect: #nameSpaceDoubleClickChannel
       
   434                         #callBack: #nameSpaceDoubleClicked
       
   435                       )
       
   436                      #(#SubChannelInfoSpec
       
   437                         #subAspect: #projectDoubleClickChannel
       
   438                         #callBack: #projectDoubleClicked
       
   439                       )
       
   440                      #(#SubChannelInfoSpec
       
   441                         #subAspect: #variableDoubleClickChannel
       
   442                         #callBack: #variableDoubleClicked
       
   443                       )
       
   444                       
       
   445                      #(#SubChannelInfoSpec
       
   446                         #subAspect: #classHierarchyListMenuHolder
       
   447                         #aspect: #hierarchyPopUpMenu
       
   448                       ) 
       
   449                      #(#SubChannelInfoSpec
       
   450                         #subAspect: #classHierarchyTopClass
       
   451                         #aspect: #classHierarchyTopClass
       
   452                       )
       
   453                       
       
   454                      #(#SubChannelInfoSpec
       
   455                         #subAspect: #classListMenuHolder
       
   456                         #aspect: #classPopUpMenu
       
   457                       ) 
       
   458                      #(#SubChannelInfoSpec
       
   459                         #subAspect: #hideUnloadedClasses
       
   460                         #aspect: #hideUnloadedClasses
       
   461                       )
       
   462                #(#SubChannelInfoSpec
       
   463                   #subAspect: #markApplicationsHolder
       
   464                   #aspect: #markApplicationsHolder
       
   465                 ) 
       
   466                       
       
   467                      #(#SubChannelInfoSpec
       
   468                         #subAspect: #showClassPackages
       
   469                         #aspect: #showClassPackages
       
   470                       ) 
       
   471                      #(#SubChannelInfoSpec
       
   472                         #subAspect: #immediateUpdate
       
   473                         #aspect: #immediateUpdate
       
   474                       )
       
   475                       
       
   476                      #(#SubChannelInfoSpec
       
   477                         #subAspect: #meta
       
   478                         #aspect: #meta
       
   479                       ) 
       
   480                #(#SubChannelInfoSpec
       
   481                   #subAspect: #metaToggleLabelHolder
       
   482                   #aspect: #metaToggleLabelHolder
       
   483                 )
       
   484                      #(#SubChannelInfoSpec
       
   485                         #subAspect: #nameSpaceListMenuHolder
       
   486                         #aspect: #nameSpacePopUpMenu
       
   487                       )
       
   488                       
       
   489                      #(#SubChannelInfoSpec
       
   490                         #subAspect: #organizerMode
       
   491                         #aspect: #organizerMode
       
   492                       ) 
       
   493                      #(#SubChannelInfoSpec
       
   494                         #subAspect: #outGeneratorHolder
       
   495                         #aspect: #protocolListGenerator
       
   496                       )
       
   497                       
       
   498                      #(#SubChannelInfoSpec
       
   499                         #subAspect: #packageFilter
       
   500                         #aspect: #packageFilter
       
   501                       ) 
       
   502                      #(#SubChannelInfoSpec
       
   503                         #subAspect: #projectListMenuHolder
       
   504                         #aspect: #projectPopUpMenu
       
   505                       )
       
   506                       
       
   507                      #(#SubChannelInfoSpec
       
   508                         #subAspect: #selectedCategories
       
   509                         #aspect: #selectedCategories
       
   510                         #callBack: #categorySelectionChanged
       
   511                       ) 
       
   512                      #(#SubChannelInfoSpec
       
   513                         #subAspect: #selectedClasses
       
   514                         #aspect: #selectedClasses
       
   515                         #callBack: #classSelectionChanged
       
   516                       )
       
   517                       
       
   518                      #(#SubChannelInfoSpec
       
   519                         #subAspect: #selectedNamespaces
       
   520                         #aspect: #selectedNamespaces
       
   521                         #callBack: #nameSpaceSelectionChanged
       
   522                       ) 
       
   523                      #(#SubChannelInfoSpec
       
   524                         #subAspect: #selectedProjects
       
   525                         #aspect: #selectedProjects
       
   526                         #callBack: #projectSelectionChanged
       
   527                       )
       
   528                       
       
   529                      #(#SubChannelInfoSpec
       
   530                         #subAspect: #selectionChangeCondition
       
   531                         #aspect: #selectionChangeConditionHolder
       
   532                       ) 
       
   533                      #(#SubChannelInfoSpec
       
   534                         #subAspect: #nameSpaceFilter
       
   535                         #aspect: #nameSpaceFilter
       
   536                       )
       
   537                      #(#SubChannelInfoSpec
       
   538                         #subAspect: #variableFilter
       
   539                         #aspect: #variableFilter
       
   540                         #callBack: #variableSelectionChanged
       
   541                       )
       
   542                      #(#SubChannelInfoSpec
       
   543                         #subAspect: #filterClassVars
       
   544                         #aspect: #filterClassVars
       
   545                       )
       
   546                       
       
   547                      #(#SubChannelInfoSpec
       
   548                         #subAspect: #variablesMenuHolder
       
   549                         #aspect: #variablesPopUpMenu
       
   550                       )
       
   551                     )
       
   552                     #createNewApplication: true
       
   553                     #createNewBuilder: true
       
   554                   )
       
   555                  #(#SubCanvasSpec
       
   556                     #name: 'MethodCategoryList'
       
   557                     #majorKey: #'MethodCategoryList'
       
   558                     #subAspectHolders: 
       
   559                    #(#Array
       
   560                       
       
   561                      #(#SubChannelInfoSpec
       
   562                         #subAspect: #immediateUpdate
       
   563                         #aspect: #immediateUpdate
       
   564                       ) 
       
   565                      #(#SubChannelInfoSpec
       
   566                         #subAspect: #inGeneratorHolder
       
   567                         #aspect: #protocolListGenerator
       
   568                       )
       
   569                      #(#SubChannelInfoSpec
       
   570                         #subAspect: #doubleClickChannel
       
   571                         #callBack: #protocolDoubleClicked
       
   572                       )
       
   573                       
       
   574                      #(#SubChannelInfoSpec
       
   575                         #subAspect: #menuHolder
       
   576                         #aspect: #protocolMenu
       
   577                       ) 
       
   578                      #(#SubChannelInfoSpec
       
   579                         #subAspect: #outGeneratorHolder
       
   580                         #aspect: #selectorListGenerator
       
   581                       )
       
   582                       
       
   583                      #(#SubChannelInfoSpec
       
   584                         #subAspect: #packageFilter
       
   585                         #aspect: #packageFilter
       
   586                       ) 
       
   587                      #(#SubChannelInfoSpec
       
   588                         #subAspect: #selectedProtocols
       
   589                         #aspect: #selectedProtocols
       
   590                         #callBack: #protocolSelectionChanged
       
   591                       )
       
   592                       
       
   593                      #(#SubChannelInfoSpec
       
   594                         #subAspect: #selectionChangeCondition
       
   595                         #aspect: #selectionChangeConditionHolder
       
   596                       ) 
       
   597                      #(#SubChannelInfoSpec
       
   598                         #subAspect: #variableFilter
       
   599                         #aspect: #variableFilter
       
   600                         #callBack: #variableSelectionChanged
       
   601                       )
       
   602                      #(#SubChannelInfoSpec
       
   603                         #subAspect: #filterClassVars
       
   604                         #aspect: #filterClassVars
       
   605                       )
       
   606                      #(#SubChannelInfoSpec
       
   607                         #subAspect: #methodVisibilityHolder
       
   608                         #aspect: #methodVisibilityHolder
       
   609                       )
       
   610                     )
       
   611                     #createNewApplication: true
       
   612                     #createNewBuilder: true
       
   613                   )
       
   614                  #(#SubCanvasSpec
       
   615                     #name: 'MethodList'
       
   616                     #majorKey: #'MethodList'
       
   617                     #subAspectHolders: 
       
   618                    #(#Array
       
   619                       
       
   620                      #(#SubChannelInfoSpec
       
   621                         #subAspect: #doubleClickChannel
       
   622                         #callBack: #methodDoubleClicked
       
   623                       ) 
       
   624                      #(#SubChannelInfoSpec
       
   625                         #subAspect: #immediateUpdate
       
   626                         #aspect: #immediateUpdate
       
   627                       )
       
   628                       
       
   629                      #(#SubChannelInfoSpec
       
   630                         #subAspect: #inGeneratorHolder
       
   631                         #aspect: #selectorListGenerator
       
   632                       ) 
       
   633                      #(#SubChannelInfoSpec
       
   634                         #subAspect: #menuHolder
       
   635                         #aspect: #selectorPopUpMenu
       
   636                       )
       
   637                       
       
   638                      #(#SubChannelInfoSpec
       
   639                         #subAspect: #packageFilter
       
   640                         #aspect: #packageFilter
       
   641                       ) 
       
   642                      #(#SubChannelInfoSpec
       
   643                         #subAspect: #selectedMethods
       
   644                         #aspect: #selectedMethods
       
   645                         #callBack: #methodsSelectionChanged
       
   646                       )
       
   647                       
       
   648                      #(#SubChannelInfoSpec
       
   649                         #subAspect: #selectionChangeCondition
       
   650                         #aspect: #selectionChangeConditionHolder
       
   651                       ) 
       
   652                      #(#SubChannelInfoSpec
       
   653                         #subAspect: #variableFilter
       
   654                         #aspect: #variableFilter
       
   655                         #callBack: #variableSelectionChanged
       
   656                       )
       
   657                      #(#SubChannelInfoSpec
       
   658                         #subAspect: #showMethodInheritance
       
   659                         #aspect: #showMethodInheritance
       
   660                       )
       
   661                      #(#SubChannelInfoSpec
       
   662                         #subAspect: #filterClassVars
       
   663                         #aspect: #filterClassVars
       
   664                       )
       
   665                     )
       
   666                     #createNewApplication: true
       
   667                     #createNewBuilder: true
       
   668                   )
       
   669                  )
       
   670                
       
   671               )
       
   672               #handles: #(#Any 0.5 0.75 1.0)
       
   673             )
       
   674            )
       
   675          
       
   676         )
       
   677       )
       
   678 
       
   679     "Modified: / 18.8.2000 / 20:00:47 / cg"
       
   680 !
       
   681 
       
   682 multipleCategoryBrowserSpec
       
   683     "This resource specification was automatically generated
       
   684      by the UIPainter of ST/X."
       
   685 
       
   686     "Do not manually edit this!! If it is corrupted,
       
   687      the UIPainter may not be able to read the specification."
       
   688 
       
   689     "
       
   690      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleCategoryBrowserSpec
       
   691      NavigatorCanvas new openInterface:#multipleCategoryBrowserSpec
       
   692     "
       
   693 
       
   694     <resource: #canvas>
       
   695 
       
   696     ^ 
       
   697      #(#FullSpec
       
   698         #name: #multipleCategoryBrowserSpec
       
   699         #window: 
       
   700        #(#WindowSpec
       
   701           #label: 'CategoryBrowser'
       
   702           #name: 'CategoryBrowser'
       
   703           #min: #(#Point 0 0)
       
   704           #bounds: #(#Rectangle 18 51 480 351)
       
   705         )
       
   706         #component: 
       
   707        #(#SpecCollection
       
   708           #collection: #(
       
   709            #(#VariableVerticalPanelSpec
       
   710               #name: 'VariableVerticalPanel1'
       
   711               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   712               #barWidth: 2
       
   713               #showHandle: false
       
   714               #component: 
       
   715              #(#SpecCollection
       
   716                 #collection: #(
       
   717                  #(#VariableHorizontalPanelSpec
       
   718                     #name: 'VariableHorizontalPanel1'
       
   719                     #barWidth: 2
       
   720                     #showHandle: false
       
   721                     #component: 
       
   722                    #(#SpecCollection
       
   723                       #collection: #(
       
   724                        #(#SubCanvasSpec
       
   725                           #name: 'CategoryList'
       
   726                           #majorKey: #'ClassCategoryList'
       
   727                           #subAspectHolders: 
       
   728                          #(#Array
       
   729                             
       
   730                            #(#SubChannelInfoSpec
       
   731                               #subAspect: #hideUnloadedClasses
       
   732                               #aspect: #hideUnloadedClasses
       
   733                             ) 
       
   734                            #(#SubChannelInfoSpec
       
   735                               #subAspect: #showClassPackages
       
   736                               #aspect: #showClassPackages
       
   737                             )
       
   738                           #(#SubChannelInfoSpec
       
   739                              #subAspect: #doubleClickChannel
       
   740                              #callBack: #classCategoryDoubleClicked
       
   741                            )
       
   742                             
       
   743                            #(#SubChannelInfoSpec
       
   744                               #subAspect: #immediateUpdate
       
   745                               #aspect: #immediateUpdate
       
   746                             ) 
       
   747                            #(#SubChannelInfoSpec
       
   748                               #subAspect: #inGeneratorHolder
       
   749                               #aspect: #categoryListGenerator
       
   750                             )
       
   751                             
       
   752                            #(#SubChannelInfoSpec
       
   753                               #subAspect: #menuHolder
       
   754                               #aspect: #categoryPopUpMenu
       
   755                             ) 
       
   756                            #(#SubChannelInfoSpec
       
   757                               #subAspect: #outGeneratorHolder
       
   758                               #aspect: #classListGenerator
       
   759                             )
       
   760                             
       
   761                            #(#SubChannelInfoSpec
       
   762                               #subAspect: #selectedCategories
       
   763                               #aspect: #selectedCategories
       
   764                               #callBack: #categorySelectionChanged
       
   765                             ) 
       
   766                            #(#SubChannelInfoSpec
       
   767                               #subAspect: #selectionChangeCondition
       
   768                               #aspect: #selectionChangeConditionHolder
       
   769                             )
       
   770                           )
       
   771                           #createNewApplication: true
       
   772                           #createNewBuilder: true
       
   773                         )
       
   774                        #(#ViewSpec
       
   775                           #name: 'Box1'
       
   776                           #component: 
       
   777                          #(#SpecCollection
       
   778                             #collection: #(
       
   779                              #(#VariableVerticalPanelSpec
       
   780                                 #name: 'VariableVerticalPanel2'
       
   781                                 #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
   782                                 #showHandle: false
       
   783                                 #handlePosition: #left
       
   784                                 #snapMode: #both
       
   785                                 #component: 
       
   786                                #(#SpecCollection
       
   787                                   #collection: #(
       
   788                                    #(#SubCanvasSpec
       
   789                                       #name: 'ClassList'
       
   790                                       #majorKey: #'ClassList'
       
   791                                       #subAspectHolders: 
       
   792                                      #(#Array
       
   793                                         
       
   794                                        #(#SubChannelInfoSpec
       
   795                                           #subAspect: #doubleClickChannel
       
   796                                           #callBack: #classDoubleClicked
       
   797                                         ) 
       
   798                                        #(#SubChannelInfoSpec
       
   799                                           #subAspect: #hideUnloadedClasses
       
   800                                           #aspect: #hideUnloadedClasses
       
   801                                         )
       
   802                #(#SubChannelInfoSpec
       
   803                   #subAspect: #markApplicationsHolder
       
   804                   #aspect: #markApplicationsHolder
       
   805                 ) 
       
   806                                         
       
   807                                        #(#SubChannelInfoSpec
       
   808                                           #subAspect: #immediateUpdate
       
   809                                           #aspect: #immediateUpdate
       
   810                                         ) 
       
   811                                        #(#SubChannelInfoSpec
       
   812                                           #subAspect: #inGeneratorHolder
       
   813                                           #aspect: #classListGenerator
       
   814                                         )
       
   815                                         
       
   816                                        #(#SubChannelInfoSpec
       
   817                                           #subAspect: #menuHolder
       
   818                                           #aspect: #classPopUpMenu
       
   819                                         ) 
       
   820                                        #(#SubChannelInfoSpec
       
   821                                           #subAspect: #meta
       
   822                                           #aspect: #meta
       
   823                                         )
       
   824                                         
       
   825                                        #(#SubChannelInfoSpec
       
   826                                           #subAspect: #organizerMode
       
   827                                           #aspect: #organizerMode
       
   828                                         ) 
       
   829                                        #(#SubChannelInfoSpec
       
   830                                           #subAspect: #outGeneratorHolder
       
   831                                           #aspect: #protocolListGenerator
       
   832                                         )
       
   833                                         
       
   834                                        #(#SubChannelInfoSpec
       
   835                                           #subAspect: #packageFilter
       
   836                                           #aspect: #packageFilter
       
   837                                         ) 
       
   838                                        #(#SubChannelInfoSpec
       
   839                                           #subAspect: #selectedClasses
       
   840                                           #aspect: #selectedClasses
       
   841                                           #callBack: #classSelectionChanged
       
   842                                         )
       
   843                                         
       
   844                                        #(#SubChannelInfoSpec
       
   845                                           #subAspect: #selectionChangeCondition
       
   846                                           #aspect: #selectionChangeConditionHolder
       
   847                                         )
       
   848                                       )
       
   849                                       #createNewApplication: true
       
   850                                       #createNewBuilder: true
       
   851                                     )
       
   852                                    #(#SubCanvasSpec
       
   853                                       #name: 'VariableList'
       
   854                                       #majorKey: #'VariableList'
       
   855                                       #subAspectHolders: 
       
   856                                        #(#Array
       
   857 
       
   858                                          #(#SubChannelInfoSpec
       
   859                                             #subAspect: #classHolder
       
   860                                             #aspect: #selectedClasses
       
   861                                           ) 
       
   862                                          #(#SubChannelInfoSpec
       
   863                                             #subAspect: #doubleClickChannel
       
   864                                             #callBack: #variableDoubleClicked
       
   865                                           )
       
   866                                          #(#SubChannelInfoSpec
       
   867                                             #subAspect: #menuHolder
       
   868                                             #aspect: #variablesPopUpMenu
       
   869                                           )
       
   870 
       
   871                                          #(#SubChannelInfoSpec
       
   872                                             #subAspect: #selectedVariables
       
   873                                             #aspect: #variableFilter
       
   874                                           )
       
   875                                          #(#SubChannelInfoSpec
       
   876                                             #subAspect: #showClassVarsInVariableList
       
   877                                             #aspect: #filterClassVars
       
   878                                           )
       
   879                                  #(#SubChannelInfoSpec
       
   880                                     #subAspect: #sortVariablesByName
       
   881                                     #aspect: #variableListSortByName
       
   882                                   )
       
   883                                         )
       
   884                                       #createNewApplication: true
       
   885                                       #createNewBuilder: true
       
   886                                     )
       
   887                                    )
       
   888                                  
       
   889                                 )
       
   890                                 #handles: #(#Any 0.5 1.0)
       
   891                               )
       
   892                              #(#UISubSpecification
       
   893                                 #name: 'MetaToggles'
       
   894                                 #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
   895                                 #majorKey: #'NavigatorModel'
       
   896                                 #minorKey: #metaSpec
       
   897                               )
       
   898                              )
       
   899                            
       
   900                           )
       
   901                         )
       
   902                        #(#SubCanvasSpec
       
   903                           #name: 'MethodCategoryList'
       
   904                           #majorKey: #'MethodCategoryList'
       
   905                           #subAspectHolders: 
       
   906                          #(#Array
       
   907                             
       
   908                            #(#SubChannelInfoSpec
       
   909                               #subAspect: #immediateUpdate
       
   910                               #aspect: #immediateUpdate
       
   911                             ) 
       
   912                            #(#SubChannelInfoSpec
       
   913                               #subAspect: #inGeneratorHolder
       
   914                               #aspect: #protocolListGenerator
       
   915                             )
       
   916                            #(#SubChannelInfoSpec
       
   917                               #subAspect: #doubleClickChannel
       
   918                               #callBack: #protocolDoubleClicked
       
   919                             )
       
   920                             
       
   921                            #(#SubChannelInfoSpec
       
   922                               #subAspect: #menuHolder
       
   923                               #aspect: #protocolMenu
       
   924                             ) 
       
   925                            #(#SubChannelInfoSpec
       
   926                               #subAspect: #outGeneratorHolder
       
   927                               #aspect: #selectorListGenerator
       
   928                             )
       
   929                             
       
   930                            #(#SubChannelInfoSpec
       
   931                               #subAspect: #packageFilter
       
   932                               #aspect: #packageFilter
       
   933                             ) 
       
   934                            #(#SubChannelInfoSpec
       
   935                               #subAspect: #selectedProtocols
       
   936                               #aspect: #selectedProtocols
       
   937                               #callBack: #protocolSelectionChanged
       
   938                             )
       
   939                             
       
   940                            #(#SubChannelInfoSpec
       
   941                               #subAspect: #selectionChangeCondition
       
   942                               #aspect: #selectionChangeConditionHolder
       
   943                             )
       
   944                            #(#SubChannelInfoSpec
       
   945                               #subAspect: #variableFilter
       
   946                               #aspect: #variableFilter
       
   947                             )
       
   948                            #(#SubChannelInfoSpec
       
   949                               #subAspect: #filterClassVars
       
   950                               #aspect: #filterClassVars
       
   951                             )
       
   952                      #(#SubChannelInfoSpec
       
   953                         #subAspect: #methodVisibilityHolder
       
   954                         #aspect: #methodVisibilityHolder
       
   955                       )
       
   956                           )
       
   957                           #createNewApplication: true
       
   958                           #createNewBuilder: true
       
   959                         )
       
   960                        #(#SubCanvasSpec
       
   961                           #name: 'MethodList'
       
   962                           #majorKey: #'MethodList'
       
   963                           #subAspectHolders: 
       
   964                          #(#Array
       
   965                             
       
   966                            #(#SubChannelInfoSpec
       
   967                               #subAspect: #doubleClickChannel
       
   968                               #callBack: #methodDoubleClicked
       
   969                             ) 
       
   970                            #(#SubChannelInfoSpec
       
   971                               #subAspect: #immediateUpdate
       
   972                               #aspect: #immediateUpdate
       
   973                             )
       
   974                             
       
   975                            #(#SubChannelInfoSpec
       
   976                               #subAspect: #inGeneratorHolder
       
   977                               #aspect: #selectorListGenerator
       
   978                             ) 
       
   979                            #(#SubChannelInfoSpec
       
   980                               #subAspect: #menuHolder
       
   981                               #aspect: #selectorPopUpMenu
       
   982                             )
       
   983                             
       
   984                            #(#SubChannelInfoSpec
       
   985                               #subAspect: #packageFilter
       
   986                               #aspect: #packageFilter
       
   987                             ) 
       
   988                            #(#SubChannelInfoSpec
       
   989                               #subAspect: #variableFilter
       
   990                               #aspect: #variableFilter
       
   991                             )
       
   992                            #(#SubChannelInfoSpec
       
   993                               #subAspect: #filterClassVars
       
   994                               #aspect: #filterClassVars
       
   995                             )
       
   996                      #(#SubChannelInfoSpec
       
   997                         #subAspect: #showMethodInheritance
       
   998                         #aspect: #showMethodInheritance
       
   999                       )
       
  1000 
       
  1001                            #(#SubChannelInfoSpec
       
  1002                               #subAspect: #selectedMethods
       
  1003                               #aspect: #selectedMethods
       
  1004                               #callBack: #methodsSelectionChanged
       
  1005                             )
       
  1006                             
       
  1007                            #(#SubChannelInfoSpec
       
  1008                               #subAspect: #selectionChangeCondition
       
  1009                               #aspect: #selectionChangeConditionHolder
       
  1010                             )
       
  1011                           )
       
  1012                           #createNewApplication: true
       
  1013                           #createNewBuilder: true
       
  1014                         )
       
  1015                        )
       
  1016                      
       
  1017                     )
       
  1018                     #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  1019                   )
       
  1020                  )
       
  1021                
       
  1022               )
       
  1023               #handles: #(#Any 1.0)
       
  1024             )
       
  1025            )
       
  1026          
       
  1027         )
       
  1028       )
       
  1029 !
       
  1030 
       
  1031 multipleClassBrowserSpec
       
  1032     "This resource specification was automatically generated
       
  1033      by the UIPainter of ST/X."
       
  1034 
       
  1035     "Do not manually edit this!! If it is corrupted,
       
  1036      the UIPainter may not be able to read the specification."
       
  1037 
       
  1038     "
       
  1039      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleClassBrowserSpec
       
  1040      NavigatorCanvas new openInterface:#multipleClassBrowserSpec
       
  1041     "
       
  1042 
       
  1043     <resource: #canvas>
       
  1044 
       
  1045     ^ 
       
  1046      #(#FullSpec
       
  1047         #name: #multipleClassBrowserSpec
       
  1048         #window: 
       
  1049        #(#WindowSpec
       
  1050           #label: 'ClassBrowser'
       
  1051           #name: 'ClassBrowser'
       
  1052           #min: #(#Point 0 0)
       
  1053           #bounds: #(#Rectangle 18 51 480 351)
       
  1054         )
       
  1055         #component: 
       
  1056        #(#SpecCollection
       
  1057           #collection: #(
       
  1058            #(#VariableHorizontalPanelSpec
       
  1059               #name: 'VariableHorizontalPanel1'
       
  1060               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  1061               #barWidth: 2
       
  1062               #showHandle: false
       
  1063               #component: 
       
  1064              #(#SpecCollection
       
  1065                 #collection: #(
       
  1066                  #(#ViewSpec
       
  1067                     #name: 'Box1'
       
  1068                     #component: 
       
  1069                    #(#SpecCollection
       
  1070                       #collection: #(
       
  1071                        #(#VariableVerticalPanelSpec
       
  1072                           #name: 'VariableVerticalPanel1'
       
  1073                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  1074                           #component: 
       
  1075                          #(#SpecCollection
       
  1076                             #collection: #(
       
  1077                              #(#SubCanvasSpec
       
  1078                                 #name: 'ClassList'
       
  1079                                 #majorKey: #'ClassList'
       
  1080                                 #subAspectHolders: 
       
  1081                                #(#Array
       
  1082                                   
       
  1083                                  #(#SubChannelInfoSpec
       
  1084                                     #subAspect: #doubleClickChannel
       
  1085                                     #callBack: #classDoubleClicked
       
  1086                                   ) 
       
  1087                                  #(#SubChannelInfoSpec
       
  1088                                     #subAspect: #hideUnloadedClasses
       
  1089                                     #aspect: #hideUnloadedClasses
       
  1090                                   )
       
  1091                #(#SubChannelInfoSpec
       
  1092                   #subAspect: #markApplicationsHolder
       
  1093                   #aspect: #markApplicationsHolder
       
  1094                 ) 
       
  1095                                   
       
  1096                                  #(#SubChannelInfoSpec
       
  1097                                     #subAspect: #showClassPackages
       
  1098                                     #aspect: #showClassPackages
       
  1099                                   ) 
       
  1100                                  #(#SubChannelInfoSpec
       
  1101                                     #subAspect: #immediateUpdate
       
  1102                                     #aspect: #immediateUpdate
       
  1103                                   )
       
  1104                                   
       
  1105                                  #(#SubChannelInfoSpec
       
  1106                                     #subAspect: #inGeneratorHolder
       
  1107                                     #aspect: #classListGenerator
       
  1108                                   ) 
       
  1109                                  #(#SubChannelInfoSpec
       
  1110                                     #subAspect: #menuHolder
       
  1111                                     #aspect: #classPopUpMenu
       
  1112                                   )
       
  1113                                  #(#SubChannelInfoSpec
       
  1114                                     #subAspect: #sortBy
       
  1115                                     #aspect: #sortBy
       
  1116                                   )
       
  1117                                  #(#SubChannelInfoSpec
       
  1118                                     #subAspect: #meta
       
  1119                                     #aspect: #meta
       
  1120                                   ) 
       
  1121                                  #(#SubChannelInfoSpec
       
  1122                                     #subAspect: #organizerMode
       
  1123                                     #aspect: #organizerMode
       
  1124                                   )
       
  1125                                   
       
  1126                                  #(#SubChannelInfoSpec
       
  1127                                     #subAspect: #outGeneratorHolder
       
  1128                                     #aspect: #protocolListGenerator
       
  1129                                   ) 
       
  1130                                  #(#SubChannelInfoSpec
       
  1131                                     #subAspect: #packageFilter
       
  1132                                     #aspect: #packageFilter
       
  1133                                   )
       
  1134                                   
       
  1135                                  #(#SubChannelInfoSpec
       
  1136                                     #subAspect: #selectedClasses
       
  1137                                     #aspect: #selectedClasses
       
  1138                                     #callBack: #classSelectionChanged
       
  1139                                   ) 
       
  1140                                  #(#SubChannelInfoSpec
       
  1141                                     #subAspect: #selectionChangeCondition
       
  1142                                     #aspect: #selectionChangeConditionHolder
       
  1143                                   )
       
  1144                                 )
       
  1145                                 #createNewApplication: true
       
  1146                                 #createNewBuilder: true
       
  1147                               )
       
  1148                              #(#SubCanvasSpec
       
  1149                                 #name: 'VariableList'
       
  1150                                 #majorKey: #'VariableList'
       
  1151                                 #subAspectHolders: 
       
  1152                                #(#Array
       
  1153                                   
       
  1154                                  #(#SubChannelInfoSpec
       
  1155                                     #subAspect: #doubleClickChannel
       
  1156                                     #callBack: #variableDoubleClicked
       
  1157                                   ) 
       
  1158                                  #(#SubChannelInfoSpec
       
  1159                                     #subAspect: #classHolder
       
  1160                                     #aspect: #selectedClasses
       
  1161                                   ) 
       
  1162                                  #(#SubChannelInfoSpec
       
  1163                                     #subAspect: #menuHolder
       
  1164                                     #aspect: #variablesPopUpMenu
       
  1165                                   )
       
  1166                                   
       
  1167                                  #(#SubChannelInfoSpec
       
  1168                                     #subAspect: #selectedVariables
       
  1169                                     #aspect: #variableFilter
       
  1170                                   )
       
  1171                                  #(#SubChannelInfoSpec
       
  1172                                     #subAspect: #showClassVarsInVariableList
       
  1173                                     #aspect: #variableFilter
       
  1174                                   )
       
  1175                                  #(#SubChannelInfoSpec
       
  1176                                     #subAspect: #sortVariablesByName
       
  1177                                     #aspect: #variableListSortByName
       
  1178                                   )
       
  1179                                 )
       
  1180                                 #createNewApplication: true
       
  1181                                 #createNewBuilder: true
       
  1182                               )
       
  1183                              )
       
  1184                            
       
  1185                           )
       
  1186                           #showHandle: false
       
  1187                           #handlePosition: #left
       
  1188                           #snapMode: #both
       
  1189                           #handles: #(#Any 0.5 1.0)
       
  1190                         )
       
  1191                        #(#UISubSpecification
       
  1192                           #name: 'MetaToggles'
       
  1193                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  1194                           #majorKey: #'NavigatorModel'
       
  1195                           #minorKey: #metaSpec
       
  1196                         )
       
  1197                        )
       
  1198                      
       
  1199                     )
       
  1200                   )
       
  1201                  #(#SubCanvasSpec
       
  1202                     #name: 'MethodCategoryList'
       
  1203                     #majorKey: #'MethodCategoryList'
       
  1204                     #subAspectHolders: 
       
  1205                    #(#Array
       
  1206                       
       
  1207                      #(#SubChannelInfoSpec
       
  1208                         #subAspect: #doubleClickChannel
       
  1209                         #callBack: #protocolDoubleClicked
       
  1210                       ) 
       
  1211                      #(#SubChannelInfoSpec
       
  1212                         #subAspect: #immediateUpdate
       
  1213                         #aspect: #immediateUpdate
       
  1214                       ) 
       
  1215                      #(#SubChannelInfoSpec
       
  1216                         #subAspect: #inGeneratorHolder
       
  1217                         #aspect: #protocolListGenerator
       
  1218                       )
       
  1219                       
       
  1220                      #(#SubChannelInfoSpec
       
  1221                         #subAspect: #menuHolder
       
  1222                         #aspect: #protocolMenu
       
  1223                       ) 
       
  1224                      #(#SubChannelInfoSpec
       
  1225                         #subAspect: #outGeneratorHolder
       
  1226                         #aspect: #selectorListGenerator
       
  1227                       )
       
  1228                       
       
  1229                      #(#SubChannelInfoSpec
       
  1230                         #subAspect: #variableFilter
       
  1231                         #aspect: #variableFilter
       
  1232                       )
       
  1233                      #(#SubChannelInfoSpec
       
  1234                         #subAspect: #filterClassVars
       
  1235                         #aspect: #filterClassVars
       
  1236                       )
       
  1237                      #(#SubChannelInfoSpec
       
  1238                         #subAspect: #packageFilter
       
  1239                         #aspect: #packageFilter
       
  1240                       ) 
       
  1241                      #(#SubChannelInfoSpec
       
  1242                         #subAspect: #selectedProtocols
       
  1243                         #aspect: #selectedProtocols
       
  1244                         #callBack: #protocolSelectionChanged
       
  1245                       )
       
  1246                      #(#SubChannelInfoSpec
       
  1247                         #subAspect: #methodVisibilityHolder
       
  1248                         #aspect: #methodVisibilityHolder
       
  1249                       )
       
  1250                      #(#SubChannelInfoSpec
       
  1251                         #subAspect: #selectionChangeCondition
       
  1252                         #aspect: #selectionChangeConditionHolder
       
  1253                       )
       
  1254                     )
       
  1255                     #createNewApplication: true
       
  1256                     #createNewBuilder: true
       
  1257                   )
       
  1258                  #(#SubCanvasSpec
       
  1259                     #name: 'MethodList'
       
  1260                     #majorKey: #'MethodList'
       
  1261                     #subAspectHolders: 
       
  1262                    #(#Array
       
  1263                       
       
  1264                      #(#SubChannelInfoSpec
       
  1265                         #subAspect: #doubleClickChannel
       
  1266                         #callBack: #methodDoubleClicked
       
  1267                       ) 
       
  1268                      #(#SubChannelInfoSpec
       
  1269                         #subAspect: #immediateUpdate
       
  1270                         #aspect: #immediateUpdate
       
  1271                       )
       
  1272                       
       
  1273                      #(#SubChannelInfoSpec
       
  1274                         #subAspect: #inGeneratorHolder
       
  1275                         #aspect: #selectorListGenerator
       
  1276                       ) 
       
  1277                      #(#SubChannelInfoSpec
       
  1278                         #subAspect: #menuHolder
       
  1279                         #aspect: #selectorPopUpMenu
       
  1280                       )
       
  1281                      #(#SubChannelInfoSpec
       
  1282                         #subAspect: #variableFilter
       
  1283                         #aspect: #variableFilter
       
  1284                       )
       
  1285                      #(#SubChannelInfoSpec
       
  1286                         #subAspect: #filterClassVars
       
  1287                         #aspect: #filterClassVars
       
  1288                       )
       
  1289                      #(#SubChannelInfoSpec
       
  1290                         #subAspect: #packageFilter
       
  1291                         #aspect: #packageFilter
       
  1292                       ) 
       
  1293                      #(#SubChannelInfoSpec
       
  1294                         #subAspect: #selectedMethods
       
  1295                         #aspect: #selectedMethods
       
  1296                         #callBack: #methodsSelectionChanged
       
  1297                       )
       
  1298                      #(#SubChannelInfoSpec
       
  1299                         #subAspect: #showMethodInheritance
       
  1300                         #aspect: #showMethodInheritance
       
  1301                       )
       
  1302                      #(#SubChannelInfoSpec
       
  1303                         #subAspect: #selectionChangeCondition
       
  1304                         #aspect: #selectionChangeConditionHolder
       
  1305                       )
       
  1306                     )
       
  1307                     #createNewApplication: true
       
  1308                     #createNewBuilder: true
       
  1309                   )
       
  1310                  )
       
  1311                
       
  1312               )
       
  1313               #handles: #(#Any 0.333333 0.666667 1.0)
       
  1314             )
       
  1315            )
       
  1316          
       
  1317         )
       
  1318       )
       
  1319 !
       
  1320 
       
  1321 multipleClassDiffBrowserSpec
       
  1322     "This resource specification was automatically generated
       
  1323      by the UIPainter of ST/X."
       
  1324 
       
  1325     "Do not manually edit this!! If it is corrupted,
       
  1326      the UIPainter may not be able to read the specification."
       
  1327 
       
  1328     "
       
  1329      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleClassDiffBrowserSpec
       
  1330      NavigatorCanvas new openInterface:#multipleClassDiffBrowserSpec
       
  1331     "
       
  1332 
       
  1333     <resource: #canvas>
       
  1334 
       
  1335     ^ 
       
  1336      #(#FullSpec
       
  1337         #name: #multipleClassDiffBrowserSpec
       
  1338         #window: 
       
  1339        #(#WindowSpec
       
  1340           #label: 'ClassBrowser'
       
  1341           #name: 'ClassBrowser'
       
  1342           #min: #(#Point 0 0)
       
  1343           #bounds: #(#Rectangle 12 22 474 322)
       
  1344         )
       
  1345         #component: 
       
  1346        #(#SpecCollection
       
  1347           #collection: #(
       
  1348            #(#SubCanvasSpec
       
  1349               #name: 'ClassList'
       
  1350               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -30 1.0)
       
  1351               #majorKey: #'ClassList'
       
  1352               #subAspectHolders: 
       
  1353              #(#Array
       
  1354                 
       
  1355                #(#SubChannelInfoSpec
       
  1356                   #subAspect: #doubleClickChannel
       
  1357                   #callBack: #classDoubleClicked
       
  1358                 ) 
       
  1359                #(#SubChannelInfoSpec
       
  1360                   #subAspect: #hideUnloadedClasses
       
  1361                   #aspect: #hideUnloadedClasses
       
  1362                 )
       
  1363                #(#SubChannelInfoSpec
       
  1364                   #subAspect: #markApplicationsHolder
       
  1365                   #aspect: #markApplicationsHolder
       
  1366                 ) 
       
  1367                 
       
  1368                #(#SubChannelInfoSpec
       
  1369                   #subAspect: #showClassPackages
       
  1370                   #aspect: #showClassPackages
       
  1371                 ) 
       
  1372                #(#SubChannelInfoSpec
       
  1373                   #subAspect: #immediateUpdate
       
  1374                   #aspect: #immediateUpdate
       
  1375                 )
       
  1376                 
       
  1377                #(#SubChannelInfoSpec
       
  1378                   #subAspect: #inGeneratorHolder
       
  1379                   #aspect: #classListGenerator
       
  1380                 ) 
       
  1381                #(#SubChannelInfoSpec
       
  1382                   #subAspect: #menuHolder
       
  1383                   #aspect: #classPopUpMenu
       
  1384                 )
       
  1385                 
       
  1386                #(#SubChannelInfoSpec
       
  1387                   #subAspect: #sortBy
       
  1388                   #aspect: #sortBy
       
  1389                 ) 
       
  1390                #(#SubChannelInfoSpec
       
  1391                   #subAspect: #meta
       
  1392                   #aspect: #meta
       
  1393                 )
       
  1394                 
       
  1395                #(#SubChannelInfoSpec
       
  1396                   #subAspect: #organizerMode
       
  1397                   #aspect: #organizerMode
       
  1398                 ) 
       
  1399                #(#SubChannelInfoSpec
       
  1400                   #subAspect: #outGeneratorHolder
       
  1401                   #aspect: #protocolListGenerator
       
  1402                 )
       
  1403                 
       
  1404                #(#SubChannelInfoSpec
       
  1405                   #subAspect: #packageFilter
       
  1406                   #aspect: #packageFilter
       
  1407                 ) 
       
  1408                #(#SubChannelInfoSpec
       
  1409                   #subAspect: #selectedClasses
       
  1410                   #aspect: #selectedClasses
       
  1411                   #callBack: #classSelectionChanged
       
  1412                 )
       
  1413                 
       
  1414                #(#SubChannelInfoSpec
       
  1415                   #subAspect: #selectionChangeCondition
       
  1416                   #aspect: #selectionChangeConditionHolder
       
  1417                 )
       
  1418               )
       
  1419               #createNewApplication: true
       
  1420               #createNewBuilder: true
       
  1421             )
       
  1422            #(#LabelSpec
       
  1423               #label: 'projectInfo'
       
  1424               #name: 'Label1'
       
  1425               #layout: #(#LayoutFrame 0 0 -30 1 0 1 0 1)
       
  1426               #level: -1
       
  1427               #labelChannel: #classesProjectInfoHolder
       
  1428               #adjust: #left
       
  1429             )
       
  1430            )
       
  1431          
       
  1432         )
       
  1433       )
       
  1434 !
       
  1435 
       
  1436 multipleClassExtensionBrowserSpec
       
  1437     "This resource specification was automatically generated
       
  1438      by the UIPainter of ST/X."
       
  1439 
       
  1440     "Do not manually edit this!! If it is corrupted,
       
  1441      the UIPainter may not be able to read the specification."
       
  1442 
       
  1443     "
       
  1444      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleClassExtensionBrowserSpec
       
  1445      NavigatorCanvas new openInterface:#multipleClassExtensionBrowserSpec
       
  1446     "
       
  1447 
       
  1448     <resource: #canvas>
       
  1449 
       
  1450     ^ 
       
  1451      #(#FullSpec
       
  1452         #name: #multipleClassExtensionBrowserSpec
       
  1453         #window: 
       
  1454        #(#WindowSpec
       
  1455           #label: 'ClassBrowser'
       
  1456           #name: 'ClassBrowser'
       
  1457           #min: #(#Point 0 0)
       
  1458           #bounds: #(#Rectangle 16 46 478 346)
       
  1459         )
       
  1460         #component: 
       
  1461        #(#SpecCollection
       
  1462           #collection: #(
       
  1463            #(#VariableHorizontalPanelSpec
       
  1464               #name: 'VariableHorizontalPanel1'
       
  1465               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  1466               #barWidth: 2
       
  1467               #showHandle: false
       
  1468               #component: 
       
  1469              #(#SpecCollection
       
  1470                 #collection: #(
       
  1471                  #(#ViewSpec
       
  1472                     #name: 'Box1'
       
  1473                     #component: 
       
  1474                    #(#SpecCollection
       
  1475                       #collection: #(
       
  1476                        #(#VariableVerticalPanelSpec
       
  1477                           #name: 'VariableVerticalPanel1'
       
  1478                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  1479                           #component: 
       
  1480                          #(#SpecCollection
       
  1481                             #collection: #(
       
  1482                              #(#SubCanvasSpec
       
  1483                                 #name: 'ClassList'
       
  1484                                 #majorKey: #'ClassList'
       
  1485                                 #subAspectHolders: 
       
  1486                                #(#Array
       
  1487                                   
       
  1488                                  #(#SubChannelInfoSpec
       
  1489                                     #subAspect: #doubleClickChannel
       
  1490                                     #callBack: #classDoubleClicked
       
  1491                                   ) 
       
  1492                                  #(#SubChannelInfoSpec
       
  1493                                     #subAspect: #hideUnloadedClasses
       
  1494                                     #aspect: #hideUnloadedClasses
       
  1495                                   )
       
  1496                #(#SubChannelInfoSpec
       
  1497                   #subAspect: #markApplicationsHolder
       
  1498                   #aspect: #markApplicationsHolder
       
  1499                 ) 
       
  1500                                   
       
  1501                                  #(#SubChannelInfoSpec
       
  1502                                     #subAspect: #showClassPackages
       
  1503                                     #aspect: #showClassPackages
       
  1504                                   ) 
       
  1505                                  #(#SubChannelInfoSpec
       
  1506                                     #subAspect: #immediateUpdate
       
  1507                                     #aspect: #immediateUpdate
       
  1508                                   )
       
  1509                                   
       
  1510                                  #(#SubChannelInfoSpec
       
  1511                                     #subAspect: #inGeneratorHolder
       
  1512                                     #aspect: #classListGenerator
       
  1513                                   ) 
       
  1514                                  #(#SubChannelInfoSpec
       
  1515                                     #subAspect: #menuHolder
       
  1516                                     #aspect: #classPopUpMenu
       
  1517                                   )
       
  1518                                   
       
  1519                                  #(#SubChannelInfoSpec
       
  1520                                     #subAspect: #sortBy
       
  1521                                     #aspect: #sortBy
       
  1522                                   ) 
       
  1523                                  #(#SubChannelInfoSpec
       
  1524                                     #subAspect: #meta
       
  1525                                     #aspect: #meta
       
  1526                                   )
       
  1527                                   
       
  1528                                  #(#SubChannelInfoSpec
       
  1529                                     #subAspect: #organizerMode
       
  1530                                     #aspect: #organizerMode
       
  1531                                   ) 
       
  1532                                  #(#SubChannelInfoSpec
       
  1533                                     #subAspect: #outGeneratorHolder
       
  1534                                     #aspect: #protocolListGenerator
       
  1535                                   )
       
  1536                                   
       
  1537                                  #(#SubChannelInfoSpec
       
  1538                                     #subAspect: #selectedClasses
       
  1539                                     #aspect: #selectedClasses
       
  1540                                     #callBack: #classSelectionChanged
       
  1541                                   )
       
  1542                                   
       
  1543                                  #(#SubChannelInfoSpec
       
  1544                                     #subAspect: #selectionChangeCondition
       
  1545                                     #aspect: #selectionChangeConditionHolder
       
  1546                                   )
       
  1547                                 )
       
  1548                                 #createNewApplication: true
       
  1549                                 #createNewBuilder: true
       
  1550                               )
       
  1551                              #(#SubCanvasSpec
       
  1552                                 #name: 'ProjectList'
       
  1553                                 #majorKey: #'ProjectList'
       
  1554                                 #subAspectHolders: 
       
  1555                                #(#Array
       
  1556                                  #(#SubChannelInfoSpec
       
  1557                                     #subAspect: #immediateUpdate
       
  1558                                     #aspect: #immediateUpdate
       
  1559                                   )
       
  1560                                  #(#SubChannelInfoSpec
       
  1561                                     #subAspect: #inGeneratorHolder
       
  1562                                     #aspect: #projectListGenerator
       
  1563                                   ) 
       
  1564                                  #(#SubChannelInfoSpec
       
  1565                                     #subAspect: #selectedProjects
       
  1566                                     #aspect: #selectedProjects
       
  1567                                     #callBack: #projectSelectionChangedForFilter
       
  1568                                   ) 
       
  1569                                  #(#SubChannelInfoSpec
       
  1570                                     #subAspect: #selectionChangeCondition
       
  1571                                     #aspect: #selectionChangeConditionHolder
       
  1572                                   )
       
  1573                                  #(#SubChannelInfoSpec
       
  1574                                     #subAspect: #menuHolder
       
  1575                                     #aspect: #projectPopUpMenu
       
  1576                                   ) 
       
  1577                                 )
       
  1578                                 #createNewApplication: true
       
  1579                                 #createNewBuilder: true
       
  1580                               )
       
  1581                              #(#SubCanvasSpec
       
  1582                                 #name: 'VariableList'
       
  1583                                 #majorKey: #'VariableList'
       
  1584                                 #subAspectHolders: 
       
  1585                                #(#Array
       
  1586                                   
       
  1587                                  #(#SubChannelInfoSpec
       
  1588                                     #subAspect: #doubleClickChannel
       
  1589                                     #callBack: #variableDoubleClicked
       
  1590                                   ) 
       
  1591                                  #(#SubChannelInfoSpec
       
  1592                                     #subAspect: #classHolder
       
  1593                                     #aspect: #selectedClasses
       
  1594                                   )
       
  1595                                   
       
  1596                                  #(#SubChannelInfoSpec
       
  1597                                     #subAspect: #menuHolder
       
  1598                                     #aspect: #variablesPopUpMenu
       
  1599                                   ) 
       
  1600                                  #(#SubChannelInfoSpec
       
  1601                                     #subAspect: #selectedVariables
       
  1602                                     #aspect: #variableFilter
       
  1603                                   )
       
  1604                                   
       
  1605                                  #(#SubChannelInfoSpec
       
  1606                                     #subAspect: #showClassVarsInVariableList
       
  1607                                     #aspect: #filterClassVars "/variableFilter
       
  1608                                   )
       
  1609                                  #(#SubChannelInfoSpec
       
  1610                                     #subAspect: #sortVariablesByName
       
  1611                                     #aspect: #variableListSortByName
       
  1612                                   )
       
  1613                                 )
       
  1614                                 #createNewApplication: true
       
  1615                                 #createNewBuilder: true
       
  1616                               )
       
  1617                              )
       
  1618                            
       
  1619                           )
       
  1620                           "/ #handles: #(#Any 0.333333 0.666667 1.0)
       
  1621                           #handles: #(#Any 0.7 1.0 1.0)
       
  1622                         )
       
  1623                        #(#UISubSpecification                 
       
  1624                           #name: 'MetaToggles'
       
  1625                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  1626                           #majorKey: #'NavigatorModel'
       
  1627                           #minorKey: #metaSpec
       
  1628                         )
       
  1629                        )
       
  1630                      
       
  1631                     )
       
  1632                   )
       
  1633                  #(#SubCanvasSpec
       
  1634                     #name: 'MethodCategoryList'
       
  1635                     #majorKey: #'MethodCategoryList'
       
  1636                     #subAspectHolders: 
       
  1637                    #(#Array
       
  1638                       
       
  1639                      #(#SubChannelInfoSpec
       
  1640                         #subAspect: #doubleClickChannel
       
  1641                         #callBack: #protocolDoubleClicked
       
  1642                       ) 
       
  1643                      #(#SubChannelInfoSpec
       
  1644                         #subAspect: #immediateUpdate
       
  1645                         #aspect: #immediateUpdate
       
  1646                       )
       
  1647                       
       
  1648                      #(#SubChannelInfoSpec
       
  1649                         #subAspect: #inGeneratorHolder
       
  1650                         #aspect: #protocolListGenerator
       
  1651                       ) 
       
  1652                      #(#SubChannelInfoSpec
       
  1653                         #subAspect: #menuHolder
       
  1654                         #aspect: #protocolMenu
       
  1655                       )
       
  1656                       
       
  1657                      #(#SubChannelInfoSpec
       
  1658                         #subAspect: #outGeneratorHolder
       
  1659                         #aspect: #selectorListGenerator
       
  1660                       ) 
       
  1661                      #(#SubChannelInfoSpec
       
  1662                         #subAspect: #variableFilter
       
  1663                         #aspect: #variableFilter
       
  1664                         #callBack: #variableSelectionChanged
       
  1665                       )
       
  1666                       
       
  1667                      #(#SubChannelInfoSpec
       
  1668                         #subAspect: #filterClassVars
       
  1669                         #aspect: #filterClassVars
       
  1670                       ) 
       
  1671                      #(#SubChannelInfoSpec
       
  1672                         #subAspect: #packageFilter
       
  1673                         #aspect: #packageFilter
       
  1674                       )
       
  1675                      #(#SubChannelInfoSpec
       
  1676                         #subAspect: #packageFilterOnInput
       
  1677                         #aspect: #packageFilter
       
  1678                       )
       
  1679                      #(#SubChannelInfoSpec
       
  1680                         #subAspect: #methodVisibilityHolder
       
  1681                         #aspect: #methodVisibilityHolder
       
  1682                       )
       
  1683                      #(#SubChannelInfoSpec
       
  1684                         #subAspect: #selectedProtocols
       
  1685                         #aspect: #selectedProtocols
       
  1686                         #callBack: #protocolSelectionChanged
       
  1687                       ) 
       
  1688                      #(#SubChannelInfoSpec
       
  1689                         #subAspect: #selectionChangeCondition
       
  1690                         #aspect: #selectionChangeConditionHolder
       
  1691                       )
       
  1692                     )
       
  1693                     #createNewApplication: true
       
  1694                     #createNewBuilder: true
       
  1695                   )
       
  1696                  #(#SubCanvasSpec
       
  1697                     #name: 'MethodList'
       
  1698                     #majorKey: #'MethodList'
       
  1699                     #subAspectHolders: 
       
  1700                    #(#Array
       
  1701                       
       
  1702                      #(#SubChannelInfoSpec
       
  1703                         #subAspect: #doubleClickChannel
       
  1704                         #callBack: #methodDoubleClicked
       
  1705                       ) 
       
  1706                      #(#SubChannelInfoSpec
       
  1707                         #subAspect: #immediateUpdate
       
  1708                         #aspect: #immediateUpdate
       
  1709                       )
       
  1710                       
       
  1711                      #(#SubChannelInfoSpec
       
  1712                         #subAspect: #inGeneratorHolder
       
  1713                         #aspect: #selectorListGenerator
       
  1714                       ) 
       
  1715                      #(#SubChannelInfoSpec
       
  1716                         #subAspect: #menuHolder
       
  1717                         #aspect: #selectorPopUpMenu
       
  1718                       )
       
  1719                       
       
  1720                      #(#SubChannelInfoSpec
       
  1721                         #subAspect: #variableFilter
       
  1722                         #aspect: #variableFilter
       
  1723                         #callBack: #variableSelectionChanged
       
  1724                       ) 
       
  1725                      #(#SubChannelInfoSpec
       
  1726                         #subAspect: #filterClassVars
       
  1727                         #aspect: #filterClassVars
       
  1728                       )
       
  1729                       
       
  1730                      #(#SubChannelInfoSpec
       
  1731                         #subAspect: #packageFilter
       
  1732                         #aspect: #packageFilter
       
  1733                       ) 
       
  1734                      #(#SubChannelInfoSpec
       
  1735                         #subAspect: #selectedMethods
       
  1736                         #aspect: #selectedMethods
       
  1737                         #callBack: #methodsSelectionChanged
       
  1738                       )
       
  1739                      #(#SubChannelInfoSpec
       
  1740                         #subAspect: #showMethodInheritance
       
  1741                         #aspect: #showMethodInheritance
       
  1742                       )
       
  1743                      #(#SubChannelInfoSpec
       
  1744                         #subAspect: #selectionChangeCondition
       
  1745                         #aspect: #selectionChangeConditionHolder
       
  1746                       )
       
  1747                     )
       
  1748                     #createNewApplication: true
       
  1749                     #createNewBuilder: true
       
  1750                   )
       
  1751                  )
       
  1752                
       
  1753               )
       
  1754               #handles: #(#Any 0.333333 0.666667 1.0)
       
  1755             )
       
  1756            )
       
  1757          
       
  1758         )
       
  1759       )
       
  1760 !
       
  1761 
       
  1762 multipleFullProtocolBrowserSpec
       
  1763     "This resource specification was automatically generated
       
  1764      by the UIPainter of ST/X."
       
  1765 
       
  1766     "Do not manually edit this!! If it is corrupted,
       
  1767      the UIPainter may not be able to read the specification."
       
  1768 
       
  1769     "
       
  1770      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleFullProtocolBrowserSpec
       
  1771      NavigatorCanvas new openInterface:#multipleFullProtocolBrowserSpec
       
  1772     "
       
  1773 
       
  1774     <resource: #canvas>
       
  1775 
       
  1776     ^ 
       
  1777      #(#FullSpec
       
  1778         #name: #multipleFullProtocolBrowserSpec
       
  1779         #window: 
       
  1780        #(#WindowSpec
       
  1781           #label: 'ProtocolBrowser'
       
  1782           #name: 'ProtocolBrowser'
       
  1783           #min: #(#Point 0 0)
       
  1784           #bounds: #(#Rectangle 12 22 474 322)
       
  1785         )
       
  1786         #component: 
       
  1787        #(#SpecCollection
       
  1788           #collection: #(
       
  1789            #(#VariableHorizontalPanelSpec
       
  1790               #name: 'VariableHorizontalPanel1'
       
  1791               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  1792               #component: 
       
  1793              #(#SpecCollection
       
  1794                 #collection: #(
       
  1795                  #(#SubCanvasSpec
       
  1796                     #name: 'MethodCategoryList'
       
  1797                     #majorKey: #'MethodCategoryList'
       
  1798                     #subAspectHolders: 
       
  1799                    #(#Array
       
  1800                       
       
  1801                      #(#SubChannelInfoSpec
       
  1802                         #subAspect: #doubleClickChannel
       
  1803                         #callBack: #protocolDoubleClicked
       
  1804                       ) 
       
  1805                      #(#SubChannelInfoSpec
       
  1806                         #subAspect: #immediateUpdate
       
  1807                         #aspect: #immediateUpdate
       
  1808                       ) 
       
  1809                      #(#SubChannelInfoSpec
       
  1810                         #subAspect: #inGeneratorHolder
       
  1811                         #aspect: #protocolListGenerator
       
  1812                       )
       
  1813                       
       
  1814                      #(#SubChannelInfoSpec
       
  1815                         #subAspect: #menuHolder
       
  1816                         #aspect: #protocolMenu
       
  1817                       ) 
       
  1818                      #(#SubChannelInfoSpec
       
  1819                         #subAspect: #outGeneratorHolder
       
  1820                         #aspect: #selectorListGenerator
       
  1821                       )
       
  1822                       
       
  1823                      #(#SubChannelInfoSpec
       
  1824                         #subAspect: #packageFilter
       
  1825                         #aspect: #packageFilter
       
  1826                       ) 
       
  1827                      #(#SubChannelInfoSpec
       
  1828                         #subAspect: #selectedProtocols
       
  1829                         #aspect: #selectedProtocols
       
  1830                       )
       
  1831                       
       
  1832                      #(#SubChannelInfoSpec
       
  1833                         #subAspect: #selectionChangeCondition
       
  1834                         #aspect: #selectionChangeConditionHolder
       
  1835                       ) 
       
  1836                      #(#SubChannelInfoSpec
       
  1837                         #subAspect: #noAllItem
       
  1838                         #aspect: #noAllItem
       
  1839                       )
       
  1840                     )
       
  1841                     #createNewApplication: true
       
  1842                     #createNewBuilder: true
       
  1843                   )
       
  1844                  #(#SubCanvasSpec
       
  1845                     #name: 'MethodList'
       
  1846                     #majorKey: #'MethodList'
       
  1847                     #subAspectHolders: 
       
  1848                    #(#Array
       
  1849                       
       
  1850                      #(#SubChannelInfoSpec
       
  1851                         #subAspect: #doubleClickChannel
       
  1852                         #callBack: #methodDoubleClicked
       
  1853                       ) 
       
  1854                      #(#SubChannelInfoSpec
       
  1855                         #subAspect: #immediateUpdate
       
  1856                         #aspect: #immediateUpdate
       
  1857                       )
       
  1858                       
       
  1859                      #(#SubChannelInfoSpec
       
  1860                         #subAspect: #inGeneratorHolder
       
  1861                         #aspect: #selectorListGenerator
       
  1862                       ) 
       
  1863                      #(#SubChannelInfoSpec
       
  1864                         #subAspect: #menuHolder
       
  1865                         #aspect: #selectorPopUpMenu
       
  1866                       )
       
  1867                       
       
  1868                      #(#SubChannelInfoSpec
       
  1869                         #subAspect: #packageFilter
       
  1870                         #aspect: #packageFilter
       
  1871                       ) 
       
  1872                      #(#SubChannelInfoSpec
       
  1873                         #subAspect: #sortBy
       
  1874                         #aspect: #sortBy
       
  1875                       )
       
  1876                       
       
  1877                      #(#SubChannelInfoSpec
       
  1878                         #subAspect: #selectedMethods
       
  1879                         #aspect: #selectedMethods
       
  1880                         #callBack: #methodsSelectionChanged
       
  1881                       ) 
       
  1882                      #(#SubChannelInfoSpec
       
  1883                         #subAspect: #selectionChangeCondition
       
  1884                         #aspect: #selectionChangeConditionHolder
       
  1885                       )
       
  1886                     )
       
  1887                     #createNewApplication: true
       
  1888                     #createNewBuilder: true
       
  1889                   )
       
  1890                  )
       
  1891                
       
  1892               )
       
  1893               #handles: #(#Any 0.5 1.0)
       
  1894             )
       
  1895            )
       
  1896          
       
  1897         )
       
  1898       )
       
  1899 !
       
  1900 
       
  1901 multipleNameSpaceBrowserSpec
       
  1902     "This resource specification was automatically generated
       
  1903      by the UIPainter of ST/X."
       
  1904 
       
  1905     "Do not manually edit this!! If it is corrupted,
       
  1906      the UIPainter may not be able to read the specification."
       
  1907 
       
  1908     "
       
  1909      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleNameSpaceBrowserSpec
       
  1910      NavigatorCanvas new openInterface:#multipleNameSpaceBrowserSpec
       
  1911     "
       
  1912 
       
  1913     <resource: #canvas>
       
  1914 
       
  1915     ^ 
       
  1916      #(#FullSpec
       
  1917         #name: #multipleNameSpaceBrowserSpec
       
  1918         #window: 
       
  1919        #(#WindowSpec
       
  1920           #label: 'NameSpaceBrowser'
       
  1921           #name: 'NameSpaceBrowser'
       
  1922           #min: #(#Point 0 0)
       
  1923           #bounds: #(#Rectangle 18 51 480 351)
       
  1924         )
       
  1925         #component: 
       
  1926        #(#SpecCollection
       
  1927           #collection: #(
       
  1928            #(#VariableHorizontalPanelSpec
       
  1929               #name: 'VariableHorizontalPanel1'
       
  1930               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  1931               #barWidth: 2
       
  1932               #showHandle: false
       
  1933               #component: 
       
  1934              #(#SpecCollection
       
  1935                 #collection: #(
       
  1936                  #(#SubCanvasSpec
       
  1937                     #name: 'NameSpaceList'
       
  1938                     #majorKey: #'NameSpaceList'
       
  1939                     #subAspectHolders: 
       
  1940                    #(#Array
       
  1941                       
       
  1942                            #(#SubChannelInfoSpec
       
  1943                               #subAspect: #menuHolder
       
  1944                               #aspect: #nameSpacePopUpMenu
       
  1945                             ) 
       
  1946                      #(#SubChannelInfoSpec
       
  1947                         #subAspect: #hideUnloadedClasses
       
  1948                         #aspect: #hideUnloadedClasses
       
  1949                       ) 
       
  1950                      #(#SubChannelInfoSpec
       
  1951                         #subAspect: #showClassPackages
       
  1952                         #aspect: #showClassPackages
       
  1953                       )
       
  1954                      #(#SubChannelInfoSpec
       
  1955                         #subAspect: #doubleClickChannel
       
  1956                         #callBack: #nameSpaceDoubleClicked
       
  1957                       ) 
       
  1958                       
       
  1959                      #(#SubChannelInfoSpec
       
  1960                         #subAspect: #immediateUpdate
       
  1961                         #aspect: #immediateUpdate
       
  1962                       ) 
       
  1963                      #(#SubChannelInfoSpec
       
  1964                         #subAspect: #inGeneratorHolder
       
  1965                         #aspect: #nameSpaceListGenerator
       
  1966                       )
       
  1967                       
       
  1968                      #(#SubChannelInfoSpec
       
  1969                         #subAspect: #outGeneratorHolder
       
  1970                         #aspect: #classListGenerator
       
  1971                       ) 
       
  1972                      #(#SubChannelInfoSpec
       
  1973                         #subAspect: #selectedNamespaces
       
  1974                         #aspect: #selectedNamespaces
       
  1975                         #callBack: #nameSpaceSelectionChanged
       
  1976                       )
       
  1977                       
       
  1978                      #(#SubChannelInfoSpec
       
  1979                         #subAspect: #selectionChangeCondition
       
  1980                         #aspect: #selectionChangeConditionHolder
       
  1981                       )
       
  1982                     )
       
  1983                     #createNewApplication: true
       
  1984                     #createNewBuilder: true
       
  1985                   )
       
  1986                  #(#ViewSpec
       
  1987                     #name: 'Box1'
       
  1988                     #component: 
       
  1989                    #(#SpecCollection
       
  1990                       #collection: #(
       
  1991                        #(#VariableVerticalPanelSpec
       
  1992                           #name: 'VariableVerticalPanel1'
       
  1993                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  1994                           #showHandle: false
       
  1995                           #handlePosition: #left
       
  1996                           #snapMode: #both
       
  1997                           #component: 
       
  1998                          #(#SpecCollection
       
  1999                             #collection: #(
       
  2000                              #(#SubCanvasSpec
       
  2001                                 #name: 'ClassList'
       
  2002                                 #majorKey: #'ClassList'
       
  2003                                 #subAspectHolders: 
       
  2004                                #(#Array
       
  2005                                   
       
  2006                                  #(#SubChannelInfoSpec
       
  2007                                     #subAspect: #doubleClickChannel
       
  2008                                     #callBack: #classDoubleClicked
       
  2009                                   ) 
       
  2010                                  #(#SubChannelInfoSpec
       
  2011                                     #subAspect: #hideUnloadedClasses
       
  2012                                     #aspect: #hideUnloadedClasses
       
  2013                                   )
       
  2014                #(#SubChannelInfoSpec
       
  2015                   #subAspect: #markApplicationsHolder
       
  2016                   #aspect: #markApplicationsHolder
       
  2017                 ) 
       
  2018                                   
       
  2019                                  #(#SubChannelInfoSpec
       
  2020                                     #subAspect: #immediateUpdate
       
  2021                                     #aspect: #immediateUpdate
       
  2022                                   ) 
       
  2023                                  #(#SubChannelInfoSpec
       
  2024                                     #subAspect: #inGeneratorHolder
       
  2025                                     #aspect: #classListGenerator
       
  2026                                   )
       
  2027                                   
       
  2028                                  #(#SubChannelInfoSpec
       
  2029                                     #subAspect: #meta
       
  2030                                     #aspect: #meta
       
  2031                                   ) 
       
  2032                                  #(#SubChannelInfoSpec
       
  2033                                     #subAspect: #organizerMode
       
  2034                                     #aspect: #organizerMode
       
  2035                                   )
       
  2036                                   
       
  2037                                  #(#SubChannelInfoSpec
       
  2038                                     #subAspect: #outGeneratorHolder
       
  2039                                     #aspect: #protocolListGenerator
       
  2040                                   ) 
       
  2041                                  #(#SubChannelInfoSpec
       
  2042                                     #subAspect: #packageFilter
       
  2043                                     #aspect: #packageFilter
       
  2044                                   )
       
  2045                            #(#SubChannelInfoSpec
       
  2046                               #subAspect: #nameSpaceFilter
       
  2047                               #aspect: #selectedNamespaces
       
  2048                             ) 
       
  2049                                   
       
  2050                                  #(#SubChannelInfoSpec
       
  2051                                     #subAspect: #selectedClasses
       
  2052                                     #aspect: #selectedClasses
       
  2053                                     #callBack: #classSelectionChanged
       
  2054                                   ) 
       
  2055                                  #(#SubChannelInfoSpec
       
  2056                                     #subAspect: #selectionChangeCondition
       
  2057                                     #aspect: #selectionChangeConditionHolder
       
  2058                                   )
       
  2059                                 )
       
  2060                                 #createNewApplication: true
       
  2061                                 #createNewBuilder: true
       
  2062                               )
       
  2063                              #(#SubCanvasSpec
       
  2064                                 #name: 'VariableList'
       
  2065                                 #majorKey: #'VariableList'
       
  2066                                 #subAspectHolders: 
       
  2067                                #(#Array
       
  2068 
       
  2069                                  #(#SubChannelInfoSpec
       
  2070                                     #subAspect: #doubleClickChannel
       
  2071                                     #callBack: #variableDoubleClicked
       
  2072                                   ) 
       
  2073                                  #(#SubChannelInfoSpec
       
  2074                                     #subAspect: #classHolder
       
  2075                                     #aspect: #selectedClasses
       
  2076                                   ) 
       
  2077                                  #(#SubChannelInfoSpec
       
  2078                                     #subAspect: #menuHolder
       
  2079                                     #aspect: #variablesPopUpMenu
       
  2080                                   )
       
  2081 
       
  2082                                  #(#SubChannelInfoSpec
       
  2083                                     #subAspect: #selectedVariables
       
  2084                                     #aspect: #variableFilter
       
  2085                                   )
       
  2086                                  #(#SubChannelInfoSpec
       
  2087                                     #subAspect: #showClassVarsInVariableList
       
  2088                                     #aspect: #filterClassVars
       
  2089                                   )
       
  2090                                  #(#SubChannelInfoSpec
       
  2091                                     #subAspect: #sortVariablesByName
       
  2092                                     #aspect: #variableListSortByName
       
  2093                                   )
       
  2094                                 )
       
  2095                                 #createNewApplication: true
       
  2096                                 #createNewBuilder: true
       
  2097                               )
       
  2098                              )
       
  2099                            
       
  2100                           )
       
  2101                           #handles: #(#Any 0.5 1.0)
       
  2102                         )
       
  2103                        #(#UISubSpecification
       
  2104                           #name: 'MetaToggles'
       
  2105                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  2106                           #majorKey: #'NavigatorModel'
       
  2107                           #minorKey: #metaSpec
       
  2108                         )
       
  2109                        )
       
  2110                      
       
  2111                     )
       
  2112                   )
       
  2113                  #(#SubCanvasSpec
       
  2114                     #name: 'MethodCategoryList'
       
  2115                     #majorKey: #'MethodCategoryList'
       
  2116                     #subAspectHolders: 
       
  2117                    #(#Array
       
  2118                       
       
  2119                      #(#SubChannelInfoSpec
       
  2120                         #subAspect: #immediateUpdate
       
  2121                         #aspect: #immediateUpdate
       
  2122                       ) 
       
  2123                      #(#SubChannelInfoSpec
       
  2124                         #subAspect: #inGeneratorHolder
       
  2125                         #aspect: #protocolListGenerator
       
  2126                       )
       
  2127                      #(#SubChannelInfoSpec
       
  2128                         #subAspect: #doubleClickChannel
       
  2129                         #callBack: #protocolDoubleClicked
       
  2130                       ) 
       
  2131                       
       
  2132                      #(#SubChannelInfoSpec
       
  2133                         #subAspect: #menuHolder
       
  2134                         #aspect: #protocolMenu
       
  2135                       ) 
       
  2136                      #(#SubChannelInfoSpec
       
  2137                         #subAspect: #outGeneratorHolder
       
  2138                         #aspect: #selectorListGenerator
       
  2139                       )
       
  2140                      #(#SubChannelInfoSpec
       
  2141                         #subAspect: #variableFilter
       
  2142                         #aspect: #variableFilter
       
  2143                       )
       
  2144                      #(#SubChannelInfoSpec
       
  2145                         #subAspect: #filterClassVars
       
  2146                         #aspect: #filterClassVars
       
  2147                       )
       
  2148                      #(#SubChannelInfoSpec
       
  2149                         #subAspect: #packageFilter
       
  2150                         #aspect: #packageFilter
       
  2151                       ) 
       
  2152                      #(#SubChannelInfoSpec
       
  2153                         #subAspect: #selectedProtocols
       
  2154                         #aspect: #selectedProtocols
       
  2155                         #callBack: #protocolSelectionChanged
       
  2156                       )
       
  2157                      #(#SubChannelInfoSpec
       
  2158                         #subAspect: #methodVisibilityHolder
       
  2159                         #aspect: #methodVisibilityHolder
       
  2160                       )
       
  2161                      #(#SubChannelInfoSpec
       
  2162                         #subAspect: #selectionChangeCondition
       
  2163                         #aspect: #selectionChangeConditionHolder
       
  2164                       )
       
  2165                     )
       
  2166                     #createNewApplication: true
       
  2167                     #createNewBuilder: true
       
  2168                   )
       
  2169                  #(#SubCanvasSpec
       
  2170                     #name: 'MethodList'
       
  2171                     #majorKey: #'MethodList'
       
  2172                     #subAspectHolders: 
       
  2173                    #(#Array
       
  2174                       
       
  2175                      #(#SubChannelInfoSpec
       
  2176                         #subAspect: #doubleClickChannel
       
  2177                         #callBack: #methodDoubleClicked
       
  2178                       ) 
       
  2179                      #(#SubChannelInfoSpec
       
  2180                         #subAspect: #immediateUpdate
       
  2181                         #aspect: #immediateUpdate
       
  2182                       )
       
  2183                       
       
  2184                      #(#SubChannelInfoSpec
       
  2185                         #subAspect: #inGeneratorHolder
       
  2186                         #aspect: #selectorListGenerator
       
  2187                       ) 
       
  2188                      #(#SubChannelInfoSpec
       
  2189                         #subAspect: #menuHolder
       
  2190                         #aspect: #selectorPopUpMenu
       
  2191                       )
       
  2192                      #(#SubChannelInfoSpec
       
  2193                         #subAspect: #variableFilter
       
  2194                         #aspect: #variableFilter
       
  2195                       )
       
  2196                      #(#SubChannelInfoSpec
       
  2197                         #subAspect: #filterClassVars
       
  2198                         #aspect: #filterClassVars
       
  2199                       )
       
  2200                      #(#SubChannelInfoSpec
       
  2201                         #subAspect: #packageFilter
       
  2202                         #aspect: #packageFilter
       
  2203                       ) 
       
  2204                      #(#SubChannelInfoSpec
       
  2205                         #subAspect: #selectedMethods
       
  2206                         #aspect: #selectedMethods
       
  2207                         #callBack: #methodsSelectionChanged
       
  2208                       )
       
  2209                      #(#SubChannelInfoSpec
       
  2210                         #subAspect: #showMethodInheritance
       
  2211                         #aspect: #showMethodInheritance
       
  2212                       )
       
  2213                      #(#SubChannelInfoSpec
       
  2214                         #subAspect: #selectionChangeCondition
       
  2215                         #aspect: #selectionChangeConditionHolder
       
  2216                       )
       
  2217                     )
       
  2218                     #createNewApplication: true
       
  2219                     #createNewBuilder: true
       
  2220                   )
       
  2221                  )
       
  2222                
       
  2223               )
       
  2224               #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  2225             )
       
  2226            )
       
  2227          
       
  2228         )
       
  2229       )
       
  2230 
       
  2231     "Modified: / 18.8.2000 / 14:50:21 / cg"
       
  2232 !
       
  2233 
       
  2234 multipleNameSpaceFullBrowserSpec
       
  2235     "This resource specification was automatically generated
       
  2236      by the UIPainter of ST/X."
       
  2237 
       
  2238     "Do not manually edit this!! If it is corrupted,
       
  2239      the UIPainter may not be able to read the specification."
       
  2240 
       
  2241     "
       
  2242      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleNameSpaceFullBrowserSpec
       
  2243      NavigatorCanvas new openInterface:#multipleNameSpaceFullBrowserSpec
       
  2244     "
       
  2245 
       
  2246     <resource: #canvas>
       
  2247 
       
  2248     ^ 
       
  2249      #(#FullSpec
       
  2250         #name: #multipleNameSpaceFullBrowserSpec
       
  2251         #window: 
       
  2252        #(#WindowSpec
       
  2253           #label: 'NameSpaceBrowser'
       
  2254           #name: 'NameSpaceBrowser'
       
  2255           #min: #(#Point 0 0)
       
  2256           #bounds: #(#Rectangle 127 62 589 362)
       
  2257         )
       
  2258         #component: 
       
  2259        #(#SpecCollection
       
  2260           #collection: #(
       
  2261            #(#VariableHorizontalPanelSpec
       
  2262               #name: 'VariableHorizontalPanel1'
       
  2263               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  2264               #barWidth: 2
       
  2265               #showHandle: false
       
  2266               #component: 
       
  2267              #(#SpecCollection
       
  2268                 #collection: #(
       
  2269                  #(#VariableVerticalPanelSpec
       
  2270                     #name: 'VariableVerticalPanel2'
       
  2271                     #component: 
       
  2272                    #(#SpecCollection
       
  2273                       #collection: #(
       
  2274                        #(#SubCanvasSpec
       
  2275                           #name: 'NameSpaceList'
       
  2276                           #majorKey: #'NamespaceList'
       
  2277                           #subAspectHolders: 
       
  2278                          #(#Array
       
  2279                             
       
  2280                            #(#SubChannelInfoSpec
       
  2281                               #subAspect: #menuHolder
       
  2282                               #aspect: #nameSpacePopUpMenu
       
  2283                             ) 
       
  2284                            #(#SubChannelInfoSpec
       
  2285                               #subAspect: #hideUnloadedClasses
       
  2286                               #aspect: #hideUnloadedClasses
       
  2287                             ) 
       
  2288                            #(#SubChannelInfoSpec
       
  2289                               #subAspect: #showClassPackages
       
  2290                               #aspect: #showClassPackages
       
  2291                             )
       
  2292                             
       
  2293                            #(#SubChannelInfoSpec
       
  2294                               #subAspect: #doubleClickChannel
       
  2295                               #callBack: #nameSpaceDoubleClicked
       
  2296                             ) 
       
  2297                            #(#SubChannelInfoSpec
       
  2298                               #subAspect: #immediateUpdate
       
  2299                               #aspect: #immediateUpdate
       
  2300                             )
       
  2301                             
       
  2302                            #(#SubChannelInfoSpec
       
  2303                               #subAspect: #inGeneratorHolder
       
  2304                               #aspect: #nameSpaceListGenerator
       
  2305                             ) 
       
  2306 "/                           #(#SubChannelInfoSpec
       
  2307 "/                              #subAspect: #outGeneratorHolder
       
  2308 "/                              #aspect: #classListGenerator
       
  2309 "/                            )
       
  2310                             
       
  2311                            #(#SubChannelInfoSpec
       
  2312                               #subAspect: #selectedNamespaces
       
  2313                               #aspect: #selectedNamespaces
       
  2314                               #callBack: #nameSpaceSelectionChanged
       
  2315                             ) 
       
  2316                            #(#SubChannelInfoSpec
       
  2317                               #subAspect: #selectionChangeCondition
       
  2318                               #aspect: #selectionChangeConditionHolder
       
  2319                             )
       
  2320                           )
       
  2321                           #createNewApplication: true
       
  2322                           #createNewBuilder: true
       
  2323                         )
       
  2324                        #(#SubCanvasSpec
       
  2325                           #name: 'ClassCategoryList'
       
  2326                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  2327                           #majorKey: #'ClassCategoryList'
       
  2328                           #subAspectHolders: 
       
  2329                          #(#Array
       
  2330 
       
  2331                            #(#SubChannelInfoSpec
       
  2332                               #subAspect: #nameSpaceFilter
       
  2333                               #aspect: #selectedNamespaces
       
  2334                             ) 
       
  2335                           #(#SubChannelInfoSpec
       
  2336                              #subAspect: #doubleClickChannel
       
  2337                              #callBack: #classCategoryDoubleClicked
       
  2338                            )
       
  2339                            #(#SubChannelInfoSpec
       
  2340                               #subAspect: #forceGeneratorTrigger
       
  2341                               #aspect: #forceClassCategoryGeneratorTrigger
       
  2342                             )
       
  2343 
       
  2344                            #(#SubChannelInfoSpec
       
  2345                               #subAspect: #hideUnloadedClasses
       
  2346                               #aspect: #hideUnloadedClasses
       
  2347                             ) 
       
  2348                            #(#SubChannelInfoSpec
       
  2349                               #subAspect: #immediateUpdate
       
  2350                               #aspect: #immediateUpdate
       
  2351                             )
       
  2352 
       
  2353                            #(#SubChannelInfoSpec
       
  2354                               #subAspect: #menuHolder
       
  2355                               #aspect: #categoryPopUpMenu
       
  2356                             ) 
       
  2357                            #(#SubChannelInfoSpec
       
  2358                               #subAspect: #organizerMode
       
  2359                               #aspect: #organizerMode
       
  2360                             )
       
  2361 
       
  2362                            #(#SubChannelInfoSpec
       
  2363                               #subAspect: #outGeneratorHolder
       
  2364                               #aspect: #classListGenerator
       
  2365                             ) 
       
  2366                            #(#SubChannelInfoSpec
       
  2367                               #subAspect: #selectedCategories
       
  2368                               #aspect: #selectedCategories
       
  2369                             )
       
  2370 
       
  2371                            #(#SubChannelInfoSpec
       
  2372                               #subAspect: #selectionChangeCondition
       
  2373                               #aspect: #selectionChangeCondition
       
  2374                             ) 
       
  2375                            #(#SubChannelInfoSpec
       
  2376                               #subAspect: #slaveMode
       
  2377                               #aspect: #categoryListSlaveMode
       
  2378                             )
       
  2379 
       
  2380                            #(#SubChannelInfoSpec
       
  2381                               #subAspect: #updateTrigger
       
  2382                               #aspect: #classCategoryListUpdateTrigger
       
  2383                             )
       
  2384                           )
       
  2385                           #createNewApplication: true
       
  2386                           #createNewBuilder: true
       
  2387                         )
       
  2388                        )
       
  2389                      
       
  2390                     )
       
  2391                     #handles: #(#Any 0.5 1.0)
       
  2392                   )
       
  2393                  #(#ViewSpec
       
  2394                     #name: 'Box1'
       
  2395                     #component: 
       
  2396                    #(#SpecCollection
       
  2397                       #collection: #(
       
  2398                        #(#VariableVerticalPanelSpec
       
  2399                           #name: 'VariableVerticalPanel1'
       
  2400                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  2401                           #showHandle: false
       
  2402                           #handlePosition: #left
       
  2403                           #snapMode: #both
       
  2404                           #component: 
       
  2405                          #(#SpecCollection
       
  2406                             #collection: #(
       
  2407                              #(#SubCanvasSpec
       
  2408                                 #name: 'ClassList'
       
  2409                                 #majorKey: #'ClassList'
       
  2410                                 #subAspectHolders: 
       
  2411                                #(#Array
       
  2412                                   
       
  2413                                  #(#SubChannelInfoSpec
       
  2414                                     #subAspect: #menuHolder
       
  2415                                     #aspect: #classPopUpMenu
       
  2416                                   ) 
       
  2417                                  #(#SubChannelInfoSpec
       
  2418                                     #subAspect: #nameSpaceFilter
       
  2419                                     #aspect: #selectedNamespaces
       
  2420                                   ) 
       
  2421                                  #(#SubChannelInfoSpec
       
  2422                                     #subAspect: #doubleClickChannel
       
  2423                                     #callBack: #classDoubleClicked
       
  2424                                   ) 
       
  2425                                  #(#SubChannelInfoSpec
       
  2426                                     #subAspect: #hideUnloadedClasses
       
  2427                                     #aspect: #hideUnloadedClasses
       
  2428                                   )
       
  2429                #(#SubChannelInfoSpec
       
  2430                   #subAspect: #markApplicationsHolder
       
  2431                   #aspect: #markApplicationsHolder
       
  2432                 ) 
       
  2433                                   
       
  2434                                  #(#SubChannelInfoSpec
       
  2435                                     #subAspect: #immediateUpdate
       
  2436                                     #aspect: #immediateUpdate
       
  2437                                   ) 
       
  2438                                  #(#SubChannelInfoSpec
       
  2439                                     #subAspect: #inGeneratorHolder
       
  2440                                     #aspect: #classListGenerator
       
  2441                                   )
       
  2442                                   
       
  2443                                  #(#SubChannelInfoSpec
       
  2444                                     #subAspect: #meta
       
  2445                                     #aspect: #meta
       
  2446                                   ) 
       
  2447                                  #(#SubChannelInfoSpec
       
  2448                                     #subAspect: #organizerMode
       
  2449                                     #aspect: #organizerMode
       
  2450                                   )
       
  2451                                   
       
  2452                                  #(#SubChannelInfoSpec
       
  2453                                     #subAspect: #outGeneratorHolder
       
  2454                                     #aspect: #protocolListGenerator
       
  2455                                   ) 
       
  2456                                  #(#SubChannelInfoSpec
       
  2457                                     #subAspect: #packageFilter
       
  2458                                     #aspect: #packageFilter
       
  2459                                   )
       
  2460                                   
       
  2461                                  #(#SubChannelInfoSpec
       
  2462                                     #subAspect: #selectedClasses
       
  2463                                     #aspect: #selectedClasses
       
  2464                                     #callBack: #classSelectionChanged
       
  2465                                   ) 
       
  2466                                  #(#SubChannelInfoSpec
       
  2467                                     #subAspect: #selectionChangeCondition
       
  2468                                     #aspect: #selectionChangeConditionHolder
       
  2469                                   )
       
  2470                                 )
       
  2471                                 #createNewApplication: true
       
  2472                                 #createNewBuilder: true
       
  2473                               )
       
  2474                              #(#SubCanvasSpec
       
  2475                                 #name: 'VariableList'
       
  2476                                 #majorKey: #'VariableList'
       
  2477                                 #subAspectHolders: 
       
  2478                                #(#Array
       
  2479                                   
       
  2480                                  #(#SubChannelInfoSpec
       
  2481                                     #subAspect: #doubleClickChannel
       
  2482                                     #callBack: #variableDoubleClicked
       
  2483                                   ) 
       
  2484                                  #(#SubChannelInfoSpec
       
  2485                                     #subAspect: #classHolder
       
  2486                                     #aspect: #selectedClasses
       
  2487                                   )
       
  2488                                   
       
  2489                                  #(#SubChannelInfoSpec
       
  2490                                     #subAspect: #menuHolder
       
  2491                                     #aspect: #variablesPopUpMenu
       
  2492                                   ) 
       
  2493                                  #(#SubChannelInfoSpec
       
  2494                                     #subAspect: #selectedVariables
       
  2495                                     #aspect: #variableFilter
       
  2496                                   )
       
  2497                                   
       
  2498                                  #(#SubChannelInfoSpec
       
  2499                                     #subAspect: #showClassVarsInVariableList
       
  2500                                     #aspect: #filterClassVars
       
  2501                                   )
       
  2502                                  #(#SubChannelInfoSpec
       
  2503                                     #subAspect: #sortVariablesByName
       
  2504                                     #aspect: #variableListSortByName
       
  2505                                   )
       
  2506                                 )
       
  2507                                 #createNewApplication: true
       
  2508                                 #createNewBuilder: true
       
  2509                               )
       
  2510                              )
       
  2511                            
       
  2512                           )
       
  2513                           #handles: #(#Any 0.5 1.0)
       
  2514                         )
       
  2515                        #(#UISubSpecification
       
  2516                           #name: 'MetaToggles'
       
  2517                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  2518                           #majorKey: #'NavigatorModel'
       
  2519                           #minorKey: #metaSpec
       
  2520                         )
       
  2521                        )
       
  2522                      
       
  2523                     )
       
  2524                   )
       
  2525                  #(#SubCanvasSpec
       
  2526                     #name: 'MethodCategoryList'
       
  2527                     #majorKey: #'MethodCategoryList'
       
  2528                     #subAspectHolders: 
       
  2529                    #(#Array
       
  2530                       
       
  2531                      #(#SubChannelInfoSpec
       
  2532                         #subAspect: #immediateUpdate
       
  2533                         #aspect: #immediateUpdate
       
  2534                       ) 
       
  2535                      #(#SubChannelInfoSpec
       
  2536                         #subAspect: #inGeneratorHolder
       
  2537                         #aspect: #protocolListGenerator
       
  2538                       )
       
  2539                       
       
  2540                      #(#SubChannelInfoSpec
       
  2541                         #subAspect: #doubleClickChannel
       
  2542                         #callBack: #protocolDoubleClicked
       
  2543                       ) 
       
  2544                      #(#SubChannelInfoSpec
       
  2545                         #subAspect: #menuHolder
       
  2546                         #aspect: #protocolMenu
       
  2547                       )
       
  2548                       
       
  2549                      #(#SubChannelInfoSpec
       
  2550                         #subAspect: #outGeneratorHolder
       
  2551                         #aspect: #selectorListGenerator
       
  2552                       ) 
       
  2553                      #(#SubChannelInfoSpec
       
  2554                         #subAspect: #variableFilter
       
  2555                         #aspect: #variableFilter
       
  2556                       )
       
  2557                       
       
  2558                      #(#SubChannelInfoSpec
       
  2559                         #subAspect: #filterClassVars
       
  2560                         #aspect: #filterClassVars
       
  2561                       ) 
       
  2562                      #(#SubChannelInfoSpec
       
  2563                         #subAspect: #packageFilter
       
  2564                         #aspect: #packageFilter
       
  2565                       )
       
  2566                      #(#SubChannelInfoSpec
       
  2567                         #subAspect: #methodVisibilityHolder
       
  2568                         #aspect: #methodVisibilityHolder
       
  2569                       )
       
  2570                      #(#SubChannelInfoSpec
       
  2571                         #subAspect: #selectedProtocols
       
  2572                         #aspect: #selectedProtocols
       
  2573                         #callBack: #protocolSelectionChanged
       
  2574                       ) 
       
  2575                      #(#SubChannelInfoSpec
       
  2576                         #subAspect: #selectionChangeCondition
       
  2577                         #aspect: #selectionChangeConditionHolder
       
  2578                       )
       
  2579                     )
       
  2580                     #createNewApplication: true
       
  2581                     #createNewBuilder: true
       
  2582                   )
       
  2583                  #(#SubCanvasSpec
       
  2584                     #name: 'MethodList'
       
  2585                     #majorKey: #'MethodList'
       
  2586                     #subAspectHolders: 
       
  2587                    #(#Array
       
  2588                       
       
  2589                      #(#SubChannelInfoSpec
       
  2590                         #subAspect: #doubleClickChannel
       
  2591                         #callBack: #methodDoubleClicked
       
  2592                       ) 
       
  2593                      #(#SubChannelInfoSpec
       
  2594                         #subAspect: #immediateUpdate
       
  2595                         #aspect: #immediateUpdate
       
  2596                       )
       
  2597                       
       
  2598                      #(#SubChannelInfoSpec
       
  2599                         #subAspect: #inGeneratorHolder
       
  2600                         #aspect: #selectorListGenerator
       
  2601                       ) 
       
  2602                      #(#SubChannelInfoSpec
       
  2603                         #subAspect: #menuHolder
       
  2604                         #aspect: #selectorPopUpMenu
       
  2605                       )
       
  2606                       
       
  2607                      #(#SubChannelInfoSpec
       
  2608                         #subAspect: #variableFilter
       
  2609                         #aspect: #variableFilter
       
  2610                       ) 
       
  2611                      #(#SubChannelInfoSpec
       
  2612                         #subAspect: #filterClassVars
       
  2613                         #aspect: #filterClassVars
       
  2614                       )
       
  2615                      #(#SubChannelInfoSpec
       
  2616                         #subAspect: #showMethodInheritance
       
  2617                         #aspect: #showMethodInheritance
       
  2618                       )
       
  2619                      #(#SubChannelInfoSpec
       
  2620                         #subAspect: #packageFilter
       
  2621                         #aspect: #packageFilter
       
  2622                       ) 
       
  2623                      #(#SubChannelInfoSpec
       
  2624                         #subAspect: #selectedMethods
       
  2625                         #aspect: #selectedMethods
       
  2626                         #callBack: #methodsSelectionChanged
       
  2627                       )
       
  2628                       
       
  2629                      #(#SubChannelInfoSpec
       
  2630                         #subAspect: #selectionChangeCondition
       
  2631                         #aspect: #selectionChangeConditionHolder
       
  2632                       )
       
  2633                     )
       
  2634                     #createNewApplication: true
       
  2635                     #createNewBuilder: true
       
  2636                   )
       
  2637                  )
       
  2638                
       
  2639               )
       
  2640               #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  2641             )
       
  2642            )
       
  2643          
       
  2644         )
       
  2645       )
       
  2646 
       
  2647     "Modified: / 18.8.2000 / 20:01:39 / cg"
       
  2648 !
       
  2649 
       
  2650 multipleProjectBrowserSpec
       
  2651     "This resource specification was automatically generated
       
  2652      by the UIPainter of ST/X."
       
  2653 
       
  2654     "Do not manually edit this!! If it is corrupted,
       
  2655      the UIPainter may not be able to read the specification."
       
  2656 
       
  2657     "
       
  2658      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleProjectBrowserSpec
       
  2659      NavigatorCanvas new openInterface:#multipleProjectBrowserSpec
       
  2660     "
       
  2661 
       
  2662     <resource: #canvas>
       
  2663 
       
  2664     ^ 
       
  2665      #(#FullSpec
       
  2666         #name: #multipleProjectBrowserSpec
       
  2667         #window: 
       
  2668        #(#WindowSpec
       
  2669           #label: 'ProjectBrowser'
       
  2670           #name: 'ProjectBrowser'
       
  2671           #min: #(#Point 0 0)
       
  2672           #bounds: #(#Rectangle 18 51 480 351)
       
  2673         )
       
  2674         #component: 
       
  2675        #(#SpecCollection
       
  2676           #collection: #(
       
  2677            #(#VariableHorizontalPanelSpec
       
  2678               #name: 'VariableHorizontalPanel1'
       
  2679               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  2680               #barWidth: 2
       
  2681               #showHandle: false
       
  2682               #component: 
       
  2683              #(#SpecCollection
       
  2684                 #collection: #(
       
  2685                  #(#SubCanvasSpec
       
  2686                     #name: 'ProjectList'
       
  2687                     #majorKey: #'ProjectList'
       
  2688                     #subAspectHolders: 
       
  2689                    #(#Array
       
  2690                       
       
  2691                      #(#SubChannelInfoSpec
       
  2692                         #subAspect: #menuHolder
       
  2693                         #aspect: #projectPopUpMenu
       
  2694                       ) 
       
  2695                      #(#SubChannelInfoSpec
       
  2696                         #subAspect: #hideUnloadedClasses
       
  2697                         #aspect: #hideUnloadedClasses
       
  2698                       )
       
  2699                      #(#SubChannelInfoSpec
       
  2700                         #subAspect: #doubleClickChannel
       
  2701                         #callBack: #projectDoubleClicked
       
  2702                       ) 
       
  2703                       
       
  2704                      #(#SubChannelInfoSpec
       
  2705                         #subAspect: #showClassPackages
       
  2706                         #aspect: #showClassPackages
       
  2707                       ) 
       
  2708                      #(#SubChannelInfoSpec
       
  2709                         #subAspect: #immediateUpdate
       
  2710                         #aspect: #immediateUpdate
       
  2711                       )
       
  2712                       
       
  2713                      #(#SubChannelInfoSpec
       
  2714                         #subAspect: #inGeneratorHolder
       
  2715                         #aspect: #projectListGenerator
       
  2716                       ) 
       
  2717                      #(#SubChannelInfoSpec
       
  2718                         #subAspect: #outGeneratorHolder
       
  2719                         #aspect: #classListGenerator
       
  2720                       )
       
  2721                       
       
  2722                      #(#SubChannelInfoSpec
       
  2723                         #subAspect: #selectedProjects
       
  2724                         #aspect: #selectedProjects
       
  2725                         #callBack: #projectSelectionChanged
       
  2726                       ) 
       
  2727                      #(#SubChannelInfoSpec
       
  2728                         #subAspect: #selectionChangeCondition
       
  2729                         #aspect: #selectionChangeConditionHolder
       
  2730                       )
       
  2731                     )
       
  2732                     #createNewApplication: true
       
  2733                     #createNewBuilder: true
       
  2734                   )
       
  2735                  #(#ViewSpec
       
  2736                     #name: 'Box1'
       
  2737                     #component: 
       
  2738                    #(#SpecCollection
       
  2739                       #collection: #(
       
  2740                        #(#VariableVerticalPanelSpec
       
  2741                           #name: 'VariableVerticalPanel1'
       
  2742                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  2743                           #showHandle: false
       
  2744                           #handlePosition: #left
       
  2745                           #snapMode: #both
       
  2746                           #component: 
       
  2747                          #(#SpecCollection
       
  2748                             #collection: #(
       
  2749                              #(#SubCanvasSpec
       
  2750                                 #name: 'ClassList'
       
  2751                                 #majorKey: #'ClassList'
       
  2752                                 #subAspectHolders: 
       
  2753                                #(#Array
       
  2754                                   
       
  2755                                  #(#SubChannelInfoSpec
       
  2756                                     #subAspect: #doubleClickChannel
       
  2757                                     #callBack: #classDoubleClicked
       
  2758                                   ) 
       
  2759                                  #(#SubChannelInfoSpec
       
  2760                                     #subAspect: #hideUnloadedClasses
       
  2761                                     #aspect: #hideUnloadedClasses
       
  2762                                   )
       
  2763                #(#SubChannelInfoSpec
       
  2764                   #subAspect: #markApplicationsHolder
       
  2765                   #aspect: #markApplicationsHolder
       
  2766                 ) 
       
  2767                                   
       
  2768                                  #(#SubChannelInfoSpec
       
  2769                                     #subAspect: #immediateUpdate
       
  2770                                     #aspect: #immediateUpdate
       
  2771                                   ) 
       
  2772                                  #(#SubChannelInfoSpec
       
  2773                                     #subAspect: #inGeneratorHolder
       
  2774                                     #aspect: #classListGenerator
       
  2775                                   )
       
  2776                                   
       
  2777                                  #(#SubChannelInfoSpec
       
  2778                                     #subAspect: #meta
       
  2779                                     #aspect: #meta
       
  2780                                   ) 
       
  2781                                  #(#SubChannelInfoSpec
       
  2782                                     #subAspect: #organizerMode
       
  2783                                     #aspect: #organizerMode
       
  2784                                   )
       
  2785                                   
       
  2786                                  #(#SubChannelInfoSpec
       
  2787                                     #subAspect: #outGeneratorHolder
       
  2788                                     #aspect: #protocolListGenerator
       
  2789                                   ) 
       
  2790                                  #(#SubChannelInfoSpec
       
  2791                                     #subAspect: #packageFilter
       
  2792                                     #aspect: #packageFilter
       
  2793                                   )
       
  2794                                   
       
  2795                                  #(#SubChannelInfoSpec
       
  2796                                     #subAspect: #selectedClasses
       
  2797                                     #aspect: #selectedClasses
       
  2798                                     #callBack: #classSelectionChanged
       
  2799                                   ) 
       
  2800                                  #(#SubChannelInfoSpec
       
  2801                                     #subAspect: #selectionChangeCondition
       
  2802                                     #aspect: #selectionChangeConditionHolder
       
  2803                                   )
       
  2804                                 )
       
  2805                                 #createNewApplication: true
       
  2806                                 #createNewBuilder: true
       
  2807                               )
       
  2808                              #(#SubCanvasSpec
       
  2809                                 #name: 'VariableList'
       
  2810                                 #majorKey: #'VariableList'
       
  2811                                 #subAspectHolders: 
       
  2812                                #(#Array
       
  2813 
       
  2814                                  #(#SubChannelInfoSpec
       
  2815                                     #subAspect: #doubleClickChannel
       
  2816                                     #callBack: #variableDoubleClicked
       
  2817                                   ) 
       
  2818                                  #(#SubChannelInfoSpec
       
  2819                                     #subAspect: #classHolder
       
  2820                                     #aspect: #selectedClasses
       
  2821                                   ) 
       
  2822                                  #(#SubChannelInfoSpec
       
  2823                                     #subAspect: #menuHolder
       
  2824                                     #aspect: #variablesPopUpMenu
       
  2825                                   )
       
  2826 
       
  2827                                  #(#SubChannelInfoSpec
       
  2828                                     #subAspect: #selectedVariables
       
  2829                                     #aspect: #variableFilter
       
  2830                                   )
       
  2831                                  #(#SubChannelInfoSpec
       
  2832                                     #subAspect: #showClassVarsInVariableList
       
  2833                                     #aspect: #filterClassVars
       
  2834                                   )
       
  2835                                  #(#SubChannelInfoSpec
       
  2836                                     #subAspect: #sortVariablesByName
       
  2837                                     #aspect: #variableListSortByName
       
  2838                                   )
       
  2839                                 )
       
  2840                                 #createNewApplication: true
       
  2841                                 #createNewBuilder: true
       
  2842                               )
       
  2843                              )
       
  2844                            
       
  2845                           )
       
  2846                           #handles: #(#Any 0.5 1.0)
       
  2847                         )
       
  2848                        #(#UISubSpecification
       
  2849                           #name: 'MetaToggles'
       
  2850                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  2851                           #majorKey: #'NavigatorModel'
       
  2852                           #minorKey: #metaSpec
       
  2853                         )
       
  2854                        )
       
  2855                      
       
  2856                     )
       
  2857                   )
       
  2858                  #(#SubCanvasSpec
       
  2859                     #name: 'MethodCategoryList'
       
  2860                     #majorKey: #'MethodCategoryList'
       
  2861                     #subAspectHolders: 
       
  2862                    #(#Array
       
  2863                       
       
  2864                      #(#SubChannelInfoSpec
       
  2865                         #subAspect: #doubleClickChannel
       
  2866                         #callBack: #protocolDoubleClicked
       
  2867                       ) 
       
  2868                      #(#SubChannelInfoSpec
       
  2869                         #subAspect: #immediateUpdate
       
  2870                         #aspect: #immediateUpdate
       
  2871                       ) 
       
  2872                      #(#SubChannelInfoSpec
       
  2873                         #subAspect: #inGeneratorHolder
       
  2874                         #aspect: #protocolListGenerator
       
  2875                       )
       
  2876                       
       
  2877                      #(#SubChannelInfoSpec
       
  2878                         #subAspect: #menuHolder
       
  2879                         #aspect: #protocolMenu
       
  2880                       ) 
       
  2881                      #(#SubChannelInfoSpec
       
  2882                         #subAspect: #outGeneratorHolder
       
  2883                         #aspect: #selectorListGenerator
       
  2884                       )
       
  2885                      #(#SubChannelInfoSpec
       
  2886                         #subAspect: #variableFilter
       
  2887                         #aspect: #variableFilter
       
  2888                         #callBack: #variableSelectionChanged
       
  2889                       )
       
  2890                      #(#SubChannelInfoSpec
       
  2891                         #subAspect: #filterClassVars
       
  2892                         #aspect: #filterClassVars
       
  2893                       )
       
  2894                      #(#SubChannelInfoSpec
       
  2895                         #subAspect: #packageFilter
       
  2896                         #aspect: #packageFilter
       
  2897                       ) 
       
  2898                      #(#SubChannelInfoSpec
       
  2899                         #subAspect: #selectedProtocols
       
  2900                         #aspect: #selectedProtocols
       
  2901                         #callBack: #protocolSelectionChanged
       
  2902                       )
       
  2903                      #(#SubChannelInfoSpec
       
  2904                         #subAspect: #methodVisibilityHolder
       
  2905                         #aspect: #methodVisibilityHolder
       
  2906                       )
       
  2907                      #(#SubChannelInfoSpec
       
  2908                         #subAspect: #selectionChangeCondition
       
  2909                         #aspect: #selectionChangeConditionHolder
       
  2910                       )
       
  2911                     )
       
  2912                     #createNewApplication: true
       
  2913                     #createNewBuilder: true
       
  2914                   )
       
  2915                  #(#SubCanvasSpec
       
  2916                     #name: 'MethodList'
       
  2917                     #majorKey: #'MethodList'
       
  2918                     #subAspectHolders: 
       
  2919                    #(#Array
       
  2920                       
       
  2921                      #(#SubChannelInfoSpec
       
  2922                         #subAspect: #doubleClickChannel
       
  2923                         #callBack: #methodDoubleClicked
       
  2924                       ) 
       
  2925                      #(#SubChannelInfoSpec
       
  2926                         #subAspect: #immediateUpdate
       
  2927                         #aspect: #immediateUpdate
       
  2928                       )
       
  2929                       
       
  2930                      #(#SubChannelInfoSpec
       
  2931                         #subAspect: #inGeneratorHolder
       
  2932                         #aspect: #selectorListGenerator
       
  2933                       ) 
       
  2934                      #(#SubChannelInfoSpec
       
  2935                         #subAspect: #menuHolder
       
  2936                         #aspect: #selectorPopUpMenu
       
  2937                       )
       
  2938                      #(#SubChannelInfoSpec
       
  2939                         #subAspect: #variableFilter
       
  2940                         #aspect: #variableFilter
       
  2941                         #callBack: #variableSelectionChanged
       
  2942                       )
       
  2943                      #(#SubChannelInfoSpec
       
  2944                         #subAspect: #filterClassVars
       
  2945                         #aspect: #filterClassVars
       
  2946                       )
       
  2947                      #(#SubChannelInfoSpec
       
  2948                         #subAspect: #packageFilter
       
  2949                         #aspect: #packageFilter
       
  2950                       ) 
       
  2951                      #(#SubChannelInfoSpec
       
  2952                         #subAspect: #selectedMethods
       
  2953                         #aspect: #selectedMethods
       
  2954                         #callBack: #methodsSelectionChanged
       
  2955                       )
       
  2956                      #(#SubChannelInfoSpec
       
  2957                         #subAspect: #showMethodInheritance
       
  2958                         #aspect: #showMethodInheritance
       
  2959                       )
       
  2960                      #(#SubChannelInfoSpec
       
  2961                         #subAspect: #selectionChangeCondition
       
  2962                         #aspect: #selectionChangeConditionHolder
       
  2963                       )
       
  2964                     )
       
  2965                     #createNewApplication: true
       
  2966                     #createNewBuilder: true
       
  2967                   )
       
  2968                  )
       
  2969                
       
  2970               )
       
  2971               #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  2972             )
       
  2973            )
       
  2974          
       
  2975         )
       
  2976       )
       
  2977 !
       
  2978 
       
  2979 multipleProjectFullBrowserSpec
       
  2980     "This resource specification was automatically generated
       
  2981      by the UIPainter of ST/X."
       
  2982 
       
  2983     "Do not manually edit this!! If it is corrupted,
       
  2984      the UIPainter may not be able to read the specification."
       
  2985 
       
  2986     "
       
  2987      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleProjectFullBrowserSpec
       
  2988      NavigatorCanvas new openInterface:#multipleProjectFullBrowserSpec
       
  2989     "
       
  2990 
       
  2991     <resource: #canvas>
       
  2992 
       
  2993     ^ 
       
  2994      #(#FullSpec
       
  2995         #name: #multipleProjectFullBrowserSpec
       
  2996         #window: 
       
  2997        #(#WindowSpec
       
  2998           #label: 'ProjectBrowser'
       
  2999           #name: 'ProjectBrowser'
       
  3000           #min: #(#Point 0 0)
       
  3001           #bounds: #(#Rectangle 23 111 485 411)
       
  3002         )
       
  3003         #component: 
       
  3004        #(#SpecCollection
       
  3005           #collection: #(
       
  3006            #(#VariableHorizontalPanelSpec
       
  3007               #name: 'VariableHorizontalPanel1'
       
  3008               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  3009               #barWidth: 2
       
  3010               #showHandle: false
       
  3011               #component: 
       
  3012              #(#SpecCollection
       
  3013                 #collection: #(
       
  3014                  #(#VariableVerticalPanelSpec
       
  3015                     #name: 'VariableVerticalPanel2'
       
  3016                     #component: 
       
  3017                    #(#SpecCollection
       
  3018                       #collection: #(
       
  3019                        #(#SubCanvasSpec
       
  3020                           #name: 'ProjectList'
       
  3021                           #majorKey: #'ProjectList'
       
  3022                           #subAspectHolders: 
       
  3023                          #(#Array
       
  3024                             
       
  3025                            #(#SubChannelInfoSpec
       
  3026                               #subAspect: #menuHolder
       
  3027                               #aspect: #projectPopUpMenu
       
  3028                             ) 
       
  3029                            #(#SubChannelInfoSpec
       
  3030                               #subAspect: #hideUnloadedClasses
       
  3031                               #aspect: #hideUnloadedClasses
       
  3032                             )
       
  3033                             
       
  3034                            #(#SubChannelInfoSpec
       
  3035                               #subAspect: #doubleClickChannel
       
  3036                               #callBack: #projectDoubleClicked
       
  3037                             ) 
       
  3038                            #(#SubChannelInfoSpec
       
  3039                               #subAspect: #showClassPackages
       
  3040                               #aspect: #showClassPackages
       
  3041                             )
       
  3042                             
       
  3043                            #(#SubChannelInfoSpec
       
  3044                               #subAspect: #immediateUpdate
       
  3045                               #aspect: #immediateUpdate
       
  3046                             ) 
       
  3047                            #(#SubChannelInfoSpec
       
  3048                               #subAspect: #inGeneratorHolder
       
  3049                               #aspect: #projectListGenerator
       
  3050                             )
       
  3051                             
       
  3052 "/                           #(#SubChannelInfoSpec
       
  3053 "/                              #subAspect: #outGeneratorHolder
       
  3054 "/                              #aspect: #classListGenerator
       
  3055 "/                            ) 
       
  3056                            #(#SubChannelInfoSpec
       
  3057                               #subAspect: #selectedProjects
       
  3058                               #aspect: #selectedProjects
       
  3059                               #callBack: #projectSelectionChanged
       
  3060                             )
       
  3061                             
       
  3062                            #(#SubChannelInfoSpec
       
  3063                               #subAspect: #selectionChangeCondition
       
  3064                               #aspect: #selectionChangeConditionHolder
       
  3065                             )
       
  3066                           )
       
  3067                           #createNewApplication: true
       
  3068                           #createNewBuilder: true
       
  3069                         )
       
  3070                         #(#SubCanvasSpec
       
  3071                           #name: 'ClassCategoryList'
       
  3072                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  3073                           #majorKey: #'ClassCategoryList'
       
  3074                           #subAspectHolders: 
       
  3075                          #(#Array
       
  3076 
       
  3077                            #(#SubChannelInfoSpec
       
  3078                               #subAspect: #packageFilter
       
  3079                               #aspect: #selectedProjects
       
  3080                             ) 
       
  3081                           #(#SubChannelInfoSpec
       
  3082                              #subAspect: #doubleClickChannel
       
  3083                              #callBack: #classCategoryDoubleClicked
       
  3084                            )
       
  3085                            #(#SubChannelInfoSpec
       
  3086                               #subAspect: #forceGeneratorTrigger
       
  3087                               #aspect: #forceClassCategoryGeneratorTrigger
       
  3088                             )
       
  3089 
       
  3090                            #(#SubChannelInfoSpec
       
  3091                               #subAspect: #hideUnloadedClasses
       
  3092                               #aspect: #hideUnloadedClasses
       
  3093                             ) 
       
  3094                            #(#SubChannelInfoSpec
       
  3095                               #subAspect: #immediateUpdate
       
  3096                               #aspect: #immediateUpdate
       
  3097                             )
       
  3098 
       
  3099                            #(#SubChannelInfoSpec
       
  3100                               #subAspect: #menuHolder
       
  3101                               #aspect: #categoryPopUpMenu
       
  3102                             ) 
       
  3103                            #(#SubChannelInfoSpec
       
  3104                               #subAspect: #organizerMode
       
  3105                               #aspect: #organizerMode
       
  3106                             )
       
  3107 
       
  3108                            #(#SubChannelInfoSpec
       
  3109                               #subAspect: #outGeneratorHolder
       
  3110                               #aspect: #classListGenerator
       
  3111                             ) 
       
  3112                            #(#SubChannelInfoSpec
       
  3113                               #subAspect: #selectedCategories
       
  3114                               #aspect: #selectedCategories
       
  3115                             )
       
  3116 
       
  3117                            #(#SubChannelInfoSpec
       
  3118                               #subAspect: #selectionChangeCondition
       
  3119                               #aspect: #selectionChangeCondition
       
  3120                             ) 
       
  3121                            #(#SubChannelInfoSpec
       
  3122                               #subAspect: #slaveMode
       
  3123                               #aspect: #categoryListSlaveMode
       
  3124                             )
       
  3125 
       
  3126                            #(#SubChannelInfoSpec
       
  3127                               #subAspect: #updateTrigger
       
  3128                               #aspect: #classCategoryListUpdateTrigger
       
  3129                             )
       
  3130                           )
       
  3131                           #createNewApplication: true
       
  3132                           #createNewBuilder: true
       
  3133                         )
       
  3134                        )
       
  3135                      
       
  3136                     )
       
  3137                     #handles: #(#Any 0.5 1.0)
       
  3138                   )
       
  3139                  #(#ViewSpec
       
  3140                     #name: 'Box1'
       
  3141                     #component: 
       
  3142                    #(#SpecCollection
       
  3143                       #collection: #(
       
  3144                        #(#VariableVerticalPanelSpec
       
  3145                           #name: 'VariableVerticalPanel1'
       
  3146                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  3147                           #showHandle: false
       
  3148                           #handlePosition: #left
       
  3149                           #snapMode: #both
       
  3150                           #component: 
       
  3151                          #(#SpecCollection
       
  3152                             #collection: #(
       
  3153                              #(#SubCanvasSpec
       
  3154                                 #name: 'ClassList'
       
  3155                                 #majorKey: #'ClassList'
       
  3156                                 #subAspectHolders: 
       
  3157                                #(#Array
       
  3158                                   
       
  3159                                  #(#SubChannelInfoSpec
       
  3160                                     #subAspect: #menuHolder
       
  3161                                     #aspect: #classPopUpMenu
       
  3162                                   ) 
       
  3163                                  #(#SubChannelInfoSpec
       
  3164                                     #subAspect: #packageFilter
       
  3165                                     #aspect: #selectedProjects
       
  3166                                   ) 
       
  3167                                  #(#SubChannelInfoSpec
       
  3168                                     #subAspect: #doubleClickChannel
       
  3169                                     #callBack: #classDoubleClicked
       
  3170                                   ) 
       
  3171                                  #(#SubChannelInfoSpec
       
  3172                                     #subAspect: #hideUnloadedClasses
       
  3173                                     #aspect: #hideUnloadedClasses
       
  3174                                   )
       
  3175                #(#SubChannelInfoSpec
       
  3176                   #subAspect: #markApplicationsHolder
       
  3177                   #aspect: #markApplicationsHolder
       
  3178                 ) 
       
  3179                                   
       
  3180                                  #(#SubChannelInfoSpec
       
  3181                                     #subAspect: #immediateUpdate
       
  3182                                     #aspect: #immediateUpdate
       
  3183                                   ) 
       
  3184                                  #(#SubChannelInfoSpec
       
  3185                                     #subAspect: #inGeneratorHolder
       
  3186                                     #aspect: #classListGenerator
       
  3187                                   )
       
  3188                                   
       
  3189                                  #(#SubChannelInfoSpec
       
  3190                                     #subAspect: #meta
       
  3191                                     #aspect: #meta
       
  3192                                   ) 
       
  3193                                  #(#SubChannelInfoSpec
       
  3194                                     #subAspect: #organizerMode
       
  3195                                     #aspect: #organizerMode
       
  3196                                   )
       
  3197                                   
       
  3198                                  #(#SubChannelInfoSpec
       
  3199                                     #subAspect: #outGeneratorHolder
       
  3200                                     #aspect: #protocolListGenerator
       
  3201                                   ) 
       
  3202                                   
       
  3203                                  #(#SubChannelInfoSpec
       
  3204                                     #subAspect: #selectedClasses
       
  3205                                     #aspect: #selectedClasses
       
  3206                                     #callBack: #classSelectionChanged
       
  3207                                   ) 
       
  3208                                  #(#SubChannelInfoSpec
       
  3209                                     #subAspect: #selectionChangeCondition
       
  3210                                     #aspect: #selectionChangeConditionHolder
       
  3211                                   )
       
  3212                                 )
       
  3213                                 #createNewApplication: true
       
  3214                                 #createNewBuilder: true
       
  3215                               )
       
  3216                              #(#SubCanvasSpec
       
  3217                                 #name: 'VariableList'
       
  3218                                 #majorKey: #'VariableList'
       
  3219                                 #subAspectHolders: 
       
  3220                                #(#Array
       
  3221                                   
       
  3222                                  #(#SubChannelInfoSpec
       
  3223                                     #subAspect: #doubleClickChannel
       
  3224                                     #callBack: #variableDoubleClicked
       
  3225                                   ) 
       
  3226                                  #(#SubChannelInfoSpec
       
  3227                                     #subAspect: #classHolder
       
  3228                                     #aspect: #selectedClasses
       
  3229                                   )
       
  3230                                   
       
  3231                                  #(#SubChannelInfoSpec
       
  3232                                     #subAspect: #menuHolder
       
  3233                                     #aspect: #variablesPopUpMenu
       
  3234                                   ) 
       
  3235                                  #(#SubChannelInfoSpec
       
  3236                                     #subAspect: #selectedVariables
       
  3237                                     #aspect: #variableFilter
       
  3238                                   )
       
  3239                                   
       
  3240                                  #(#SubChannelInfoSpec
       
  3241                                     #subAspect: #showClassVarsInVariableList
       
  3242                                     #aspect: #filterClassVars
       
  3243                                   )
       
  3244                                  #(#SubChannelInfoSpec
       
  3245                                     #subAspect: #sortVariablesByName
       
  3246                                     #aspect: #variableListSortByName
       
  3247                                   )
       
  3248                                 )
       
  3249                                 #createNewApplication: true
       
  3250                                 #createNewBuilder: true
       
  3251                               )
       
  3252                              )
       
  3253                            
       
  3254                           )
       
  3255                           #handles: #(#Any 0.5 1.0)
       
  3256                         )
       
  3257                        #(#UISubSpecification
       
  3258                           #name: 'MetaToggles'
       
  3259                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  3260                           #majorKey: #'NavigatorModel'
       
  3261                           #minorKey: #metaSpec
       
  3262                         )
       
  3263                        )
       
  3264                      
       
  3265                     )
       
  3266                   )
       
  3267                  #(#SubCanvasSpec
       
  3268                     #name: 'MethodCategoryList'
       
  3269                     #majorKey: #'MethodCategoryList'
       
  3270                     #subAspectHolders: 
       
  3271                    #(#Array
       
  3272                       
       
  3273                      #(#SubChannelInfoSpec
       
  3274                         #subAspect: #doubleClickChannel
       
  3275                         #callBack: #protocolDoubleClicked
       
  3276                       ) 
       
  3277                      #(#SubChannelInfoSpec
       
  3278                         #subAspect: #immediateUpdate
       
  3279                         #aspect: #immediateUpdate
       
  3280                       )
       
  3281                       
       
  3282                      #(#SubChannelInfoSpec
       
  3283                         #subAspect: #inGeneratorHolder
       
  3284                         #aspect: #protocolListGenerator
       
  3285                       ) 
       
  3286                      #(#SubChannelInfoSpec
       
  3287                         #subAspect: #menuHolder
       
  3288                         #aspect: #protocolMenu
       
  3289                       )
       
  3290                       
       
  3291                      #(#SubChannelInfoSpec
       
  3292                         #subAspect: #outGeneratorHolder
       
  3293                         #aspect: #selectorListGenerator
       
  3294                       ) 
       
  3295                      #(#SubChannelInfoSpec
       
  3296                         #subAspect: #variableFilter
       
  3297                         #aspect: #variableFilter
       
  3298                         #callBack: #variableSelectionChanged
       
  3299                       )
       
  3300                       
       
  3301                      #(#SubChannelInfoSpec
       
  3302                         #subAspect: #filterClassVars
       
  3303                         #aspect: #filterClassVars
       
  3304                       ) 
       
  3305                      #(#SubChannelInfoSpec
       
  3306                         #subAspect: #packageFilter
       
  3307                         #aspect: #packageFilter
       
  3308                       )
       
  3309                      #(#SubChannelInfoSpec
       
  3310                         #subAspect: #methodVisibilityHolder
       
  3311                         #aspect: #methodVisibilityHolder
       
  3312                       )
       
  3313                      #(#SubChannelInfoSpec
       
  3314                         #subAspect: #selectedProtocols
       
  3315                         #aspect: #selectedProtocols
       
  3316                         #callBack: #protocolSelectionChanged
       
  3317                       ) 
       
  3318                      #(#SubChannelInfoSpec
       
  3319                         #subAspect: #selectionChangeCondition
       
  3320                         #aspect: #selectionChangeConditionHolder
       
  3321                       )
       
  3322                     )
       
  3323                     #createNewApplication: true
       
  3324                     #createNewBuilder: true
       
  3325                   )
       
  3326                  #(#SubCanvasSpec
       
  3327                     #name: 'MethodList'
       
  3328                     #majorKey: #'MethodList'
       
  3329                     #subAspectHolders: 
       
  3330                    #(#Array
       
  3331                       
       
  3332                      #(#SubChannelInfoSpec
       
  3333                         #subAspect: #doubleClickChannel
       
  3334                         #callBack: #methodDoubleClicked
       
  3335                       ) 
       
  3336                      #(#SubChannelInfoSpec
       
  3337                         #subAspect: #immediateUpdate
       
  3338                         #aspect: #immediateUpdate
       
  3339                       )
       
  3340                       
       
  3341                      #(#SubChannelInfoSpec
       
  3342                         #subAspect: #inGeneratorHolder
       
  3343                         #aspect: #selectorListGenerator
       
  3344                       ) 
       
  3345                      #(#SubChannelInfoSpec
       
  3346                         #subAspect: #menuHolder
       
  3347                         #aspect: #selectorPopUpMenu
       
  3348                       )
       
  3349                       
       
  3350                      #(#SubChannelInfoSpec
       
  3351                         #subAspect: #variableFilter
       
  3352                         #aspect: #variableFilter
       
  3353                         #callBack: #variableSelectionChanged
       
  3354                       ) 
       
  3355                      #(#SubChannelInfoSpec
       
  3356                         #subAspect: #filterClassVars
       
  3357                         #aspect: #filterClassVars
       
  3358                       )
       
  3359                       
       
  3360                      #(#SubChannelInfoSpec
       
  3361                         #subAspect: #packageFilter
       
  3362                         #aspect: #packageFilter
       
  3363                       ) 
       
  3364                      #(#SubChannelInfoSpec
       
  3365                         #subAspect: #selectedMethods
       
  3366                         #aspect: #selectedMethods
       
  3367                         #callBack: #methodsSelectionChanged
       
  3368                       )
       
  3369                      #(#SubChannelInfoSpec
       
  3370                         #subAspect: #showMethodInheritance
       
  3371                         #aspect: #showMethodInheritance
       
  3372                       )
       
  3373                      #(#SubChannelInfoSpec
       
  3374                         #subAspect: #selectionChangeCondition
       
  3375                         #aspect: #selectionChangeConditionHolder
       
  3376                       )
       
  3377                     )
       
  3378                     #createNewApplication: true
       
  3379                     #createNewBuilder: true
       
  3380                   )
       
  3381                  )
       
  3382                
       
  3383               )
       
  3384               #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  3385             )
       
  3386            )
       
  3387          
       
  3388         )
       
  3389       )
       
  3390 
       
  3391     "Modified: / 18.8.2000 / 20:01:55 / cg"
       
  3392 !
       
  3393 
       
  3394 multipleProtocolBrowserSpec
       
  3395     "This resource specification was automatically generated
       
  3396      by the UIPainter of ST/X."
       
  3397 
       
  3398     "Do not manually edit this!! If it is corrupted,
       
  3399      the UIPainter may not be able to read the specification."
       
  3400 
       
  3401     "
       
  3402      UIPainter new openOnClass:NavigatorCanvas andSelector:#multipleProtocolBrowserSpec
       
  3403      NavigatorCanvas new openInterface:#multipleProtocolBrowserSpec
       
  3404     "
       
  3405 
       
  3406     <resource: #canvas>
       
  3407 
       
  3408     ^ 
       
  3409      #(#FullSpec
       
  3410         #name: #multipleProtocolBrowserSpec
       
  3411         #window: 
       
  3412        #(#WindowSpec
       
  3413           #label: 'ProtocolBrowser'
       
  3414           #name: 'ProtocolBrowser'
       
  3415           #min: #(#Point 0 0)
       
  3416           #bounds: #(#Rectangle 12 22 474 322)
       
  3417         )
       
  3418         #component: 
       
  3419        #(#SpecCollection
       
  3420           #collection: #(
       
  3421            #(#VariableHorizontalPanelSpec
       
  3422               #name: 'VariableHorizontalPanel1'
       
  3423               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  3424               #component: 
       
  3425              #(#SpecCollection
       
  3426                 #collection: #(
       
  3427                  #(#SubCanvasSpec
       
  3428                     #name: 'MethodCategoryList'
       
  3429                     #majorKey: #'MethodCategoryList'
       
  3430                     #subAspectHolders: 
       
  3431                    #(#Array
       
  3432                       
       
  3433                      #(#SubChannelInfoSpec
       
  3434                         #subAspect: #doubleClickChannel
       
  3435                         #callBack: #protocolDoubleClicked
       
  3436                       ) 
       
  3437                      #(#SubChannelInfoSpec
       
  3438                         #subAspect: #immediateUpdate
       
  3439                         #aspect: #immediateUpdate
       
  3440                       ) 
       
  3441                      #(#SubChannelInfoSpec
       
  3442                         #subAspect: #inGeneratorHolder
       
  3443                         #aspect: #protocolListGenerator
       
  3444                       )
       
  3445                       
       
  3446                      #(#SubChannelInfoSpec
       
  3447                         #subAspect: #menuHolder
       
  3448                         #aspect: #protocolMenu
       
  3449                       ) 
       
  3450                      #(#SubChannelInfoSpec
       
  3451                         #subAspect: #outGeneratorHolder
       
  3452                         #aspect: #selectorListGenerator
       
  3453                       )
       
  3454                       
       
  3455                      #(#SubChannelInfoSpec
       
  3456                         #subAspect: #packageFilter
       
  3457                         #aspect: #packageFilter
       
  3458                       ) 
       
  3459                      #(#SubChannelInfoSpec
       
  3460                         #subAspect: #selectedProtocols
       
  3461                         #aspect: #selectedProtocols
       
  3462                       )
       
  3463                       
       
  3464                      #(#SubChannelInfoSpec
       
  3465                         #subAspect: #selectionChangeCondition
       
  3466                         #aspect: #selectionChangeConditionHolder
       
  3467                       ) 
       
  3468                      #(#SubChannelInfoSpec
       
  3469                         #subAspect: #noAllItem
       
  3470                         #aspect: #noAllItem
       
  3471                       )
       
  3472                     )
       
  3473                     #createNewApplication: true
       
  3474                     #createNewBuilder: true
       
  3475                   )
       
  3476                  #(#SubCanvasSpec
       
  3477                     #name: 'MethodList'
       
  3478                     #majorKey: #'MethodList'
       
  3479                     #subAspectHolders: 
       
  3480                    #(#Array
       
  3481                       
       
  3482                      #(#SubChannelInfoSpec
       
  3483                         #subAspect: #doubleClickChannel
       
  3484                         #callBack: #methodDoubleClicked
       
  3485                       ) 
       
  3486                      #(#SubChannelInfoSpec
       
  3487                         #subAspect: #immediateUpdate
       
  3488                         #aspect: #immediateUpdate
       
  3489                       )
       
  3490                       
       
  3491                      #(#SubChannelInfoSpec
       
  3492                         #subAspect: #inGeneratorHolder
       
  3493                         #aspect: #selectorListGenerator
       
  3494                       ) 
       
  3495                      #(#SubChannelInfoSpec
       
  3496                         #subAspect: #menuHolder
       
  3497                         #aspect: #selectorPopUpMenu
       
  3498                       )
       
  3499                       
       
  3500                      #(#SubChannelInfoSpec
       
  3501                         #subAspect: #packageFilter
       
  3502                         #aspect: #packageFilter
       
  3503                       ) 
       
  3504                      #(#SubChannelInfoSpec
       
  3505                         #subAspect: #sortBy
       
  3506                         #aspect: #sortBy
       
  3507                       )
       
  3508                       
       
  3509                      #(#SubChannelInfoSpec
       
  3510                         #subAspect: #selectedMethods
       
  3511                         #aspect: #selectedMethods
       
  3512                         #callBack: #methodsSelectionChanged
       
  3513                       ) 
       
  3514                      #(#SubChannelInfoSpec
       
  3515                         #subAspect: #selectionChangeCondition
       
  3516                         #aspect: #selectionChangeConditionHolder
       
  3517                       )
       
  3518                     )
       
  3519                     #createNewApplication: true
       
  3520                     #createNewBuilder: true
       
  3521                   )
       
  3522                  )
       
  3523                
       
  3524               )
       
  3525               #handles: #(#Any 0.5 1.0)
       
  3526             )
       
  3527            )
       
  3528          
       
  3529         )
       
  3530       )
       
  3531 !
       
  3532 
       
  3533 selectorBrowserSpec
       
  3534     "This resource specification was automatically generated
       
  3535      by the UIPainter of ST/X."
       
  3536 
       
  3537     "Do not manually edit this!! If it is corrupted,
       
  3538      the UIPainter may not be able to read the specification."
       
  3539 
       
  3540     "
       
  3541      UIPainter new openOnClass:NavigatorCanvas andSelector:#selectorBrowserSpec
       
  3542      NavigatorCanvas new openInterface:#selectorBrowserSpec
       
  3543     "
       
  3544 
       
  3545     <resource: #canvas>
       
  3546 
       
  3547     ^ 
       
  3548      #(#FullSpec
       
  3549         #name: #selectorBrowserSpec
       
  3550         #window: 
       
  3551        #(#WindowSpec
       
  3552           #label: 'SelectorBrowser'
       
  3553           #name: 'SelectorBrowser'
       
  3554           #min: #(#Point 0 0)
       
  3555           #bounds: #(#Rectangle 12 22 474 322)
       
  3556         )
       
  3557         #component: 
       
  3558        #(#SpecCollection
       
  3559           #collection: #(
       
  3560            #(#VariableHorizontalPanelSpec
       
  3561               #name: 'VariableHorizontalPanel1'
       
  3562               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  3563               #barWidth: 2
       
  3564               #showHandle: false
       
  3565               #component: 
       
  3566              #(#SpecCollection
       
  3567                 #collection: #(
       
  3568                  #(#SubCanvasSpec
       
  3569                     #name: 'AllMethodCategoryList'
       
  3570                     #majorKey: #'FullMethodCategoryList'
       
  3571                     #subAspectHolders: 
       
  3572                    #(#Array
       
  3573                       
       
  3574                      #(#SubChannelInfoSpec
       
  3575                         #subAspect: #doubleClickChannel
       
  3576                         #callBack: #protocolDoubleClicked
       
  3577                       ) 
       
  3578                      #(#SubChannelInfoSpec
       
  3579                         #subAspect: #immediateUpdate
       
  3580                         #aspect: #immediateUpdate
       
  3581                       ) 
       
  3582                      #(#SubChannelInfoSpec
       
  3583                         #subAspect: #inGeneratorHolder
       
  3584                         #aspect: #protocolListGenerator
       
  3585                       )
       
  3586                       
       
  3587                      #(#SubChannelInfoSpec
       
  3588                         #subAspect: #menuHolder
       
  3589                         #aspect: #protocolMenu
       
  3590                       ) 
       
  3591                      #(#SubChannelInfoSpec
       
  3592                         #subAspect: #outGeneratorHolder
       
  3593                         #aspect: #selectorListGenerator
       
  3594                       )
       
  3595                       
       
  3596                      #(#SubChannelInfoSpec
       
  3597                         #subAspect: #packageFilter
       
  3598                         #aspect: #packageFilter
       
  3599                       ) 
       
  3600                      #(#SubChannelInfoSpec
       
  3601                         #subAspect: #selectedProtocols
       
  3602                         #aspect: #selectedProtocols
       
  3603                         #callBack: #protocolSelectionChanged
       
  3604                       )
       
  3605                       
       
  3606                      #(#SubChannelInfoSpec
       
  3607                         #subAspect: #selectionChangeCondition
       
  3608                         #aspect: #selectionChangeConditionHolder
       
  3609                       )
       
  3610                     )
       
  3611                     #createNewApplication: true
       
  3612                     #createNewBuilder: true
       
  3613                   )
       
  3614                  #(#SubCanvasSpec
       
  3615                     #name: 'ImplementedMethodList'
       
  3616                     #majorKey: #'ImplementingMethodList'
       
  3617                     #subAspectHolders: 
       
  3618                    #(#Array
       
  3619                       
       
  3620                      #(#SubChannelInfoSpec
       
  3621                         #subAspect: #doubleClickChannel
       
  3622                         #callBack: #xxxDoubleClicked
       
  3623                       ) 
       
  3624                      #(#SubChannelInfoSpec
       
  3625                         #subAspect: #immediateUpdate
       
  3626                         #aspect: #immediateUpdate
       
  3627                       ) 
       
  3628                      #(#SubChannelInfoSpec
       
  3629                         #subAspect: #inGeneratorHolder
       
  3630                         #aspect: #selectorListGenerator
       
  3631                       )
       
  3632                       
       
  3633                      #(#SubChannelInfoSpec
       
  3634                         #subAspect: #menuHolder
       
  3635                         #aspect: #selectorPopUpMenu
       
  3636                       ) 
       
  3637                      #(#SubChannelInfoSpec
       
  3638                         #subAspect: #outGeneratorHolder
       
  3639                         #aspect: #implementingClassListGenerator
       
  3640                       )
       
  3641                       
       
  3642                      #(#SubChannelInfoSpec
       
  3643                         #subAspect: #packageFilter
       
  3644                         #aspect: #packageFilter
       
  3645                       ) 
       
  3646                      #(#SubChannelInfoSpec
       
  3647                         #subAspect: #selectionChangeCondition
       
  3648                         #aspect: #selectionChangeConditionHolder
       
  3649                       )
       
  3650                     )
       
  3651                     #createNewApplication: true
       
  3652                     #createNewBuilder: true
       
  3653                   )
       
  3654                  #(#SubCanvasSpec
       
  3655                     #name: 'ImplementingClassList'
       
  3656                     #majorKey: #'ImplementingClassList'
       
  3657                     #minorKey: #windowSpec
       
  3658                     #subAspectHolders: 
       
  3659                    #(#Array
       
  3660                       
       
  3661                      #(#SubChannelInfoSpec
       
  3662                         #subAspect: #doubleClickChannel
       
  3663                         #callBack: #methodDoubleClicked
       
  3664                       ) 
       
  3665                      #(#SubChannelInfoSpec
       
  3666                         #subAspect: #immediateUpdate
       
  3667                         #aspect: #immediateUpdate
       
  3668                       )
       
  3669                       
       
  3670                      #(#SubChannelInfoSpec
       
  3671                         #subAspect: #inGeneratorHolder
       
  3672                         #aspect: #implementingClassListGenerator
       
  3673                       ) 
       
  3674                      #(#SubChannelInfoSpec
       
  3675                         #subAspect: #selectedMethods
       
  3676                         #aspect: #selectedMethods
       
  3677                         #callBack: #methodsSelectionChanged
       
  3678                       )
       
  3679                       
       
  3680                      #(#SubChannelInfoSpec
       
  3681                         #subAspect: #selectionChangeCondition
       
  3682                         #aspect: #selectionChangeConditionHolder
       
  3683                       )
       
  3684                     )
       
  3685                     #createNewApplication: true
       
  3686                     #createNewBuilder: true
       
  3687                   )
       
  3688                  )
       
  3689                
       
  3690               )
       
  3691               #handles: #(#Any 0.333333 0.666667 1.0)
       
  3692             )
       
  3693            )
       
  3694          
       
  3695         )
       
  3696       )
       
  3697 !
       
  3698 
       
  3699 singleCategoryBrowserSpec
       
  3700     "This resource specification was automatically generated
       
  3701      by the UIPainter of ST/X."
       
  3702 
       
  3703     "Do not manually edit this!! If it is corrupted,
       
  3704      the UIPainter may not be able to read the specification."
       
  3705 
       
  3706     "
       
  3707      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleCategoryBrowserSpec
       
  3708      NavigatorCanvas new openInterface:#singleCategoryBrowserSpec
       
  3709     "
       
  3710 
       
  3711     <resource: #canvas>
       
  3712 
       
  3713     ^ 
       
  3714      #(#FullSpec
       
  3715         #name: #singleCategoryBrowserSpec
       
  3716         #window: 
       
  3717        #(#WindowSpec
       
  3718           #label: 'CategoryBrowser'
       
  3719           #name: 'CategoryBrowser'
       
  3720           #min: #(#Point 0 0)
       
  3721           #bounds: #(#Rectangle 18 51 480 351)
       
  3722         )
       
  3723         #component: 
       
  3724        #(#SpecCollection
       
  3725           #collection: #(
       
  3726            #(#VariableHorizontalPanelSpec
       
  3727               #name: 'VariableHorizontalPanel1'
       
  3728               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  3729               #barWidth: 2
       
  3730               #showHandle: false
       
  3731               #component: 
       
  3732              #(#SpecCollection
       
  3733                 #collection: #(
       
  3734                  #(#ViewSpec
       
  3735                     #name: 'Box1'
       
  3736                     #component: 
       
  3737                    #(#SpecCollection
       
  3738                       #collection: #(
       
  3739                        #(#SubCanvasSpec
       
  3740                           #name: 'PseudoCategoryList'
       
  3741                           #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  3742                           #majorKey: #'ClassCategoryList'
       
  3743                           #minorKey: #singleCategoryWindowSpec
       
  3744                           #subAspectHolders: 
       
  3745                          #(#Array
       
  3746                            #(#SubChannelInfoSpec
       
  3747                               #subAspect: #menuHolder
       
  3748                               #aspect: #categoryPopUpMenu
       
  3749                             ) 
       
  3750                            #(#SubChannelInfoSpec
       
  3751                               #subAspect: #immediateUpdate
       
  3752                               #aspect: #immediateUpdate
       
  3753                             ) 
       
  3754                            #(#SubChannelInfoSpec
       
  3755                               #subAspect: #hideUnloadedClasses
       
  3756                               #aspect: #hideUnloadedClasses
       
  3757                             )
       
  3758                             
       
  3759                            #(#SubChannelInfoSpec
       
  3760                               #subAspect: #showClassPackages
       
  3761                               #aspect: #showClassPackages
       
  3762                             ) 
       
  3763                            #(#SubChannelInfoSpec
       
  3764                               #subAspect: #inGeneratorHolder
       
  3765                               #aspect: #categoryListGenerator
       
  3766                             )
       
  3767                             
       
  3768                            #(#SubChannelInfoSpec
       
  3769                               #subAspect: #outGeneratorHolder
       
  3770                               #aspect: #classListGenerator
       
  3771                             ) 
       
  3772                            #(#SubChannelInfoSpec
       
  3773                               #subAspect: #selectedCategories
       
  3774                               #aspect: #selectedCategories
       
  3775                             )
       
  3776                           )
       
  3777                           #createNewApplication: true
       
  3778                           #createNewBuilder: true
       
  3779                         )
       
  3780                        #(#VariableVerticalPanelSpec
       
  3781                           #name: 'VariableVerticalPanel1'
       
  3782                           #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 -25 1.0)
       
  3783                           #showHandle: false
       
  3784                           #handlePosition: #left
       
  3785                           #snapMode: #both
       
  3786                           #component: 
       
  3787                          #(#SpecCollection
       
  3788                             #collection: #(
       
  3789                              #(#SubCanvasSpec
       
  3790                                 #name: 'ClassList'
       
  3791                                 #majorKey: #'ClassList'
       
  3792                                 #subAspectHolders: 
       
  3793                                #(#Array
       
  3794                                   
       
  3795                                  #(#SubChannelInfoSpec
       
  3796                                     #subAspect: #doubleClickChannel
       
  3797                                     #callBack: #classDoubleClicked
       
  3798                                   ) 
       
  3799                                  #(#SubChannelInfoSpec
       
  3800                                     #subAspect: #hideUnloadedClasses
       
  3801                                     #aspect: #hideUnloadedClasses
       
  3802                                   )
       
  3803                #(#SubChannelInfoSpec
       
  3804                   #subAspect: #markApplicationsHolder
       
  3805                   #aspect: #markApplicationsHolder
       
  3806                 ) 
       
  3807                                   
       
  3808                                  #(#SubChannelInfoSpec
       
  3809                                     #subAspect: #immediateUpdate
       
  3810                                     #aspect: #immediateUpdate
       
  3811                                   ) 
       
  3812                                  #(#SubChannelInfoSpec
       
  3813                                     #subAspect: #inGeneratorHolder
       
  3814                                     #aspect: #classListGenerator
       
  3815                                   )
       
  3816                                   
       
  3817                                  #(#SubChannelInfoSpec
       
  3818                                     #subAspect: #menuHolder
       
  3819                                     #aspect: #classPopUpMenu
       
  3820                                   ) 
       
  3821                                  #(#SubChannelInfoSpec
       
  3822                                     #subAspect: #meta
       
  3823                                     #aspect: #meta
       
  3824                                   )
       
  3825                                   
       
  3826                                  #(#SubChannelInfoSpec
       
  3827                                     #subAspect: #organizerMode
       
  3828                                     #aspect: #organizerMode
       
  3829                                   ) 
       
  3830                                  #(#SubChannelInfoSpec
       
  3831                                     #subAspect: #outGeneratorHolder
       
  3832                                     #aspect: #protocolListGenerator
       
  3833                                   )
       
  3834                                   
       
  3835                                  #(#SubChannelInfoSpec
       
  3836                                     #subAspect: #packageFilter
       
  3837                                     #aspect: #packageFilter
       
  3838                                   ) 
       
  3839                                  #(#SubChannelInfoSpec
       
  3840                                     #subAspect: #selectedClasses
       
  3841                                     #aspect: #selectedClasses
       
  3842                                     #callBack: #classSelectionChanged
       
  3843                                   )
       
  3844                                   
       
  3845                                  #(#SubChannelInfoSpec
       
  3846                                     #subAspect: #selectionChangeCondition
       
  3847                                     #aspect: #selectionChangeConditionHolder
       
  3848                                   )
       
  3849                                 )
       
  3850                                 #createNewApplication: true
       
  3851                                 #createNewBuilder: true
       
  3852                               )
       
  3853                              #(#SubCanvasSpec
       
  3854                                 #name: 'VariableList'
       
  3855                                 #majorKey: #'VariableList'
       
  3856                                 #subAspectHolders: 
       
  3857                                #(#Array
       
  3858 
       
  3859                                  #(#SubChannelInfoSpec
       
  3860                                     #subAspect: #doubleClickChannel
       
  3861                                     #callBack: #variableDoubleClicked
       
  3862                                   ) 
       
  3863                                  #(#SubChannelInfoSpec
       
  3864                                     #subAspect: #classHolder
       
  3865                                     #aspect: #selectedClasses
       
  3866                                   ) 
       
  3867                                  #(#SubChannelInfoSpec
       
  3868                                     #subAspect: #menuHolder
       
  3869                                     #aspect: #variablesMenuHolder
       
  3870                                   )
       
  3871                                  #(#SubChannelInfoSpec
       
  3872                                     #subAspect: #menuHolder
       
  3873                                     #aspect: #variablesPopUpMenu
       
  3874                                   )
       
  3875                                  #(#SubChannelInfoSpec
       
  3876                                     #subAspect: #selectedVariables
       
  3877                                     #aspect: #variableFilter
       
  3878                                   )
       
  3879                                  #(#SubChannelInfoSpec
       
  3880                                     #subAspect: #showClassVarsInVariableList
       
  3881                                     #aspect: #filterClassVars
       
  3882                                   )
       
  3883                                  #(#SubChannelInfoSpec
       
  3884                                     #subAspect: #sortVariablesByName
       
  3885                                     #aspect: #variableListSortByName
       
  3886                                   )
       
  3887                                 )
       
  3888                                 #createNewApplication: true
       
  3889                                 #createNewBuilder: true
       
  3890                               )
       
  3891                              )
       
  3892                            
       
  3893                           )
       
  3894                           #handles: #(#Any 0.5 1.0)
       
  3895                         )
       
  3896                        #(#UISubSpecification
       
  3897                           #name: 'MetaToggles'
       
  3898                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  3899                           #majorKey: #'NavigatorModel'
       
  3900                           #minorKey: #metaSpec
       
  3901                         )
       
  3902                        )
       
  3903                      
       
  3904                     )
       
  3905                   )
       
  3906                  #(#SubCanvasSpec
       
  3907                     #name: 'MethodCategoryList'
       
  3908                     #majorKey: #'MethodCategoryList'
       
  3909                     #subAspectHolders: 
       
  3910                    #(#Array
       
  3911                       
       
  3912                      #(#SubChannelInfoSpec
       
  3913                         #subAspect: #doubleClickChannel
       
  3914                         #callBack: #protocolDoubleClicked
       
  3915                       ) 
       
  3916                      #(#SubChannelInfoSpec
       
  3917                         #subAspect: #immediateUpdate
       
  3918                         #aspect: #immediateUpdate
       
  3919                       ) 
       
  3920                      #(#SubChannelInfoSpec
       
  3921                         #subAspect: #inGeneratorHolder
       
  3922                         #aspect: #protocolListGenerator
       
  3923                       )
       
  3924                       
       
  3925                      #(#SubChannelInfoSpec
       
  3926                         #subAspect: #menuHolder
       
  3927                         #aspect: #protocolMenu
       
  3928                       ) 
       
  3929                      #(#SubChannelInfoSpec
       
  3930                         #subAspect: #outGeneratorHolder
       
  3931                         #aspect: #selectorListGenerator
       
  3932                       )
       
  3933                      #(#SubChannelInfoSpec
       
  3934                         #subAspect: #variableFilter
       
  3935                         #aspect: #variableFilter
       
  3936                       )
       
  3937                      #(#SubChannelInfoSpec
       
  3938                         #subAspect: #filterClassVars
       
  3939                         #aspect: #filterClassVars
       
  3940                       )
       
  3941                      #(#SubChannelInfoSpec
       
  3942                         #subAspect: #packageFilter
       
  3943                         #aspect: #packageFilter
       
  3944                       ) 
       
  3945                      #(#SubChannelInfoSpec
       
  3946                         #subAspect: #selectedProtocols
       
  3947                         #aspect: #selectedProtocols
       
  3948                         #callBack: #protocolSelectionChanged
       
  3949                       )
       
  3950                      #(#SubChannelInfoSpec
       
  3951                         #subAspect: #methodVisibilityHolder
       
  3952                         #aspect: #methodVisibilityHolder
       
  3953                       )
       
  3954                      #(#SubChannelInfoSpec
       
  3955                         #subAspect: #selectionChangeCondition
       
  3956                         #aspect: #selectionChangeConditionHolder
       
  3957                       )
       
  3958                     )
       
  3959                     #createNewApplication: true
       
  3960                     #createNewBuilder: true
       
  3961                   )
       
  3962                  #(#SubCanvasSpec
       
  3963                     #name: 'MethodList'
       
  3964                     #majorKey: #'MethodList'
       
  3965                     #subAspectHolders:                          
       
  3966                    #(#Array
       
  3967                       
       
  3968                      #(#SubChannelInfoSpec
       
  3969                         #subAspect: #doubleClickChannel
       
  3970                         #callBack: #methodDoubleClicked
       
  3971                       ) 
       
  3972                      #(#SubChannelInfoSpec
       
  3973                         #subAspect: #immediateUpdate
       
  3974                         #aspect: #immediateUpdate
       
  3975                       )
       
  3976                       
       
  3977                      #(#SubChannelInfoSpec
       
  3978                         #subAspect: #inGeneratorHolder
       
  3979                         #aspect: #selectorListGenerator
       
  3980                       ) 
       
  3981                      #(#SubChannelInfoSpec
       
  3982                         #subAspect: #menuHolder
       
  3983                         #aspect: #selectorPopUpMenu
       
  3984                       )
       
  3985                      #(#SubChannelInfoSpec
       
  3986                         #subAspect: #variableFilter
       
  3987                         #aspect: #variableFilter
       
  3988                       )
       
  3989                      #(#SubChannelInfoSpec
       
  3990                         #subAspect: #filterClassVars
       
  3991                         #aspect: #filterClassVars
       
  3992                       )
       
  3993                      #(#SubChannelInfoSpec
       
  3994                         #subAspect: #showMethodInheritance
       
  3995                         #aspect: #showMethodInheritance
       
  3996                       )
       
  3997                      #(#SubChannelInfoSpec
       
  3998                         #subAspect: #packageFilter
       
  3999                         #aspect: #packageFilter
       
  4000                       ) 
       
  4001                      #(#SubChannelInfoSpec
       
  4002                         #subAspect: #selectedMethods
       
  4003                         #aspect: #selectedMethods
       
  4004                         #callBack: #methodsSelectionChanged
       
  4005                       )                      
       
  4006                      #(#SubChannelInfoSpec
       
  4007                         #subAspect: #selectionChangeCondition
       
  4008                         #aspect: #selectionChangeConditionHolder
       
  4009                       )
       
  4010                     )
       
  4011                     #createNewApplication: true
       
  4012                     #createNewBuilder: true
       
  4013                   )
       
  4014                  )
       
  4015                
       
  4016               )
       
  4017               #handles: #(#Any 0.333333 0.666667 1.0)
       
  4018             )
       
  4019            )
       
  4020          
       
  4021         )
       
  4022       )
       
  4023 !
       
  4024 
       
  4025 singleClassBrowserSpec
       
  4026     "This resource specification was automatically generated
       
  4027      by the UIPainter of ST/X."
       
  4028 
       
  4029     "Do not manually edit this!! If it is corrupted,
       
  4030      the UIPainter may not be able to read the specification."
       
  4031 
       
  4032     "
       
  4033      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleClassBrowserSpec
       
  4034      NavigatorCanvas new openInterface:#singleClassBrowserSpec
       
  4035     "
       
  4036 
       
  4037     <resource: #canvas>
       
  4038 
       
  4039     ^ 
       
  4040      #(#FullSpec
       
  4041         #name: #singleClassBrowserSpec
       
  4042         #window: 
       
  4043        #(#WindowSpec
       
  4044           #label: 'ClassBrowser'
       
  4045           #name: 'ClassBrowser'
       
  4046           #min: #(#Point 0 0)
       
  4047           #bounds: #(#Rectangle 16 46 478 346)
       
  4048         )
       
  4049         #component: 
       
  4050        #(#SpecCollection
       
  4051           #collection: #(
       
  4052            #(#VariableHorizontalPanelSpec
       
  4053               #name: 'VariableHorizontalPanel1'
       
  4054               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  4055               #barWidth: 2
       
  4056               #showHandle: false
       
  4057               #component: 
       
  4058              #(#SpecCollection
       
  4059                 #collection: #(
       
  4060                  #(#ViewSpec
       
  4061                     #name: 'Box1'
       
  4062                     #component: 
       
  4063                    #(#SpecCollection
       
  4064                       #collection: #(
       
  4065                        #(#SubCanvasSpec
       
  4066                           #name: 'PseudoClassList'
       
  4067                           #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  4068                           #majorKey: #'ClassList'
       
  4069                           #minorKey: #singleClassWindowSpec
       
  4070                           #subAspectHolders: 
       
  4071                          #(#Array
       
  4072                             
       
  4073                            #(#SubChannelInfoSpec
       
  4074                               #subAspect: #hideUnloadedClasses
       
  4075                               #aspect: #hideUnloadedClasses
       
  4076                             ) 
       
  4077                            #(#SubChannelInfoSpec
       
  4078                               #subAspect: #showClassPackages
       
  4079                               #aspect: #showClassPackages
       
  4080                             )
       
  4081                             
       
  4082                            #(#SubChannelInfoSpec
       
  4083                               #subAspect: #inGeneratorHolder
       
  4084                               #aspect: #classListGenerator
       
  4085                             ) 
       
  4086                            #(#SubChannelInfoSpec
       
  4087                               #subAspect: #immediateUpdate
       
  4088                               #aspect: #immediateUpdate
       
  4089                             )
       
  4090                             
       
  4091                            #(#SubChannelInfoSpec
       
  4092                               #subAspect: #meta
       
  4093                               #aspect: #meta
       
  4094                             ) 
       
  4095                            #(#SubChannelInfoSpec
       
  4096                               #subAspect: #outGeneratorHolder
       
  4097                               #aspect: #protocolListGenerator
       
  4098                             )
       
  4099                             
       
  4100                            #(#SubChannelInfoSpec
       
  4101                               #subAspect: #selectedClasses
       
  4102                               #aspect: #selectedClasses
       
  4103                             ) 
       
  4104                            #(#SubChannelInfoSpec
       
  4105                               #subAspect: #menuHolder
       
  4106                               #aspect: #classPopUpMenu
       
  4107                             )
       
  4108                           )
       
  4109                           #createNewApplication: true
       
  4110                           #createNewBuilder: true
       
  4111                         )
       
  4112                        #(#VariableVerticalPanelSpec
       
  4113                           #name: 'VariableVerticalPanel1'
       
  4114                           #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 -25 1.0)
       
  4115                           #showHandle: false
       
  4116                           #snapMode: #both
       
  4117                           #handlePosition: #left
       
  4118                           #component: 
       
  4119                          #(#SpecCollection
       
  4120                             #collection: #(
       
  4121                              #(#SubCanvasSpec
       
  4122                                 #name: 'MethodCategoryList'
       
  4123                                 #majorKey: #'MethodCategoryList'
       
  4124                                 #subAspectHolders: 
       
  4125                                #(#Array
       
  4126                                   
       
  4127                                  #(#SubChannelInfoSpec
       
  4128                                     #subAspect: #immediateUpdate
       
  4129                                     #aspect: #immediateUpdate
       
  4130                                   ) 
       
  4131                                  #(#SubChannelInfoSpec
       
  4132                                     #subAspect: #inGeneratorHolder
       
  4133                                     #aspect: #protocolListGenerator
       
  4134                                   )
       
  4135                                   
       
  4136                                  #(#SubChannelInfoSpec
       
  4137                                     #subAspect: #doubleClickChannel
       
  4138                                     #callBack: #protocolDoubleClicked
       
  4139                                   ) 
       
  4140                                  #(#SubChannelInfoSpec
       
  4141                                     #subAspect: #menuHolder
       
  4142                                     #aspect: #protocolMenu
       
  4143                                   )
       
  4144                                   
       
  4145                                  #(#SubChannelInfoSpec
       
  4146                                     #subAspect: #outGeneratorHolder
       
  4147                                     #aspect: #selectorListGenerator
       
  4148                                   ) 
       
  4149                                  #(#SubChannelInfoSpec
       
  4150                                     #subAspect: #variableFilter
       
  4151                                     #aspect: #variableFilter
       
  4152                                   )
       
  4153                                   
       
  4154                                  #(#SubChannelInfoSpec
       
  4155                                     #subAspect: #filterClassVars
       
  4156                                     #aspect: #filterClassVars
       
  4157                                   ) 
       
  4158                                  #(#SubChannelInfoSpec
       
  4159                                     #subAspect: #packageFilter
       
  4160                                     #aspect: #packageFilter
       
  4161                                   )
       
  4162                                   
       
  4163                                  #(#SubChannelInfoSpec
       
  4164                                     #subAspect: #selectedProtocols
       
  4165                                     #aspect: #selectedProtocols
       
  4166                                     #callBack: #protocolSelectionChanged
       
  4167                                   ) 
       
  4168                                  #(#SubChannelInfoSpec
       
  4169                                     #subAspect: #selectionChangeCondition
       
  4170                                     #aspect: #selectionChangeConditionHolder
       
  4171                                   )
       
  4172                                 )
       
  4173                                 #createNewApplication: true
       
  4174                                 #createNewBuilder: true
       
  4175                               )
       
  4176                              #(#SubCanvasSpec
       
  4177                                 #name: 'VariableList'
       
  4178                                 #majorKey: #'VariableList'
       
  4179                                 #subAspectHolders: 
       
  4180                                #(#Array
       
  4181                                   
       
  4182                                  #(#SubChannelInfoSpec
       
  4183                                     #subAspect: #doubleClickChannel
       
  4184                                     #callBack: #variableDoubleClicked
       
  4185                                   ) 
       
  4186                                  #(#SubChannelInfoSpec
       
  4187                                     #subAspect: #classHolder
       
  4188                                     #aspect: #selectedClasses
       
  4189                                   )
       
  4190                                   
       
  4191                                  #(#SubChannelInfoSpec
       
  4192                                     #subAspect: #menuHolder
       
  4193                                     #aspect: #variablesPopUpMenu
       
  4194                                   ) 
       
  4195                                  #(#SubChannelInfoSpec
       
  4196                                     #subAspect: #selectedVariables
       
  4197                                     #aspect: #variableFilter
       
  4198                                   )
       
  4199                                   
       
  4200                                  #(#SubChannelInfoSpec
       
  4201                                     #subAspect: #showClassVarsInVariableList
       
  4202                                     #aspect: #filterClassVars
       
  4203                                   )
       
  4204                                  #(#SubChannelInfoSpec
       
  4205                                     #subAspect: #sortVariablesByName
       
  4206                                     #aspect: #variableListSortByName
       
  4207                                   )
       
  4208                                 )
       
  4209                                 #createNewApplication: true
       
  4210                                 #createNewBuilder: true
       
  4211                               )
       
  4212                              )
       
  4213                            
       
  4214                           )
       
  4215                           #handles: #(#Any 0.5 1.0)
       
  4216                         )
       
  4217                        #(#UISubSpecification
       
  4218                           #name: 'MetaToggles'
       
  4219                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  4220                           #majorKey: #'NavigatorModel'
       
  4221                           #minorKey: #metaSpec
       
  4222                         )
       
  4223                        )
       
  4224                      
       
  4225                     )
       
  4226                   )
       
  4227                  #(#SubCanvasSpec
       
  4228                     #name: 'MethodList'
       
  4229                     #majorKey: #'MethodList'
       
  4230                     #subAspectHolders: 
       
  4231                    #(#Array
       
  4232                       
       
  4233                      #(#SubChannelInfoSpec
       
  4234                         #subAspect: #doubleClickChannel
       
  4235                         #callBack: #methodDoubleClicked
       
  4236                       ) 
       
  4237                      #(#SubChannelInfoSpec
       
  4238                         #subAspect: #immediateUpdate
       
  4239                         #aspect: #immediateUpdate
       
  4240                       )
       
  4241                       
       
  4242                      #(#SubChannelInfoSpec
       
  4243                         #subAspect: #inGeneratorHolder
       
  4244                         #aspect: #selectorListGenerator
       
  4245                       ) 
       
  4246                      #(#SubChannelInfoSpec
       
  4247                         #subAspect: #menuHolder
       
  4248                         #aspect: #selectorPopUpMenu
       
  4249                       )
       
  4250                       
       
  4251                      #(#SubChannelInfoSpec
       
  4252                         #subAspect: #variableFilter
       
  4253                         #aspect: #variableFilter
       
  4254                       ) 
       
  4255                      #(#SubChannelInfoSpec
       
  4256                         #subAspect: #filterClassVars
       
  4257                         #aspect: #filterClassVars
       
  4258                       )
       
  4259                      #(#SubChannelInfoSpec
       
  4260                         #subAspect: #showMethodInheritance
       
  4261                         #aspect: #showMethodInheritance
       
  4262                       )
       
  4263                      #(#SubChannelInfoSpec
       
  4264                         #subAspect: #packageFilter
       
  4265                         #aspect: #packageFilter
       
  4266                       ) 
       
  4267                      #(#SubChannelInfoSpec
       
  4268                         #subAspect: #selectedMethods
       
  4269                         #aspect: #selectedMethods
       
  4270                         #callBack: #methodsSelectionChanged
       
  4271                       )
       
  4272                      #(#SubChannelInfoSpec
       
  4273                         #subAspect: #selectionChangeCondition
       
  4274                         #aspect: #selectionChangeConditionHolder
       
  4275                       )
       
  4276                     )
       
  4277                     #createNewApplication: true
       
  4278                     #createNewBuilder: true
       
  4279                   )
       
  4280                  )
       
  4281                
       
  4282               )
       
  4283               #handles: #(#Any 0.5 1.0)
       
  4284             )
       
  4285            )
       
  4286          
       
  4287         )
       
  4288       )
       
  4289 !
       
  4290 
       
  4291 singleFullProtocolBrowserSpec
       
  4292     "This resource specification was automatically generated
       
  4293      by the UIPainter of ST/X."
       
  4294 
       
  4295     "Do not manually edit this!! If it is corrupted,
       
  4296      the UIPainter may not be able to read the specification."
       
  4297 
       
  4298     "
       
  4299      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleFullProtocolBrowserSpec
       
  4300      NavigatorCanvas new openInterface:#singleFullProtocolBrowserSpec
       
  4301     "
       
  4302 
       
  4303     <resource: #canvas>
       
  4304 
       
  4305     ^ 
       
  4306      #(#FullSpec
       
  4307         #name: #singleFullProtocolBrowserSpec
       
  4308         #window: 
       
  4309        #(#WindowSpec
       
  4310           #label: 'ProtocolBrowser'
       
  4311           #name: 'ProtocolBrowser'
       
  4312           #min: #(#Point 0 0)
       
  4313           #bounds: #(#Rectangle 12 22 474 322)
       
  4314         )
       
  4315         #component: 
       
  4316        #(#SpecCollection
       
  4317           #collection: #(
       
  4318            #(#ViewSpec
       
  4319               #name: 'Box1'
       
  4320               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  4321               #component: 
       
  4322              #(#SpecCollection
       
  4323                 #collection: #(
       
  4324                  #(#SubCanvasSpec
       
  4325                     #name: 'PseudoProtocolList'
       
  4326                     #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  4327                     #majorKey: #'MethodCategoryList'
       
  4328                     #minorKey: #singleProtocolWindowSpec
       
  4329                     #subAspectHolders: 
       
  4330                    #(#Array
       
  4331                       
       
  4332                      #(#SubChannelInfoSpec
       
  4333                         #subAspect: #immediateUpdate
       
  4334                         #aspect: #immediateUpdate
       
  4335                       ) 
       
  4336                      #(#SubChannelInfoSpec
       
  4337                         #subAspect: #inGeneratorHolder
       
  4338                         #aspect: #protocolListGenerator
       
  4339                       )
       
  4340                       
       
  4341                      #(#SubChannelInfoSpec
       
  4342                         #subAspect: #outGeneratorHolder
       
  4343                         #aspect: #selectorListGenerator
       
  4344                       ) 
       
  4345                      #(#SubChannelInfoSpec
       
  4346                         #subAspect: #packageFilter
       
  4347                         #aspect: #packageFilter
       
  4348                       )
       
  4349                       
       
  4350                      #(#SubChannelInfoSpec
       
  4351                         #subAspect: #selectedProtocols
       
  4352                         #aspect: #selectedProtocols
       
  4353                       )
       
  4354                      #(#SubChannelInfoSpec
       
  4355                         #subAspect: #menuHolder
       
  4356                         #aspect: #protocolMenu
       
  4357                       )
       
  4358                     )
       
  4359                     #createNewApplication: true
       
  4360                     #createNewBuilder: true
       
  4361                   )
       
  4362                  #(#SubCanvasSpec
       
  4363                     #name: 'MethodList'
       
  4364                     #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 0 1.0)
       
  4365                     #majorKey: #'MethodList'
       
  4366                     #subAspectHolders: 
       
  4367                    #(#Array
       
  4368                       
       
  4369                      #(#SubChannelInfoSpec
       
  4370                         #subAspect: #doubleClickChannel
       
  4371                         #callBack: #methodDoubleClicked
       
  4372                       ) 
       
  4373                      #(#SubChannelInfoSpec
       
  4374                         #subAspect: #immediateUpdate
       
  4375                         #aspect: #immediateUpdate
       
  4376                       )
       
  4377                       
       
  4378                      #(#SubChannelInfoSpec
       
  4379                         #subAspect: #inGeneratorHolder
       
  4380                         #aspect: #selectorListGenerator
       
  4381                       ) 
       
  4382                      #(#SubChannelInfoSpec
       
  4383                         #subAspect: #menuHolder
       
  4384                         #aspect: #selectorPopUpMenu
       
  4385                       )
       
  4386                       
       
  4387                      #(#SubChannelInfoSpec
       
  4388                         #subAspect: #packageFilter
       
  4389                         #aspect: #packageFilter
       
  4390                       ) 
       
  4391                      #(#SubChannelInfoSpec
       
  4392                         #subAspect: #sortBy
       
  4393                         #aspect: #sortBy
       
  4394                       )
       
  4395                       
       
  4396                      #(#SubChannelInfoSpec
       
  4397                         #subAspect: #selectedMethods
       
  4398                         #aspect: #selectedMethods
       
  4399                         #callBack: #methodsSelectionChanged
       
  4400                       ) 
       
  4401                      #(#SubChannelInfoSpec
       
  4402                         #subAspect: #selectionChangeCondition
       
  4403                         #aspect: #selectionChangeConditionHolder
       
  4404                       )
       
  4405                     )
       
  4406                     #createNewApplication: true
       
  4407                     #createNewBuilder: true
       
  4408                   )
       
  4409                  )
       
  4410                
       
  4411               )
       
  4412             )
       
  4413            )
       
  4414          
       
  4415         )
       
  4416       )
       
  4417 !
       
  4418 
       
  4419 singleNameSpaceBrowserSpec
       
  4420     "This resource specification was automatically generated
       
  4421      by the UIPainter of ST/X."
       
  4422 
       
  4423     "Do not manually edit this!! If it is corrupted,
       
  4424      the UIPainter may not be able to read the specification."
       
  4425 
       
  4426     "
       
  4427      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleNameSpaceBrowserSpec
       
  4428      NavigatorCanvas new openInterface:#singleNameSpaceBrowserSpec
       
  4429     "
       
  4430 
       
  4431     <resource: #canvas>
       
  4432 
       
  4433     ^ 
       
  4434      #(#FullSpec
       
  4435         #name: #singleNameSpaceBrowserSpec
       
  4436         #window: 
       
  4437        #(#WindowSpec
       
  4438           #label: 'NameSpaceBrowser'
       
  4439           #name: 'NameSpaceBrowser'
       
  4440           #min: #(#Point 0 0)
       
  4441           #bounds: #(#Rectangle 18 51 480 351)
       
  4442         )
       
  4443         #component: 
       
  4444        #(#SpecCollection
       
  4445           #collection: #(
       
  4446            #(#VariableHorizontalPanelSpec
       
  4447               #name: 'VariableHorizontalPanel1'
       
  4448               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  4449               #barWidth: 2
       
  4450               #showHandle: false
       
  4451               #component: 
       
  4452              #(#SpecCollection
       
  4453                 #collection: #(
       
  4454                  #(#ViewSpec
       
  4455                     #name: 'Box1'
       
  4456                     #component: 
       
  4457                    #(#SpecCollection
       
  4458                       #collection: #(
       
  4459                        #(#SubCanvasSpec
       
  4460                           #name: 'PseudoNameSpaceList'
       
  4461                           #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  4462                           #majorKey: #'NamespaceList'
       
  4463                           #minorKey: #singleNameSpaceWindowSpec
       
  4464                           #subAspectHolders: 
       
  4465                          #(#Array
       
  4466                             
       
  4467                            #(#SubChannelInfoSpec
       
  4468                               #subAspect: #immediateUpdate
       
  4469                               #aspect: #immediateUpdate
       
  4470                             ) 
       
  4471                            #(#SubChannelInfoSpec
       
  4472                               #subAspect: #hideUnloadedClasses
       
  4473                               #aspect: #hideUnloadedClasses
       
  4474                             )
       
  4475                             
       
  4476                            #(#SubChannelInfoSpec
       
  4477                               #subAspect: #showClassPackages
       
  4478                               #aspect: #showClassPackages
       
  4479                             ) 
       
  4480                            #(#SubChannelInfoSpec
       
  4481                               #subAspect: #inGeneratorHolder
       
  4482                               #aspect: #nameSpaceListGenerator
       
  4483                             )
       
  4484                             
       
  4485                            #(#SubChannelInfoSpec
       
  4486                               #subAspect: #outGeneratorHolder
       
  4487                               #aspect: #classListGenerator
       
  4488                             ) 
       
  4489                            #(#SubChannelInfoSpec
       
  4490                               #subAspect: #selectedNamespaces
       
  4491                               #aspect: #selectedNamespaces
       
  4492                             )
       
  4493                           )
       
  4494                           #createNewApplication: true
       
  4495                           #createNewBuilder: true
       
  4496                         )
       
  4497                        #(#VariableVerticalPanelSpec
       
  4498                           #name: 'VariableVerticalPanel1'
       
  4499                           #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 -25 1.0)
       
  4500                           #showHandle: false
       
  4501                           #handlePosition: #left
       
  4502                           #snapMode: #both
       
  4503                           #component: 
       
  4504                          #(#SpecCollection
       
  4505                             #collection: #(
       
  4506                              #(#SubCanvasSpec
       
  4507                                 #name: 'ClassList'
       
  4508                                 #majorKey: #'ClassList'
       
  4509                                 #subAspectHolders: 
       
  4510                                #(#Array
       
  4511                                   
       
  4512                                  #(#SubChannelInfoSpec
       
  4513                                     #subAspect: #doubleClickChannel
       
  4514                                     #callBack: #classDoubleClicked
       
  4515                                   ) 
       
  4516                                  #(#SubChannelInfoSpec
       
  4517                                     #subAspect: #hideUnloadedClasses
       
  4518                                     #aspect: #hideUnloadedClasses
       
  4519                                   )
       
  4520                #(#SubChannelInfoSpec
       
  4521                   #subAspect: #markApplicationsHolder
       
  4522                   #aspect: #markApplicationsHolder
       
  4523                 ) 
       
  4524                                   
       
  4525                                  #(#SubChannelInfoSpec
       
  4526                                     #subAspect: #immediateUpdate
       
  4527                                     #aspect: #immediateUpdate
       
  4528                                   ) 
       
  4529                                  #(#SubChannelInfoSpec
       
  4530                                     #subAspect: #inGeneratorHolder
       
  4531                                     #aspect: #classListGenerator
       
  4532                                   )
       
  4533                                   
       
  4534                                  #(#SubChannelInfoSpec
       
  4535                                     #subAspect: #menuHolder
       
  4536                                     #aspect: #classPopUpMenu
       
  4537                                   ) 
       
  4538                                  #(#SubChannelInfoSpec
       
  4539                                     #subAspect: #meta
       
  4540                                     #aspect: #meta
       
  4541                                   )
       
  4542                                   
       
  4543                                  #(#SubChannelInfoSpec
       
  4544                                     #subAspect: #organizerMode
       
  4545                                     #aspect: #organizerMode
       
  4546                                   ) 
       
  4547                                  #(#SubChannelInfoSpec
       
  4548                                     #subAspect: #outGeneratorHolder
       
  4549                                     #aspect: #protocolListGenerator
       
  4550                                   )
       
  4551                                   
       
  4552                                  #(#SubChannelInfoSpec
       
  4553                                     #subAspect: #packageFilter
       
  4554                                     #callBack: #packageFilter
       
  4555                                   ) 
       
  4556                                  #(#SubChannelInfoSpec
       
  4557                                     #subAspect: #selectedClasses
       
  4558                                     #aspect: #selectedClasses
       
  4559                                     #callBack: #classSelectionChanged
       
  4560                                   )
       
  4561                                   
       
  4562                                  #(#SubChannelInfoSpec
       
  4563                                     #subAspect: #selectionChangeCondition
       
  4564                                     #aspect: #selectionChangeConditionHolder
       
  4565                                   )
       
  4566                                 )
       
  4567                                 #createNewApplication: true
       
  4568                                 #createNewBuilder: true
       
  4569                               )
       
  4570                              #(#SubCanvasSpec
       
  4571                                 #name: 'VariableList'
       
  4572                                 #majorKey: #'VariableList'
       
  4573                                 #subAspectHolders: 
       
  4574                                #(#Array
       
  4575 
       
  4576                                  #(#SubChannelInfoSpec
       
  4577                                     #subAspect: #doubleClickChannel
       
  4578                                     #callBack: #variableDoubleClicked
       
  4579                                   ) 
       
  4580                                  #(#SubChannelInfoSpec
       
  4581                                     #subAspect: #classHolder
       
  4582                                     #aspect: #selectedClasses
       
  4583                                   ) 
       
  4584                                  #(#SubChannelInfoSpec
       
  4585                                     #subAspect: #menuHolder
       
  4586                                     #aspect: #variablesPopUpMenu
       
  4587                                   )
       
  4588 
       
  4589                                  #(#SubChannelInfoSpec
       
  4590                                     #subAspect: #selectedVariables
       
  4591                                     #aspect: #variableFilter
       
  4592                                   )
       
  4593                                  #(#SubChannelInfoSpec
       
  4594                                     #subAspect: #showClassVarsInVariableList
       
  4595                                     #aspect: #filterClassVars
       
  4596                                   )
       
  4597                                  #(#SubChannelInfoSpec
       
  4598                                     #subAspect: #sortVariablesByName
       
  4599                                     #aspect: #variableListSortByName
       
  4600                                   )
       
  4601                                 )
       
  4602                                 #createNewApplication: true
       
  4603                                 #createNewBuilder: true
       
  4604                               )
       
  4605                              )
       
  4606                            
       
  4607                           )
       
  4608                           #handles: #(#Any 0.5 1.0)
       
  4609                         )
       
  4610                        #(#UISubSpecification
       
  4611                           #name: 'MetaToggles'
       
  4612                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  4613                           #majorKey: #'NavigatorModel'
       
  4614                           #minorKey: #metaSpec
       
  4615                         )
       
  4616                        )
       
  4617                      
       
  4618                     )
       
  4619                   )
       
  4620                  #(#SubCanvasSpec
       
  4621                     #name: 'MethodCategoryList'
       
  4622                     #majorKey: #'MethodCategoryList'
       
  4623                     #subAspectHolders: 
       
  4624                    #(#Array
       
  4625                       
       
  4626                      #(#SubChannelInfoSpec
       
  4627                         #subAspect: #doubleClickChannel
       
  4628                         #callBack: #protocolDoubleClicked
       
  4629                       ) 
       
  4630                      #(#SubChannelInfoSpec
       
  4631                         #subAspect: #immediateUpdate
       
  4632                         #aspect: #immediateUpdate
       
  4633                       ) 
       
  4634                      #(#SubChannelInfoSpec
       
  4635                         #subAspect: #inGeneratorHolder
       
  4636                         #aspect: #protocolListGenerator
       
  4637                       )
       
  4638                       
       
  4639                      #(#SubChannelInfoSpec
       
  4640                         #subAspect: #menuHolder
       
  4641                         #aspect: #protocolMenu
       
  4642                       ) 
       
  4643                      #(#SubChannelInfoSpec
       
  4644                         #subAspect: #outGeneratorHolder
       
  4645                         #aspect: #selectorListGenerator
       
  4646                       )
       
  4647                      #(#SubChannelInfoSpec
       
  4648                         #subAspect: #variableFilter
       
  4649                         #aspect: #variableFilter
       
  4650                       )
       
  4651                      #(#SubChannelInfoSpec
       
  4652                         #subAspect: #filterClassVars
       
  4653                         #aspect: #filterClassVars
       
  4654                       )
       
  4655                      #(#SubChannelInfoSpec
       
  4656                         #subAspect: #packageFilter
       
  4657                         #aspect: #packageFilter
       
  4658                       ) 
       
  4659                      #(#SubChannelInfoSpec
       
  4660                         #subAspect: #selectedProtocols
       
  4661                         #aspect: #selectedProtocols
       
  4662                         #callBack: #protocolSelectionChanged
       
  4663                       )
       
  4664                      #(#SubChannelInfoSpec
       
  4665                         #subAspect: #methodVisibilityHolder
       
  4666                         #aspect: #methodVisibilityHolder
       
  4667                       )
       
  4668                      #(#SubChannelInfoSpec
       
  4669                         #subAspect: #selectionChangeCondition
       
  4670                         #aspect: #selectionChangeConditionHolder
       
  4671                       )
       
  4672                     )
       
  4673                     #createNewApplication: true
       
  4674                     #createNewBuilder: true
       
  4675                   )
       
  4676                  #(#SubCanvasSpec
       
  4677                     #name: 'MethodList'
       
  4678                     #majorKey: #'MethodList'
       
  4679                     #subAspectHolders: 
       
  4680                    #(#Array
       
  4681                       
       
  4682                      #(#SubChannelInfoSpec
       
  4683                         #subAspect: #doubleClickChannel
       
  4684                         #callBack: #methodDoubleClicked
       
  4685                       ) 
       
  4686                      #(#SubChannelInfoSpec
       
  4687                         #subAspect: #immediateUpdate
       
  4688                         #aspect: #immediateUpdate
       
  4689                       )
       
  4690                       
       
  4691                      #(#SubChannelInfoSpec
       
  4692                         #subAspect: #inGeneratorHolder
       
  4693                         #aspect: #selectorListGenerator
       
  4694                       ) 
       
  4695                      #(#SubChannelInfoSpec
       
  4696                         #subAspect: #menuHolder
       
  4697                         #aspect: #selectorPopUpMenu
       
  4698                       )
       
  4699                      #(#SubChannelInfoSpec
       
  4700                         #subAspect: #variableFilter
       
  4701                         #aspect: #variableFilter
       
  4702                       )
       
  4703                      #(#SubChannelInfoSpec
       
  4704                         #subAspect: #filterClassVars
       
  4705                         #aspect: #filterClassVars
       
  4706                       )
       
  4707                      #(#SubChannelInfoSpec
       
  4708                         #subAspect: #showMethodInheritance
       
  4709                         #aspect: #showMethodInheritance
       
  4710                       )
       
  4711                      #(#SubChannelInfoSpec
       
  4712                         #subAspect: #packageFilter
       
  4713                         #aspect: #packageFilter
       
  4714                       ) 
       
  4715                      #(#SubChannelInfoSpec
       
  4716                         #subAspect: #selectedMethods
       
  4717                         #aspect: #selectedMethods
       
  4718                         #callBack: #methodsSelectionChanged
       
  4719                       )
       
  4720                       
       
  4721                      #(#SubChannelInfoSpec
       
  4722                         #subAspect: #selectionChangeCondition
       
  4723                         #aspect: #selectionChangeConditionHolder
       
  4724                       )
       
  4725                     )
       
  4726                     #createNewApplication: true
       
  4727                     #createNewBuilder: true
       
  4728                   )
       
  4729                  )
       
  4730                
       
  4731               )
       
  4732               #handles: #(#Any 0.333333 0.666667 1.0)
       
  4733             )
       
  4734            )
       
  4735          
       
  4736         )
       
  4737       )
       
  4738 
       
  4739     "Modified: / 18.8.2000 / 14:50:53 / cg"
       
  4740 !
       
  4741 
       
  4742 singleNameSpaceFullBrowserSpec
       
  4743     "This resource specification was automatically generated
       
  4744      by the UIPainter of ST/X."
       
  4745 
       
  4746     "Do not manually edit this!! If it is corrupted,
       
  4747      the UIPainter may not be able to read the specification."
       
  4748 
       
  4749     "
       
  4750      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleNameSpaceFullBrowserSpec
       
  4751      NavigatorCanvas new openInterface:#singleNameSpaceFullBrowserSpec
       
  4752     "
       
  4753 
       
  4754     <resource: #canvas>
       
  4755 
       
  4756     ^ 
       
  4757      #(#FullSpec
       
  4758         #name: #singleNameSpaceFullBrowserSpec
       
  4759         #window: 
       
  4760        #(#WindowSpec
       
  4761           #label: 'NameSpaceBrowser'
       
  4762           #name: 'NameSpaceBrowser'
       
  4763           #min: #(#Point 0 0)
       
  4764           #bounds: #(#Rectangle 102 220 564 520)
       
  4765         )
       
  4766         #component: 
       
  4767        #(#SpecCollection
       
  4768           #collection: #(
       
  4769            #(#VariableHorizontalPanelSpec
       
  4770               #name: 'VariableHorizontalPanel1'
       
  4771               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  4772               #barWidth: 2
       
  4773               #showHandle: false
       
  4774               #component: 
       
  4775              #(#SpecCollection
       
  4776                 #collection: #(
       
  4777                  #(#ViewSpec
       
  4778                     #name: 'Box1'
       
  4779                     #component: 
       
  4780                    #(#SpecCollection
       
  4781                       #collection: #(
       
  4782                        #(#SubCanvasSpec
       
  4783                           #name: 'PseudoNameSpaceList'
       
  4784                           #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  4785                           #majorKey: #'NamespaceList'
       
  4786                           #minorKey: #singleNameSpaceWindowSpec
       
  4787                           #subAspectHolders: 
       
  4788                          #(#Array
       
  4789                             
       
  4790                            #(#SubChannelInfoSpec
       
  4791                               #subAspect: #immediateUpdate
       
  4792                               #aspect: #immediateUpdate
       
  4793                             ) 
       
  4794                            #(#SubChannelInfoSpec
       
  4795                               #subAspect: #hideUnloadedClasses
       
  4796                               #aspect: #hideUnloadedClasses
       
  4797                             )
       
  4798                             
       
  4799                            #(#SubChannelInfoSpec
       
  4800                               #subAspect: #showClassPackages
       
  4801                               #aspect: #showClassPackages
       
  4802                             ) 
       
  4803                            #(#SubChannelInfoSpec
       
  4804                               #subAspect: #inGeneratorHolder
       
  4805                               #aspect: #nameSpaceListGenerator
       
  4806                             )
       
  4807                             
       
  4808                            #(#SubChannelInfoSpec
       
  4809                               #subAspect: #outGeneratorHolder
       
  4810                               #aspect: #classListPerNameSpaceGenerator
       
  4811                             ) 
       
  4812                            #(#SubChannelInfoSpec
       
  4813                               #subAspect: #selectedNamespaces
       
  4814                               #aspect: #selectedNamespaces
       
  4815                             )
       
  4816                           )
       
  4817                           #createNewApplication: true
       
  4818                           #createNewBuilder: true
       
  4819                         )
       
  4820                        #(#SubCanvasSpec
       
  4821                           #name: 'ClassCategoryList'
       
  4822                           #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 0 1.0)
       
  4823                           #majorKey: #'ClassCategoryList'
       
  4824                           #subAspectHolders: 
       
  4825                          #(#Array
       
  4826                             
       
  4827                           #(#SubChannelInfoSpec
       
  4828                              #subAspect: #doubleClickChannel
       
  4829                              #callBack: #classCategoryDoubleClicked
       
  4830                            )
       
  4831                            #(#SubChannelInfoSpec
       
  4832                               #subAspect: #forceGeneratorTrigger
       
  4833                               #aspect: #forceClassCategoryGeneratorTrigger
       
  4834                             )
       
  4835 
       
  4836                            #(#SubChannelInfoSpec
       
  4837                               #subAspect: #nameSpaceFilter
       
  4838                               #aspect: #selectedNamespaces
       
  4839                             ) 
       
  4840                            #(#SubChannelInfoSpec
       
  4841                               #subAspect: #hideUnloadedClasses
       
  4842                               #aspect: #hideUnloadedClasses
       
  4843                             ) 
       
  4844                            #(#SubChannelInfoSpec
       
  4845                               #subAspect: #immediateUpdate
       
  4846                               #aspect: #immediateUpdate
       
  4847                             )
       
  4848                             
       
  4849                            #(#SubChannelInfoSpec
       
  4850                               #subAspect: #menuHolder
       
  4851                               #aspect: #categoryPopUpMenu
       
  4852                             ) 
       
  4853                            #(#SubChannelInfoSpec
       
  4854                               #subAspect: #organizerMode
       
  4855                               #aspect: #organizerMode
       
  4856                             )
       
  4857                             
       
  4858                            #(#SubChannelInfoSpec
       
  4859                               #subAspect: #outGeneratorHolder
       
  4860                               #aspect: #classListGenerator
       
  4861                             ) 
       
  4862                            #(#SubChannelInfoSpec
       
  4863                               #subAspect: #selectedCategories
       
  4864                               #aspect: #selectedCategories
       
  4865                             )
       
  4866                             
       
  4867                            #(#SubChannelInfoSpec
       
  4868                               #subAspect: #selectionChangeCondition
       
  4869                               #aspect: #selectionChangeCondition
       
  4870                             ) 
       
  4871                            #(#SubChannelInfoSpec
       
  4872                               #subAspect: #slaveMode
       
  4873                               #aspect: #categoryListSlaveMode
       
  4874                             )
       
  4875                             
       
  4876                            #(#SubChannelInfoSpec
       
  4877                               #subAspect: #updateTrigger
       
  4878                               #aspect: #classCategoryListUpdateTrigger
       
  4879                             )
       
  4880                           )
       
  4881                           #createNewApplication: true
       
  4882                           #createNewBuilder: true
       
  4883                         )
       
  4884                        )
       
  4885                      
       
  4886                     )
       
  4887                   )
       
  4888                  #(#ViewSpec
       
  4889                     #name: 'Box2'
       
  4890                     #component: 
       
  4891                    #(#SpecCollection
       
  4892                       #collection: #(
       
  4893                        #(#VariableVerticalPanelSpec
       
  4894                           #name: 'VariableVerticalPanel2'
       
  4895                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  4896                           #showHandle: false
       
  4897                           #handlePosition: #left
       
  4898                           #snapMode: #both
       
  4899                           #component: 
       
  4900                          #(#SpecCollection
       
  4901                             #collection: #(
       
  4902                              #(#SubCanvasSpec
       
  4903                                 #name: 'ClassList'
       
  4904                                 #majorKey: #'ClassList'
       
  4905                                 #subAspectHolders: 
       
  4906                                #(#Array
       
  4907                                   
       
  4908                                #(#SubChannelInfoSpec
       
  4909                                   #subAspect: #nameSpaceFilter
       
  4910                                   #aspect: #selectedNamespaces
       
  4911                                 ) 
       
  4912                                  #(#SubChannelInfoSpec
       
  4913                                     #subAspect: #doubleClickChannel
       
  4914                                     #callBack: #classDoubleClicked
       
  4915                                   ) 
       
  4916                                  #(#SubChannelInfoSpec
       
  4917                                     #subAspect: #hideUnloadedClasses
       
  4918                                     #aspect: #hideUnloadedClasses
       
  4919                                   )
       
  4920                #(#SubChannelInfoSpec
       
  4921                   #subAspect: #markApplicationsHolder
       
  4922                   #aspect: #markApplicationsHolder
       
  4923                 ) 
       
  4924                                   
       
  4925                                  #(#SubChannelInfoSpec
       
  4926                                     #subAspect: #immediateUpdate
       
  4927                                     #aspect: #immediateUpdate
       
  4928                                   ) 
       
  4929                                  #(#SubChannelInfoSpec
       
  4930                                     #subAspect: #inGeneratorHolder
       
  4931                                     #aspect: #classListGenerator
       
  4932                                   )
       
  4933                                   
       
  4934                                  #(#SubChannelInfoSpec
       
  4935                                     #subAspect: #menuHolder
       
  4936                                     #aspect: #classPopUpMenu
       
  4937                                   ) 
       
  4938                                  #(#SubChannelInfoSpec
       
  4939                                     #subAspect: #meta
       
  4940                                     #aspect: #meta
       
  4941                                   )
       
  4942                                   
       
  4943                                  #(#SubChannelInfoSpec
       
  4944                                     #subAspect: #organizerMode
       
  4945                                     #aspect: #organizerMode
       
  4946                                   ) 
       
  4947                                  #(#SubChannelInfoSpec
       
  4948                                     #subAspect: #outGeneratorHolder
       
  4949                                     #aspect: #protocolListGenerator
       
  4950                                   )
       
  4951                                   
       
  4952                                  #(#SubChannelInfoSpec
       
  4953                                     #subAspect: #packageFilter
       
  4954                                     #callBack: #packageFilter
       
  4955                                   ) 
       
  4956                                  #(#SubChannelInfoSpec
       
  4957                                     #subAspect: #selectedClasses
       
  4958                                     #aspect: #selectedClasses
       
  4959                                     #callBack: #classSelectionChanged
       
  4960                                   )
       
  4961                                   
       
  4962                                  #(#SubChannelInfoSpec
       
  4963                                     #subAspect: #selectionChangeCondition
       
  4964                                     #aspect: #selectionChangeConditionHolder
       
  4965                                   )
       
  4966                                 )
       
  4967                                 #createNewApplication: true
       
  4968                                 #createNewBuilder: true
       
  4969                               )
       
  4970                              #(#SubCanvasSpec
       
  4971                                 #name: 'VariableList'
       
  4972                                 #majorKey: #'VariableList'
       
  4973                                 #subAspectHolders: 
       
  4974                                #(#Array
       
  4975                                   
       
  4976                                  #(#SubChannelInfoSpec
       
  4977                                     #subAspect: #doubleClickChannel
       
  4978                                     #callBack: #variableDoubleClicked
       
  4979                                   ) 
       
  4980                                  #(#SubChannelInfoSpec
       
  4981                                     #subAspect: #classHolder
       
  4982                                     #aspect: #selectedClasses
       
  4983                                   )
       
  4984                                   
       
  4985                                  #(#SubChannelInfoSpec
       
  4986                                     #subAspect: #menuHolder
       
  4987                                     #aspect: #variablesPopUpMenu
       
  4988                                   ) 
       
  4989                                  #(#SubChannelInfoSpec
       
  4990                                     #subAspect: #selectedVariables
       
  4991                                     #aspect: #variableFilter
       
  4992                                   )
       
  4993                                   
       
  4994                                  #(#SubChannelInfoSpec
       
  4995                                     #subAspect: #showClassVarsInVariableList
       
  4996                                     #aspect: #filterClassVars
       
  4997                                   )
       
  4998                                  #(#SubChannelInfoSpec
       
  4999                                     #subAspect: #sortVariablesByName
       
  5000                                     #aspect: #variableListSortByName
       
  5001                                   )
       
  5002                                 )
       
  5003                                 #createNewApplication: true
       
  5004                                 #createNewBuilder: true
       
  5005                               )
       
  5006                              )
       
  5007                            
       
  5008                           )
       
  5009                           #handles: #(#Any 0.5 1.0)
       
  5010                         )
       
  5011                        #(#UISubSpecification
       
  5012                           #name: 'MetaToggles'
       
  5013                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  5014                           #majorKey: #'NavigatorModel'
       
  5015                           #minorKey: #metaSpec
       
  5016                         )
       
  5017                        )
       
  5018                      
       
  5019                     )
       
  5020                   )
       
  5021                  #(#SubCanvasSpec
       
  5022                     #name: 'MethodCategoryList'
       
  5023                     #majorKey: #'MethodCategoryList'
       
  5024                     #subAspectHolders: 
       
  5025                    #(#Array
       
  5026                       
       
  5027                      #(#SubChannelInfoSpec
       
  5028                         #subAspect: #doubleClickChannel
       
  5029                         #callBack: #protocolDoubleClicked
       
  5030                       ) 
       
  5031                      #(#SubChannelInfoSpec
       
  5032                         #subAspect: #immediateUpdate
       
  5033                         #aspect: #immediateUpdate
       
  5034                       )
       
  5035                       
       
  5036                      #(#SubChannelInfoSpec
       
  5037                         #subAspect: #inGeneratorHolder
       
  5038                         #aspect: #protocolListGenerator
       
  5039                       ) 
       
  5040                      #(#SubChannelInfoSpec
       
  5041                         #subAspect: #menuHolder
       
  5042                         #aspect: #protocolMenu
       
  5043                       )
       
  5044                       
       
  5045                      #(#SubChannelInfoSpec
       
  5046                         #subAspect: #outGeneratorHolder
       
  5047                         #aspect: #selectorListGenerator
       
  5048                       ) 
       
  5049                      #(#SubChannelInfoSpec
       
  5050                         #subAspect: #variableFilter
       
  5051                         #aspect: #variableFilter
       
  5052                       )
       
  5053                       
       
  5054                      #(#SubChannelInfoSpec
       
  5055                         #subAspect: #filterClassVars
       
  5056                         #aspect: #filterClassVars
       
  5057                       ) 
       
  5058                      #(#SubChannelInfoSpec
       
  5059                         #subAspect: #packageFilter
       
  5060                         #aspect: #packageFilter
       
  5061                       )
       
  5062                      #(#SubChannelInfoSpec
       
  5063                         #subAspect: #methodVisibilityHolder
       
  5064                         #aspect: #methodVisibilityHolder
       
  5065                       )
       
  5066                      #(#SubChannelInfoSpec
       
  5067                         #subAspect: #selectedProtocols
       
  5068                         #aspect: #selectedProtocols
       
  5069                         #callBack: #protocolSelectionChanged
       
  5070                       ) 
       
  5071                      #(#SubChannelInfoSpec
       
  5072                         #subAspect: #selectionChangeCondition
       
  5073                         #aspect: #selectionChangeConditionHolder
       
  5074                       )
       
  5075                     )
       
  5076                     #createNewApplication: true
       
  5077                     #createNewBuilder: true
       
  5078                   )
       
  5079                  #(#SubCanvasSpec
       
  5080                     #name: 'MethodList'
       
  5081                     #majorKey: #'MethodList'
       
  5082                     #subAspectHolders: 
       
  5083                    #(#Array
       
  5084                       
       
  5085                      #(#SubChannelInfoSpec
       
  5086                         #subAspect: #doubleClickChannel
       
  5087                         #callBack: #methodDoubleClicked
       
  5088                       ) 
       
  5089                      #(#SubChannelInfoSpec
       
  5090                         #subAspect: #immediateUpdate
       
  5091                         #aspect: #immediateUpdate
       
  5092                       )
       
  5093                       
       
  5094                      #(#SubChannelInfoSpec
       
  5095                         #subAspect: #inGeneratorHolder
       
  5096                         #aspect: #selectorListGenerator
       
  5097                       ) 
       
  5098                      #(#SubChannelInfoSpec
       
  5099                         #subAspect: #menuHolder
       
  5100                         #aspect: #selectorPopUpMenu
       
  5101                       )
       
  5102                       
       
  5103                      #(#SubChannelInfoSpec
       
  5104                         #subAspect: #variableFilter
       
  5105                         #aspect: #variableFilter
       
  5106                       ) 
       
  5107                      #(#SubChannelInfoSpec
       
  5108                         #subAspect: #filterClassVars
       
  5109                         #aspect: #filterClassVars
       
  5110                       )
       
  5111                      #(#SubChannelInfoSpec
       
  5112                         #subAspect: #showMethodInheritance
       
  5113                         #aspect: #showMethodInheritance
       
  5114                       )
       
  5115                      #(#SubChannelInfoSpec
       
  5116                         #subAspect: #packageFilter
       
  5117                         #aspect: #packageFilter
       
  5118                       ) 
       
  5119                      #(#SubChannelInfoSpec
       
  5120                         #subAspect: #selectedMethods
       
  5121                         #aspect: #selectedMethods
       
  5122                         #callBack: #methodsSelectionChanged
       
  5123                       )
       
  5124                       
       
  5125                      #(#SubChannelInfoSpec
       
  5126                         #subAspect: #selectionChangeCondition
       
  5127                         #aspect: #selectionChangeConditionHolder
       
  5128                       )
       
  5129                     )
       
  5130                     #createNewApplication: true
       
  5131                     #createNewBuilder: true
       
  5132                   )
       
  5133                  )
       
  5134                
       
  5135               )
       
  5136               #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  5137             )
       
  5138            )
       
  5139          
       
  5140         )
       
  5141       )
       
  5142 
       
  5143     "Modified: / 18.8.2000 / 20:02:28 / cg"
       
  5144 !
       
  5145 
       
  5146 singleProjectBrowserSpec
       
  5147     "This resource specification was automatically generated
       
  5148      by the UIPainter of ST/X."
       
  5149 
       
  5150     "Do not manually edit this!! If it is corrupted,
       
  5151      the UIPainter may not be able to read the specification."
       
  5152 
       
  5153     "
       
  5154      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleProjectBrowserSpec
       
  5155      NavigatorCanvas new openInterface:#singleProjectBrowserSpec
       
  5156     "
       
  5157 
       
  5158     <resource: #canvas>
       
  5159 
       
  5160     ^ 
       
  5161      #(#FullSpec
       
  5162         #name: #singleProjectBrowserSpec
       
  5163         #window: 
       
  5164        #(#WindowSpec
       
  5165           #label: 'ProjectBrowser'
       
  5166           #name: 'ProjectBrowser'
       
  5167           #min: #(#Point 0 0)
       
  5168           #bounds: #(#Rectangle 18 51 480 351)
       
  5169         )
       
  5170         #component: 
       
  5171        #(#SpecCollection
       
  5172           #collection: #(
       
  5173            #(#VariableHorizontalPanelSpec
       
  5174               #name: 'VariableHorizontalPanel1'
       
  5175               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  5176               #barWidth: 2
       
  5177               #showHandle: false
       
  5178               #component: 
       
  5179              #(#SpecCollection
       
  5180                 #collection: #(
       
  5181                  #(#ViewSpec
       
  5182                     #name: 'Box1'
       
  5183                     #component: 
       
  5184                    #(#SpecCollection
       
  5185                       #collection: #(
       
  5186                        #(#SubCanvasSpec
       
  5187                           #name: 'PseudoProjectList'
       
  5188                           #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  5189                           #majorKey: #'ProjectList'
       
  5190                           #minorKey: #singleProjectWindowSpec
       
  5191                           #subAspectHolders: 
       
  5192                          #(#Array
       
  5193                             
       
  5194                            #(#SubChannelInfoSpec
       
  5195                               #subAspect: #menuHolder
       
  5196                               #aspect: #projectPopUpMenu
       
  5197                             ) 
       
  5198                            #(#SubChannelInfoSpec
       
  5199                               #subAspect: #hideUnloadedClasses
       
  5200                               #aspect: #hideUnloadedClasses
       
  5201                             )
       
  5202                             
       
  5203                            #(#SubChannelInfoSpec
       
  5204                               #subAspect: #showClassPackages
       
  5205                               #aspect: #showClassPackages
       
  5206                             ) 
       
  5207                            #(#SubChannelInfoSpec
       
  5208                               #subAspect: #inGeneratorHolder
       
  5209                               #aspect: #projectListGenerator
       
  5210                             )
       
  5211                             
       
  5212                            #(#SubChannelInfoSpec
       
  5213                               #subAspect: #outGeneratorHolder
       
  5214                               #aspect: #classListGenerator
       
  5215                             ) 
       
  5216                            #(#SubChannelInfoSpec
       
  5217                               #subAspect: #selectedProjects
       
  5218                               #aspect: #selectedProjects
       
  5219                             )
       
  5220                             
       
  5221                            #(#SubChannelInfoSpec
       
  5222                               #subAspect: #immediateUpdate
       
  5223                               #aspect: #immediateUpdate
       
  5224                             )
       
  5225                           )
       
  5226                           #createNewApplication: true
       
  5227                           #createNewBuilder: true
       
  5228                         )
       
  5229                        #(#VariableVerticalPanelSpec
       
  5230                           #name: 'VariableVerticalPanel1'
       
  5231                           #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 -25 1.0)
       
  5232                           #showHandle: false
       
  5233                           #handlePosition: #left
       
  5234                           #snapMode: #both
       
  5235                           #component: 
       
  5236                          #(#SpecCollection
       
  5237                             #collection: #(
       
  5238                              #(#SubCanvasSpec
       
  5239                                 #name: 'ClassList'
       
  5240                                 #majorKey: #'ClassList'
       
  5241                                 #subAspectHolders: 
       
  5242                                #(#Array
       
  5243                                   
       
  5244                                  #(#SubChannelInfoSpec
       
  5245                                     #subAspect: #doubleClickChannel
       
  5246                                     #callBack: #classDoubleClicked
       
  5247                                   ) 
       
  5248                                  #(#SubChannelInfoSpec
       
  5249                                     #subAspect: #hideUnloadedClasses
       
  5250                                     #aspect: #hideUnloadedClasses
       
  5251                                   )
       
  5252                #(#SubChannelInfoSpec
       
  5253                   #subAspect: #markApplicationsHolder
       
  5254                   #aspect: #markApplicationsHolder
       
  5255                 ) 
       
  5256                                  #(#SubChannelInfoSpec
       
  5257                                     #subAspect: #immediateUpdate
       
  5258                                     #aspect: #immediateUpdate
       
  5259                                   ) 
       
  5260                                  #(#SubChannelInfoSpec
       
  5261                                     #subAspect: #inGeneratorHolder
       
  5262                                     #aspect: #classListGenerator
       
  5263                                   )
       
  5264                                   
       
  5265                                  #(#SubChannelInfoSpec
       
  5266                                     #subAspect: #menuHolder
       
  5267                                     #aspect: #classPopUpMenu
       
  5268                                   ) 
       
  5269                                  #(#SubChannelInfoSpec
       
  5270                                     #subAspect: #meta
       
  5271                                     #aspect: #meta
       
  5272                                   )
       
  5273                                   
       
  5274                                  #(#SubChannelInfoSpec
       
  5275                                     #subAspect: #organizerMode
       
  5276                                     #aspect: #organizerMode
       
  5277                                   ) 
       
  5278                                  #(#SubChannelInfoSpec
       
  5279                                     #subAspect: #outGeneratorHolder
       
  5280                                     #aspect: #protocolListGenerator
       
  5281                                   )
       
  5282                                   
       
  5283                                  #(#SubChannelInfoSpec
       
  5284                                     #subAspect: #packageFilter
       
  5285                                     #aspect: #packageFilter
       
  5286                                   ) 
       
  5287                                  #(#SubChannelInfoSpec
       
  5288                                     #subAspect: #selectedClasses
       
  5289                                     #aspect: #selectedClasses
       
  5290                                     #callBack: #classSelectionChanged
       
  5291                                   )
       
  5292                                   
       
  5293                                  #(#SubChannelInfoSpec
       
  5294                                     #subAspect: #selectionChangeCondition
       
  5295                                     #aspect: #selectionChangeConditionHolder
       
  5296                                   )
       
  5297                                 )
       
  5298                                 #createNewApplication: true
       
  5299                                 #createNewBuilder: true
       
  5300                               )
       
  5301                              #(#SubCanvasSpec
       
  5302                                 #name: 'VariableList'
       
  5303                                 #majorKey: #'VariableList'
       
  5304                                 #subAspectHolders: 
       
  5305                                #(#Array
       
  5306 
       
  5307                                  #(#SubChannelInfoSpec
       
  5308                                     #subAspect: #doubleClickChannel
       
  5309                                     #callBack: #variableDoubleClicked
       
  5310                                   ) 
       
  5311                                  #(#SubChannelInfoSpec
       
  5312                                     #subAspect: #classHolder
       
  5313                                     #aspect: #selectedClasses
       
  5314                                   ) 
       
  5315                                  #(#SubChannelInfoSpec
       
  5316                                     #subAspect: #menuHolder
       
  5317                                     #aspect: #variablesPopUpMenu
       
  5318                                   )
       
  5319 
       
  5320                                  #(#SubChannelInfoSpec
       
  5321                                     #subAspect: #selectedVariables
       
  5322                                     #aspect: #variableFilter
       
  5323                                   )
       
  5324                                  #(#SubChannelInfoSpec
       
  5325                                     #subAspect: #showClassVarsInVariableList
       
  5326                                     #aspect: #filterClassVars
       
  5327                                   )
       
  5328                                  #(#SubChannelInfoSpec
       
  5329                                     #subAspect: #sortVariablesByName
       
  5330                                     #aspect: #variableListSortByName
       
  5331                                   )
       
  5332                                 )
       
  5333                                 #createNewApplication: true
       
  5334                                 #createNewBuilder: true
       
  5335                               )
       
  5336                              )
       
  5337                            
       
  5338                           )
       
  5339                           #handles: #(#Any 0.5 1.0)
       
  5340                         )
       
  5341                        #(#UISubSpecification
       
  5342                           #name: 'MetaToggles'
       
  5343                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  5344                           #majorKey: #'NavigatorModel'
       
  5345                           #minorKey: #metaSpec
       
  5346                         )
       
  5347                        )
       
  5348                      
       
  5349                     )
       
  5350                   )
       
  5351                  #(#SubCanvasSpec
       
  5352                     #name: 'MethodCategoryList'
       
  5353                     #majorKey: #'MethodCategoryList'
       
  5354                     #subAspectHolders: 
       
  5355                    #(#Array
       
  5356                       
       
  5357                      #(#SubChannelInfoSpec
       
  5358                         #subAspect: #immediateUpdate
       
  5359                         #aspect: #immediateUpdate
       
  5360                       ) 
       
  5361                      #(#SubChannelInfoSpec
       
  5362                         #subAspect: #inGeneratorHolder
       
  5363                         #aspect: #protocolListGenerator
       
  5364                       )
       
  5365                      #(#SubChannelInfoSpec
       
  5366                         #subAspect: #doubleClickChannel
       
  5367                         #callBack: #protocolDoubleClicked
       
  5368                       ) 
       
  5369                       
       
  5370                      #(#SubChannelInfoSpec
       
  5371                         #subAspect: #menuHolder
       
  5372                         #aspect: #protocolMenu
       
  5373                       ) 
       
  5374                      #(#SubChannelInfoSpec
       
  5375                         #subAspect: #outGeneratorHolder
       
  5376                         #aspect: #selectorListGenerator
       
  5377                       )
       
  5378                      #(#SubChannelInfoSpec
       
  5379                         #subAspect: #variableFilter
       
  5380                         #aspect: #variableFilter
       
  5381                       )
       
  5382                      #(#SubChannelInfoSpec
       
  5383                         #subAspect: #filterClassVars
       
  5384                         #aspect: #filterClassVars
       
  5385                       )
       
  5386                      #(#SubChannelInfoSpec
       
  5387                         #subAspect: #packageFilter
       
  5388                         #aspect: #packageFilter
       
  5389                       ) 
       
  5390                      #(#SubChannelInfoSpec
       
  5391                         #subAspect: #selectedProtocols
       
  5392                         #aspect: #selectedProtocols
       
  5393                         #callBack: #protocolSelectionChanged
       
  5394                       )
       
  5395                      #(#SubChannelInfoSpec
       
  5396                         #subAspect: #methodVisibilityHolder
       
  5397                         #aspect: #methodVisibilityHolder
       
  5398                       )
       
  5399                      #(#SubChannelInfoSpec
       
  5400                         #subAspect: #selectionChangeCondition
       
  5401                         #aspect: #selectionChangeConditionHolder
       
  5402                       )
       
  5403                     )
       
  5404                     #createNewApplication: true
       
  5405                     #createNewBuilder: true
       
  5406                   )
       
  5407                  #(#SubCanvasSpec
       
  5408                     #name: 'MethodList'
       
  5409                     #majorKey: #'MethodList'
       
  5410                     #subAspectHolders: 
       
  5411                    #(#Array
       
  5412                       
       
  5413                      #(#SubChannelInfoSpec
       
  5414                         #subAspect: #doubleClickChannel
       
  5415                         #callBack: #methodDoubleClicked
       
  5416                       ) 
       
  5417                      #(#SubChannelInfoSpec
       
  5418                         #subAspect: #immediateUpdate
       
  5419                         #aspect: #immediateUpdate
       
  5420                       )
       
  5421                       
       
  5422                      #(#SubChannelInfoSpec
       
  5423                         #subAspect: #inGeneratorHolder
       
  5424                         #aspect: #selectorListGenerator
       
  5425                       ) 
       
  5426                      #(#SubChannelInfoSpec
       
  5427                         #subAspect: #menuHolder
       
  5428                         #aspect: #selectorPopUpMenu
       
  5429                       )
       
  5430                      #(#SubChannelInfoSpec
       
  5431                         #subAspect: #variableFilter
       
  5432                         #aspect: #variableFilter
       
  5433                       )
       
  5434                      #(#SubChannelInfoSpec
       
  5435                         #subAspect: #filterClassVars
       
  5436                         #aspect: #filterClassVars
       
  5437                       )
       
  5438                      #(#SubChannelInfoSpec
       
  5439                         #subAspect: #showMethodInheritance
       
  5440                         #aspect: #showMethodInheritance
       
  5441                       )
       
  5442                      #(#SubChannelInfoSpec
       
  5443                         #subAspect: #packageFilter
       
  5444                         #aspect: #packageFilter
       
  5445                       ) 
       
  5446                      #(#SubChannelInfoSpec
       
  5447                         #subAspect: #selectedMethods
       
  5448                         #aspect: #selectedMethods
       
  5449                         #callBack: #methodsSelectionChanged
       
  5450                       )
       
  5451                       
       
  5452                      #(#SubChannelInfoSpec
       
  5453                         #subAspect: #selectionChangeCondition
       
  5454                         #aspect: #selectionChangeConditionHolder
       
  5455                       )
       
  5456                     )
       
  5457                     #createNewApplication: true
       
  5458                     #createNewBuilder: true
       
  5459                   )
       
  5460                  )
       
  5461                
       
  5462               )
       
  5463               #handles: #(#Any 0.333333 0.666667 1.0)
       
  5464             )
       
  5465            )
       
  5466          
       
  5467         )
       
  5468       )
       
  5469 !
       
  5470 
       
  5471 singleProjectFullBrowserSpec
       
  5472     "This resource specification was automatically generated
       
  5473      by the UIPainter of ST/X."
       
  5474 
       
  5475     "Do not manually edit this!! If it is corrupted,
       
  5476      the UIPainter may not be able to read the specification."
       
  5477 
       
  5478     "
       
  5479      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleProjectFullBrowserSpec
       
  5480      NavigatorCanvas new openInterface:#singleProjectFullBrowserSpec
       
  5481     "
       
  5482 
       
  5483     <resource: #canvas>
       
  5484 
       
  5485     ^ 
       
  5486      #(#FullSpec
       
  5487         #name: #singleProjectFullBrowserSpec
       
  5488         #window: 
       
  5489        #(#WindowSpec
       
  5490           #label: 'ProjectBrowser'
       
  5491           #name: 'ProjectBrowser'
       
  5492           #min: #(#Point 0 0)
       
  5493           #bounds: #(#Rectangle 30 74 492 374)
       
  5494         )
       
  5495         #component: 
       
  5496        #(#SpecCollection
       
  5497           #collection: #(
       
  5498            #(#VariableHorizontalPanelSpec
       
  5499               #name: 'VariableHorizontalPanel1'
       
  5500               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  5501               #barWidth: 2
       
  5502               #showHandle: false
       
  5503               #component: 
       
  5504              #(#SpecCollection
       
  5505                 #collection: #(
       
  5506                  #(#ViewSpec
       
  5507                     #name: 'Box1'
       
  5508                     #component: 
       
  5509                    #(#SpecCollection
       
  5510                       #collection: #(
       
  5511                        #(#SubCanvasSpec
       
  5512                           #name: 'PseudoProjectList'
       
  5513                           #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  5514                           #majorKey: #'ProjectList'
       
  5515                           #minorKey: #singleProjectWindowSpec
       
  5516                           #subAspectHolders: 
       
  5517                          #(#Array
       
  5518                             
       
  5519                            #(#SubChannelInfoSpec
       
  5520                               #subAspect: #menuHolder
       
  5521                               #aspect: #projectPopUpMenu
       
  5522                             ) 
       
  5523                            #(#SubChannelInfoSpec
       
  5524                               #subAspect: #hideUnloadedClasses
       
  5525                               #aspect: #hideUnloadedClasses
       
  5526                             )
       
  5527                             
       
  5528                            #(#SubChannelInfoSpec
       
  5529                               #subAspect: #showClassPackages
       
  5530                               #aspect: #showClassPackages
       
  5531                             ) 
       
  5532                            #(#SubChannelInfoSpec
       
  5533                               #subAspect: #inGeneratorHolder
       
  5534                               #aspect: #projectListGenerator
       
  5535                             )
       
  5536                             
       
  5537                            #(#SubChannelInfoSpec
       
  5538                               #subAspect: #outGeneratorHolder
       
  5539                               #aspect: #classListGenerator
       
  5540                             ) 
       
  5541                            #(#SubChannelInfoSpec
       
  5542                               #subAspect: #selectedProjects
       
  5543                               #aspect: #selectedProjects
       
  5544                             )
       
  5545                             
       
  5546                            #(#SubChannelInfoSpec
       
  5547                               #subAspect: #immediateUpdate
       
  5548                               #aspect: #immediateUpdate
       
  5549                             )
       
  5550                           )
       
  5551                           #createNewApplication: true
       
  5552                           #createNewBuilder: true
       
  5553                         )
       
  5554                         #(#SubCanvasSpec
       
  5555                           #name: 'ClassCategoryList'
       
  5556                           #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 0 1.0)
       
  5557                           #majorKey: #'ClassCategoryList'
       
  5558                           #subAspectHolders: 
       
  5559                          #(#Array
       
  5560 
       
  5561                           #(#SubChannelInfoSpec
       
  5562                              #subAspect: #doubleClickChannel
       
  5563                              #callBack: #classCategoryDoubleClicked
       
  5564                            )
       
  5565                            #(#SubChannelInfoSpec
       
  5566                               #subAspect: #forceGeneratorTrigger
       
  5567                               #aspect: #forceClassCategoryGeneratorTrigger
       
  5568                             )
       
  5569 
       
  5570                            #(#SubChannelInfoSpec
       
  5571                               #subAspect: #packageFilter
       
  5572                               #aspect: #selectedProjects
       
  5573                             ) 
       
  5574                            #(#SubChannelInfoSpec
       
  5575                               #subAspect: #hideUnloadedClasses
       
  5576                               #aspect: #hideUnloadedClasses
       
  5577                             ) 
       
  5578                            #(#SubChannelInfoSpec
       
  5579                               #subAspect: #immediateUpdate
       
  5580                               #aspect: #immediateUpdate
       
  5581                             )
       
  5582 
       
  5583                            #(#SubChannelInfoSpec
       
  5584                               #subAspect: #menuHolder
       
  5585                               #aspect: #categoryPopUpMenu
       
  5586                             ) 
       
  5587                            #(#SubChannelInfoSpec
       
  5588                               #subAspect: #organizerMode
       
  5589                               #aspect: #organizerMode
       
  5590                             )
       
  5591 
       
  5592                            #(#SubChannelInfoSpec
       
  5593                               #subAspect: #outGeneratorHolder
       
  5594                               #aspect: #classListGenerator
       
  5595                             ) 
       
  5596                            #(#SubChannelInfoSpec
       
  5597                               #subAspect: #selectedCategories
       
  5598                               #aspect: #selectedCategories
       
  5599                             )
       
  5600 
       
  5601                            #(#SubChannelInfoSpec
       
  5602                               #subAspect: #selectionChangeCondition
       
  5603                               #aspect: #selectionChangeCondition
       
  5604                             ) 
       
  5605                            #(#SubChannelInfoSpec
       
  5606                               #subAspect: #slaveMode
       
  5607                               #aspect: #categoryListSlaveMode
       
  5608                             )
       
  5609 
       
  5610                            #(#SubChannelInfoSpec
       
  5611                               #subAspect: #updateTrigger
       
  5612                               #aspect: #classCategoryListUpdateTrigger
       
  5613                             )
       
  5614                           )
       
  5615                           #createNewApplication: true
       
  5616                           #createNewBuilder: true
       
  5617                         )
       
  5618                        )
       
  5619                      
       
  5620                     )
       
  5621                   )
       
  5622                  #(#ViewSpec
       
  5623                     #name: 'Box2'
       
  5624                     #component: 
       
  5625                    #(#SpecCollection
       
  5626                       #collection: #(
       
  5627                        #(#VariableVerticalPanelSpec
       
  5628                           #name: 'VariableVerticalPanel2'
       
  5629                           #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 -25 1.0)
       
  5630                           #showHandle: false
       
  5631                           #handlePosition: #left
       
  5632                           #snapMode: #both
       
  5633                           #component: 
       
  5634                          #(#SpecCollection
       
  5635                             #collection: #(
       
  5636                              #(#SubCanvasSpec
       
  5637                                 #name: 'SubCanvas2'
       
  5638                                 #majorKey: #'ClassList'
       
  5639                                 #subAspectHolders: 
       
  5640                                #(#Array
       
  5641                                   
       
  5642                                  #(#SubChannelInfoSpec
       
  5643                                     #subAspect: #doubleClickChannel
       
  5644                                     #callBack: #classDoubleClicked
       
  5645                                   ) 
       
  5646                                  #(#SubChannelInfoSpec
       
  5647                                     #subAspect: #hideUnloadedClasses
       
  5648                                     #aspect: #hideUnloadedClasses
       
  5649                                   )
       
  5650                #(#SubChannelInfoSpec
       
  5651                   #subAspect: #markApplicationsHolder
       
  5652                   #aspect: #markApplicationsHolder
       
  5653                 ) 
       
  5654                                   
       
  5655                                  #(#SubChannelInfoSpec
       
  5656                                     #subAspect: #immediateUpdate
       
  5657                                     #aspect: #immediateUpdate
       
  5658                                   ) 
       
  5659                                  #(#SubChannelInfoSpec
       
  5660                                     #subAspect: #inGeneratorHolder
       
  5661                                     #aspect: #classListGenerator
       
  5662                                   )
       
  5663                                   
       
  5664                                  #(#SubChannelInfoSpec
       
  5665                                     #subAspect: #menuHolder
       
  5666                                     #aspect: #classPopUpMenu
       
  5667                                   ) 
       
  5668                                  #(#SubChannelInfoSpec
       
  5669                                     #subAspect: #meta
       
  5670                                     #aspect: #meta
       
  5671                                   )
       
  5672                                   
       
  5673                                  #(#SubChannelInfoSpec
       
  5674                                     #subAspect: #organizerMode
       
  5675                                     #aspect: #organizerMode
       
  5676                                   ) 
       
  5677                                  #(#SubChannelInfoSpec
       
  5678                                     #subAspect: #outGeneratorHolder
       
  5679                                     #aspect: #protocolListGenerator
       
  5680                                   )
       
  5681                                   
       
  5682                                  #(#SubChannelInfoSpec
       
  5683                                     #subAspect: #packageFilter
       
  5684                                     #aspect: #selectedProjects
       
  5685                                   ) 
       
  5686                                  #(#SubChannelInfoSpec
       
  5687                                     #subAspect: #selectedClasses
       
  5688                                     #aspect: #selectedClasses
       
  5689                                     #callBack: #classSelectionChanged
       
  5690                                   )
       
  5691                                  #(#SubChannelInfoSpec
       
  5692                                     #subAspect: #selectionChangeCondition
       
  5693                                     #aspect: #selectionChangeConditionHolder
       
  5694                                   )
       
  5695                                 )
       
  5696                                 #createNewApplication: true
       
  5697                                 #createNewBuilder: true
       
  5698                               )
       
  5699                              #(#SubCanvasSpec
       
  5700                                 #name: 'SubCanvas3'
       
  5701                                 #majorKey: #'VariableList'
       
  5702                                 #subAspectHolders: 
       
  5703                                #(#Array
       
  5704                                   
       
  5705                                  #(#SubChannelInfoSpec
       
  5706                                     #subAspect: #doubleClickChannel
       
  5707                                     #callBack: #variableDoubleClicked
       
  5708                                   ) 
       
  5709                                  #(#SubChannelInfoSpec
       
  5710                                     #subAspect: #classHolder
       
  5711                                     #aspect: #selectedClasses
       
  5712                                   )
       
  5713                                   
       
  5714                                  #(#SubChannelInfoSpec
       
  5715                                     #subAspect: #menuHolder
       
  5716                                     #aspect: #variablesPopUpMenu
       
  5717                                   ) 
       
  5718                                  #(#SubChannelInfoSpec
       
  5719                                     #subAspect: #selectedVariables
       
  5720                                     #aspect: #variableFilter
       
  5721                                   )
       
  5722                                   
       
  5723                                  #(#SubChannelInfoSpec
       
  5724                                     #subAspect: #showClassVarsInVariableList
       
  5725                                     #aspect: #filterClassVars
       
  5726                                   )
       
  5727                                  #(#SubChannelInfoSpec
       
  5728                                     #subAspect: #sortVariablesByName
       
  5729                                     #aspect: #variableListSortByName
       
  5730                                   )
       
  5731                                 )
       
  5732                                 #createNewApplication: true
       
  5733                                 #createNewBuilder: true
       
  5734                               )
       
  5735                              )
       
  5736                            
       
  5737                           )
       
  5738                           #handles: #(#Any 0.5 1.0)
       
  5739                         )
       
  5740                        #(#UISubSpecification
       
  5741                           #name: 'SubSpecification1'
       
  5742                           #layout: #(#LayoutFrame 0 0 -25 1 0 1 0 1)
       
  5743                           #majorKey: #'NavigatorModel'
       
  5744                           #minorKey: #metaSpec
       
  5745                         )
       
  5746                        )
       
  5747                      
       
  5748                     )
       
  5749                   )
       
  5750                  #(#SubCanvasSpec
       
  5751                     #name: 'MethodCategoryList'
       
  5752                     #majorKey: #'MethodCategoryList'
       
  5753                     #subAspectHolders: 
       
  5754                    #(#Array
       
  5755                       
       
  5756                      #(#SubChannelInfoSpec
       
  5757                         #subAspect: #immediateUpdate
       
  5758                         #aspect: #immediateUpdate
       
  5759                       ) 
       
  5760                      #(#SubChannelInfoSpec
       
  5761                         #subAspect: #inGeneratorHolder
       
  5762                         #aspect: #protocolListGenerator
       
  5763                       )
       
  5764                       
       
  5765                      #(#SubChannelInfoSpec
       
  5766                         #subAspect: #doubleClickChannel
       
  5767                         #callBack: #protocolDoubleClicked
       
  5768                       ) 
       
  5769                      #(#SubChannelInfoSpec
       
  5770                         #subAspect: #menuHolder
       
  5771                         #aspect: #protocolMenu
       
  5772                       )
       
  5773                       
       
  5774                      #(#SubChannelInfoSpec
       
  5775                         #subAspect: #outGeneratorHolder
       
  5776                         #aspect: #selectorListGenerator
       
  5777                       ) 
       
  5778                      #(#SubChannelInfoSpec
       
  5779                         #subAspect: #variableFilter
       
  5780                         #aspect: #variableFilter
       
  5781                       )
       
  5782                       
       
  5783                      #(#SubChannelInfoSpec
       
  5784                         #subAspect: #filterClassVars
       
  5785                         #aspect: #filterClassVars
       
  5786                       ) 
       
  5787                      #(#SubChannelInfoSpec
       
  5788                         #subAspect: #packageFilter
       
  5789                         #aspect: #packageFilter
       
  5790                       )
       
  5791                      #(#SubChannelInfoSpec
       
  5792                         #subAspect: #methodVisibilityHolder
       
  5793                         #aspect: #methodVisibilityHolder
       
  5794                       )
       
  5795                      #(#SubChannelInfoSpec
       
  5796                         #subAspect: #selectedProtocols
       
  5797                         #aspect: #selectedProtocols
       
  5798                         #callBack: #protocolSelectionChanged
       
  5799                       ) 
       
  5800                      #(#SubChannelInfoSpec
       
  5801                         #subAspect: #selectionChangeCondition
       
  5802                         #aspect: #selectionChangeConditionHolder
       
  5803                       )
       
  5804                     )
       
  5805                     #createNewApplication: true
       
  5806                     #createNewBuilder: true
       
  5807                   )
       
  5808                  #(#SubCanvasSpec
       
  5809                     #name: 'MethodList'
       
  5810                     #majorKey: #'MethodList'
       
  5811                     #subAspectHolders: 
       
  5812                    #(#Array
       
  5813                       
       
  5814                      #(#SubChannelInfoSpec
       
  5815                         #subAspect: #doubleClickChannel
       
  5816                         #callBack: #methodDoubleClicked
       
  5817                       ) 
       
  5818                      #(#SubChannelInfoSpec
       
  5819                         #subAspect: #immediateUpdate
       
  5820                         #aspect: #immediateUpdate
       
  5821                       )
       
  5822                       
       
  5823                      #(#SubChannelInfoSpec
       
  5824                         #subAspect: #inGeneratorHolder
       
  5825                         #aspect: #selectorListGenerator
       
  5826                       ) 
       
  5827                      #(#SubChannelInfoSpec
       
  5828                         #subAspect: #menuHolder
       
  5829                         #aspect: #selectorPopUpMenu
       
  5830                       )
       
  5831                       
       
  5832                      #(#SubChannelInfoSpec
       
  5833                         #subAspect: #variableFilter
       
  5834                         #aspect: #variableFilter
       
  5835                       ) 
       
  5836                      #(#SubChannelInfoSpec
       
  5837                         #subAspect: #filterClassVars
       
  5838                         #aspect: #filterClassVars
       
  5839                       )
       
  5840                      #(#SubChannelInfoSpec
       
  5841                         #subAspect: #showMethodInheritance
       
  5842                         #aspect: #showMethodInheritance
       
  5843                       )
       
  5844                      #(#SubChannelInfoSpec
       
  5845                         #subAspect: #packageFilter
       
  5846                         #aspect: #packageFilter
       
  5847                       ) 
       
  5848                      #(#SubChannelInfoSpec
       
  5849                         #subAspect: #selectedMethods
       
  5850                         #aspect: #selectedMethods
       
  5851                         #callBack: #methodsSelectionChanged
       
  5852                       )
       
  5853                       
       
  5854                      #(#SubChannelInfoSpec
       
  5855                         #subAspect: #selectionChangeCondition
       
  5856                         #aspect: #selectionChangeConditionHolder
       
  5857                       )
       
  5858                     )
       
  5859                     #createNewApplication: true
       
  5860                     #createNewBuilder: true
       
  5861                   )
       
  5862                  )
       
  5863                
       
  5864               )
       
  5865               #handles: #(#Any 0.25 0.5 0.75 1.0)
       
  5866             )
       
  5867            )
       
  5868          
       
  5869         )
       
  5870       )
       
  5871 
       
  5872     "Modified: / 18.8.2000 / 20:02:36 / cg"
       
  5873 !
       
  5874 
       
  5875 singleProtocolBrowserSpec
       
  5876     "This resource specification was automatically generated
       
  5877      by the UIPainter of ST/X."
       
  5878 
       
  5879     "Do not manually edit this!! If it is corrupted,
       
  5880      the UIPainter may not be able to read the specification."
       
  5881 
       
  5882     "
       
  5883      UIPainter new openOnClass:NavigatorCanvas andSelector:#singleProtocolBrowserSpec
       
  5884      NavigatorCanvas new openInterface:#singleProtocolBrowserSpec
       
  5885     "
       
  5886 
       
  5887     <resource: #canvas>
       
  5888 
       
  5889     ^ 
       
  5890      #(#FullSpec
       
  5891         #name: #singleProtocolBrowserSpec
       
  5892         #window: 
       
  5893        #(#WindowSpec
       
  5894           #label: 'ProtocolBrowser'
       
  5895           #name: 'ProtocolBrowser'
       
  5896           #min: #(#Point 0 0)
       
  5897           #bounds: #(#Rectangle 12 22 474 322)
       
  5898         )
       
  5899         #component: 
       
  5900        #(#SpecCollection
       
  5901           #collection: #(
       
  5902            #(#ViewSpec
       
  5903               #name: 'Box1'
       
  5904               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
  5905               #component: 
       
  5906              #(#SpecCollection
       
  5907                 #collection: #(
       
  5908                  #(#SubCanvasSpec
       
  5909                     #name: 'PseudoProtocolList'
       
  5910                     #layout: #(#LayoutFrame 0 0.0 0 0 0 1.0 25 0)
       
  5911                     #majorKey: #'MethodCategoryList'
       
  5912                     #minorKey: #singleProtocolWindowSpec
       
  5913                     #subAspectHolders: 
       
  5914                    #(#Array
       
  5915                       
       
  5916                      #(#SubChannelInfoSpec
       
  5917                         #subAspect: #immediateUpdate
       
  5918                         #aspect: #immediateUpdate
       
  5919                       ) 
       
  5920                      #(#SubChannelInfoSpec
       
  5921                         #subAspect: #inGeneratorHolder
       
  5922                         #aspect: #protocolListGenerator
       
  5923                       )
       
  5924                       
       
  5925                      #(#SubChannelInfoSpec
       
  5926                         #subAspect: #outGeneratorHolder
       
  5927                         #aspect: #selectorListGenerator
       
  5928                       ) 
       
  5929                      #(#SubChannelInfoSpec
       
  5930                         #subAspect: #packageFilter
       
  5931                         #aspect: #packageFilter
       
  5932                       )
       
  5933                       
       
  5934                      #(#SubChannelInfoSpec
       
  5935                         #subAspect: #selectedProtocols
       
  5936                         #aspect: #selectedProtocols
       
  5937                       ) 
       
  5938                      #(#SubChannelInfoSpec
       
  5939                         #subAspect: #menuHolder
       
  5940                         #aspect: #protocolMenu
       
  5941                       )
       
  5942                     )
       
  5943                     #createNewApplication: true
       
  5944                     #createNewBuilder: true
       
  5945                   )
       
  5946                  #(#SubCanvasSpec
       
  5947                     #name: 'MethodList'
       
  5948                     #layout: #(#LayoutFrame 0 0.0 25 0.0 0 1.0 0 1.0)
       
  5949                     #majorKey: #'MethodList'
       
  5950                     #subAspectHolders: 
       
  5951                    #(#Array
       
  5952                       
       
  5953                      #(#SubChannelInfoSpec
       
  5954                         #subAspect: #doubleClickChannel
       
  5955                         #callBack: #methodDoubleClicked
       
  5956                       ) 
       
  5957                      #(#SubChannelInfoSpec
       
  5958                         #subAspect: #immediateUpdate
       
  5959                         #aspect: #immediateUpdate
       
  5960                       )
       
  5961                       
       
  5962                      #(#SubChannelInfoSpec
       
  5963                         #subAspect: #inGeneratorHolder
       
  5964                         #aspect: #selectorListGenerator
       
  5965                       ) 
       
  5966                      #(#SubChannelInfoSpec
       
  5967                         #subAspect: #menuHolder
       
  5968                         #aspect: #selectorPopUpMenu
       
  5969                       )
       
  5970                       
       
  5971                      #(#SubChannelInfoSpec
       
  5972                         #subAspect: #packageFilter
       
  5973                         #aspect: #packageFilter
       
  5974                       ) 
       
  5975                      #(#SubChannelInfoSpec
       
  5976                         #subAspect: #sortBy
       
  5977                         #aspect: #sortBy
       
  5978                       )
       
  5979                       
       
  5980                      #(#SubChannelInfoSpec
       
  5981                         #subAspect: #selectedMethods
       
  5982                         #aspect: #selectedMethods
       
  5983                         #callBack: #methodsSelectionChanged
       
  5984                       ) 
       
  5985                      #(#SubChannelInfoSpec
       
  5986                         #subAspect: #selectionChangeCondition
       
  5987                         #aspect: #selectionChangeConditionHolder
       
  5988                       )
       
  5989                     )
       
  5990                     #createNewApplication: true
       
  5991                     #createNewBuilder: true
       
  5992                   )
       
  5993                  )
       
  5994                
       
  5995               )
       
  5996             )
       
  5997            )
       
  5998          
       
  5999         )
       
  6000       )
       
  6001 !
       
  6002 
       
  6003 windowSpec
       
  6004     ^ self fullBrowserSpec
       
  6005 ! !
       
  6006 
       
  6007 !NavigatorCanvas class methodsFor:'misc'!
       
  6008 
       
  6009 classResources
       
  6010     ^ NewSystemBrowser classResources
       
  6011 ! !
       
  6012 
       
  6013 !NavigatorCanvas methodsFor:'misc'!
       
  6014 
       
  6015 resources
       
  6016     |m|
       
  6017 
       
  6018     (m := self masterApplication) notNil ifTrue:[
       
  6019 	^ m resources
       
  6020     ].
       
  6021     ^ super resources
       
  6022 ! !
       
  6023 
       
  6024 !NavigatorCanvas class methodsFor:'documentation'!
       
  6025 
       
  6026 version
       
  6027     ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigatorCanvas.st,v 1.1 2004-02-26 18:56:52 cg Exp $'
       
  6028 ! !