AbstractFileApplicationNoteBookComponent.st
branchjv
changeset 16213 f667b5b42a11
parent 15978 2e1c1fcc135d
parent 16198 7aca47a2689a
child 17220 324f16278da6
equal deleted inserted replaced
16212:bfd1155bb87f 16213:f667b5b42a11
    67 "
    67 "
    68     example:
    68     example:
    69     ^ (anItem suffix == 'cc')
    69     ^ (anItem suffix == 'cc')
    70 "
    70 "
    71     ^ false
    71     ^ false
       
    72 !
       
    73 
       
    74 isAbstract
       
    75     "Return if this class is an abstract class.
       
    76      True is returned here for myself only; false for subclasses.
       
    77      Abstract subclasses must redefine this again."
       
    78 
       
    79     ^ self == AbstractFileApplicationNoteBookComponent.
    72 !
    80 !
    73 
    81 
    74 wantNewApplicationAnyway
    82 wantNewApplicationAnyway
    75 
    83 
    76     ^ true
    84     ^ true