Query.st
branchjv
changeset 19227 5e949760a4e8
parent 18011 deb0c3355881
parent 19202 f310f0e159f9
equal deleted inserted replaced
19226:470475a1734e 19227:5e949760a4e8
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 Notification subclass:#Query
    16 Notification subclass:#Query
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
   259     "
   261     "
   260      self initialize
   262      self initialize
   261     "
   263     "
   262 ! !
   264 ! !
   263 
   265 
   264 !Query class methodsFor:'misc ui support'!
   266 
   265 
   267 !Query class methodsFor:'documentation'!
   266 iconInBrowserSymbol
   268 
   267     <resource: #programImage>
   269 version
   268 
   270     ^ '$Header$'
   269     ^ #queryClassBrowserIcon
   271 !
       
   272 
       
   273 version_CVS
       
   274     ^ '$Header$'
   270 ! !
   275 ! !
   271 
   276 
   272 !Query class methodsFor:'documentation'!
       
   273 
       
   274 version
       
   275     ^ '$Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009-10-01 13:44:05 cg Exp $'
       
   276 !
       
   277 
       
   278 version_CVS
       
   279     ^ '$Header: /cvs/stx/stx/libbasic/Query.st,v 1.13 2009-10-01 13:44:05 cg Exp $'
       
   280 ! !
       
   281 
   277 
   282 Query initialize!
   278 Query initialize!