ResourceSelectionBrowser.st
changeset 608 8610ea5b501d
parent 596 d7613f6ab331
child 616 9d9bccf8304c
equal deleted inserted replaced
607:8b6cd53f93b8 608:8610ea5b501d
    93      
    93      
    94        #(#FullSpec
    94        #(#FullSpec
    95           #'window:' 
    95           #'window:' 
    96            #(#WindowSpec
    96            #(#WindowSpec
    97               #'name:' 'Resource Browser'
    97               #'name:' 'Resource Browser'
    98               #'layout:' #(#LayoutFrame 197 0 172 0 696 0 521 0)
    98               #'layout:' #(#LayoutFrame 221 0 676 0 822 0 1025 0)
    99               #'label:' 'Resource Browser'
    99               #'label:' 'Resource Browser'
   100               #'min:' #(#Point 400 300)
   100               #'min:' #(#Point 400 300)
   101               #'max:' #(#Point 1152 864)
   101               #'max:' #(#Point 1152 864)
   102               #'bounds:' #(#Rectangle 197 172 697 522)
   102               #'bounds:' #(#Rectangle 221 676 823 1026)
   103               #'usePreferredExtent:' false
   103               #'usePreferredExtent:' false
   104           )
   104           )
   105           #'component:' 
   105           #'component:' 
   106            #(#SpecCollection
   106            #(#SpecCollection
   107               #'collection:' 
   107               #'collection:' 
   132                                         #'valueChangeSelector:' #'classSelected:'
   132                                         #'valueChangeSelector:' #'classSelected:'
   133                                         #'hierarchicalList:' #listOfClasses
   133                                         #'hierarchicalList:' #listOfClasses
   134                                     )
   134                                     )
   135                                      #(#InputFieldSpec
   135                                      #(#InputFieldSpec
   136                                         #'name:' 'classNameInputField'
   136                                         #'name:' 'classNameInputField'
   137                                         #'layout:' #(#LayoutFrame 0 0.0 -22 1 -1 1.0 0 1)
   137                                         #'layout:' #(#LayoutFrame 2 0.0 -22 1 -1 1.0 0 1)
   138                                         #'model:' #valueOfClassName
   138                                         #'model:' #valueOfClassName
   139                                     )
   139                                     )
   140                                   )
   140                                   )
   141                               )
   141                               )
   142                           )
   142                           )
   146                                #(#SpecCollection
   146                                #(#SpecCollection
   147                                   #'collection:' 
   147                                   #'collection:' 
   148                                    #(
   148                                    #(
   149                                      #(#DataSetSpec
   149                                      #(#DataSetSpec
   150                                         #'name:' 'resourcesDataSetView'
   150                                         #'name:' 'resourcesDataSetView'
   151                                         #'layout:' #(#LayoutFrame 2 0.0 0 0.0 2 1.0 -22 1.0)
   151                                         #'layout:' #(#LayoutFrame 2 0.0 0 0.0 -2 1.0 -22 1.0)
   152                                         #'model:' #selectionOfResource
   152                                         #'model:' #selectionOfResource
   153                                         #'hasHorizontalScrollBar:' true
   153                                         #'hasHorizontalScrollBar:' true
   154                                         #'hasVerticalScrollBar:' true
   154                                         #'hasVerticalScrollBar:' true
   155                                         #'miniScrollerHorizontal:' true
   155                                         #'miniScrollerHorizontal:' true
   156                                         #'rowClassName:' 'ResourceSelectionBrowser::Row'
   156                                         #'rowClassName:' 'ResourceSelectionBrowser::Row'
   180                                           )
   180                                           )
   181                                         )
   181                                         )
   182                                     )
   182                                     )
   183                                      #(#InputFieldSpec
   183                                      #(#InputFieldSpec
   184                                         #'name:' 'selectorInputField'
   184                                         #'name:' 'selectorInputField'
   185                                         #'layout:' #(#LayoutFrame 2 0.0 -22 1 2 1.0 0 1)
   185                                         #'layout:' #(#LayoutFrame 2 0.0 -22 1 -2 1.0 0 1)
   186                                         #'model:' #valueOfSelector
   186                                         #'model:' #valueOfSelector
   187                                     )
   187                                     )
   188                                   )
   188                                   )
   189                               )
   189                               )
   190                           )
   190                           )
   199                     #'minorKey:' #windowSpecForCommitWithoutChannels
   199                     #'minorKey:' #windowSpecForCommitWithoutChannels
   200                 )
   200                 )
   201               )
   201               )
   202           )
   202           )
   203       )
   203       )
       
   204 
       
   205     "Modified: / 6.2.1998 / 03:45:21 / cg"
   204 ! !
   206 ! !
   205 
   207 
   206 !ResourceSelectionBrowser methodsFor:'accessing - views'!
   208 !ResourceSelectionBrowser methodsFor:'accessing - views'!
   207 
   209 
   208 classNameInputField
   210 classNameInputField