AbstractHierarchicalItem.st
changeset 5461 d259ac0f3ba6
parent 5363 4e25de452cea
child 5489 06987e4258a8
equal deleted inserted replaced
5459:9f38d94ea752 5461:d259ac0f3ba6
    97 doResetExtentOnChange
    97 doResetExtentOnChange
    98     "true: the extent of the item is reset if a change
    98     "true: the extent of the item is reset if a change
    99      notification is raised from the item. the default is true
    99      notification is raised from the item. the default is true
   100     "
   100     "
   101     ^ true
   101     ^ true
       
   102 ! !
       
   103 
       
   104 !AbstractHierarchicalItem class methodsFor:'queries'!
       
   105 
       
   106 isAbstract
       
   107     "Return if this class is an abstract class.
       
   108      True is returned here for myself only; false for subclasses.
       
   109      Abstract subclasses must redefine this again."
       
   110 
       
   111     ^ self == AbstractHierarchicalItem.
   102 ! !
   112 ! !
   103 
   113 
   104 !AbstractHierarchicalItem methodsFor:'accessing'!
   114 !AbstractHierarchicalItem methodsFor:'accessing'!
   105 
   115 
   106 getChildren
   116 getChildren