AbstractFileFinderApplicationComponent.st
changeset 16199 e2b5484e3467
parent 16083 58a6d244e081
child 16213 f667b5b42a11
child 17284 f9fcf6d4324e
equal deleted inserted replaced
16198:7aca47a2689a 16199:e2b5484e3467
    35  inclusion of the above copyright notice.   This software may not
    35  inclusion of the above copyright notice.   This software may not
    36  be provided or otherwise made available to, or used by, any
    36  be provided or otherwise made available to, or used by, any
    37  other person.  No title to or ownership of the software is
    37  other person.  No title to or ownership of the software is
    38  hereby transferred.
    38  hereby transferred.
    39 "
    39 "
       
    40 ! !
       
    41 
       
    42 !AbstractFileFinderApplicationComponent class methodsFor:'queries'!
       
    43 
       
    44 isAbstract
       
    45     "Return if this class is an abstract class.
       
    46      True is returned here for myself only; false for subclasses.
       
    47      Abstract subclasses must redefine this again."
       
    48 
       
    49     ^ self == AbstractFileFinderApplicationComponent.
    40 ! !
    50 ! !
    41 
    51 
    42 !AbstractFileFinderApplicationComponent methodsFor:'accessing'!
    52 !AbstractFileFinderApplicationComponent methodsFor:'accessing'!
    43 
    53 
    44 accessLock
    54 accessLock