AbstractFileApplicationNoteBookComponent.st
changeset 16198 7aca47a2689a
parent 15974 8a850b3f2d90
child 16213 f667b5b42a11
child 17201 dcbb7ce3c3da
--- a/AbstractFileApplicationNoteBookComponent.st	Fri Mar 25 17:10:41 2016 +0100
+++ b/AbstractFileApplicationNoteBookComponent.st	Fri Mar 25 19:41:28 2016 +0100
@@ -71,6 +71,14 @@
     ^ false
 !
 
+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 == AbstractFileApplicationNoteBookComponent.
+!
+
 wantNewApplicationAnyway
 
     ^ true