Tools__MethodList.st
changeset 19168 ceebc3866e32
parent 19165 cf7625af07f3
child 19196 12cd935723f9
equal deleted inserted replaced
19167:f314c897495a 19168:ceebc3866e32
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2000 by eXept Software AG
     4  COPYRIGHT (c) 2000 by eXept Software AG
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  1176     ].
  1178     ].
  1177 
  1179 
  1178     "Modified: / 13-09-2006 / 11:43:44 / cg"
  1180     "Modified: / 13-09-2006 / 11:43:44 / cg"
  1179 ! !
  1181 ! !
  1180 
  1182 
       
  1183 !MethodList methodsFor:'initialization & release'!
       
  1184 
       
  1185 initialize
       
  1186     showSyntheticMethods := false.
       
  1187     showImageResourceMethodsImages := true.
       
  1188     showMethodTypeIcon := true.
       
  1189     showMethodComplexity := false.
       
  1190     showClass := false.
       
  1191     super initialize.
       
  1192 ! !
       
  1193 
  1181 !MethodList methodsFor:'private'!
  1194 !MethodList methodsFor:'private'!
  1182 
  1195 
  1183 isMethodToBeShown:aMethod
  1196 isMethodToBeShown:aMethod
  1184     "invoked, when we get a change for aMethod which was previously not
  1197     "invoked, when we get a change for aMethod which was previously not
  1185      in the list (for example, if I show a filtered list).
  1198      in the list (for example, if I show a filtered list).