OrderedCollectionInspectorView.st
changeset 6941 c9b0b4f80a8c
parent 6491 d02c41c57d02
child 7380 a96ada2a8d96
equal deleted inserted replaced
6940:c95880ea4d17 6941:c9b0b4f80a8c
   138     "
   138     "
   139 
   139 
   140     "Modified: 28.6.1996 / 16:06:24 / cg"
   140     "Modified: 28.6.1996 / 16:06:24 / cg"
   141 !
   141 !
   142 
   142 
       
   143 derivedFields
       
   144     ^ (Array with:('size' -> object size)) , super derivedFields
       
   145 
       
   146     "Created: / 22-08-2006 / 11:55:29 / cg"
       
   147 !
       
   148 
   143 indexList 
   149 indexList 
   144     "return a list of indexes to show in the selectionList.
   150     "return a list of indexes to show in the selectionList.
   145      Set hasMore to true, if a '...' entry should be added."
   151      Set hasMore to true, if a '...' entry should be added."
   146 
   152 
   147     |n|
   153     |n|
   181 ! !
   187 ! !
   182 
   188 
   183 !OrderedCollectionInspectorView class methodsFor:'documentation'!
   189 !OrderedCollectionInspectorView class methodsFor:'documentation'!
   184 
   190 
   185 version
   191 version
   186     ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.37 2006-01-24 16:27:13 cg Exp $'
   192     ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.38 2006-08-22 09:57:50 cg Exp $'
   187 ! !
   193 ! !