AbstractFileFinderApplicationComponent.st
changeset 16199 e2b5484e3467
parent 16083 58a6d244e081
child 16213 f667b5b42a11
child 17284 f9fcf6d4324e
--- a/AbstractFileFinderApplicationComponent.st	Fri Mar 25 19:41:28 2016 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Fri Mar 25 19:42:20 2016 +0100
@@ -39,6 +39,16 @@
 "
 ! !
 
+!AbstractFileFinderApplicationComponent class methodsFor:'queries'!
+
+isAbstract
+    "Return if this class is an abstract class.
+     True is returned here for myself only; false for subclasses.
+     Abstract subclasses must redefine this again."
+
+    ^ self == AbstractFileFinderApplicationComponent.
+! !
+
 !AbstractFileFinderApplicationComponent methodsFor:'accessing'!
 
 accessLock