ResourceSpecEditor.st
changeset 2693 63c153f0ce90
parent 2606 6584575b4d5f
child 2748 03b9b57d2076
equal deleted inserted replaced
2692:5fe75b7fb83a 2693:63c153f0ce90
   326 
   326 
   327 loadFromResourceSpec: aResourceSpec
   327 loadFromResourceSpec: aResourceSpec
   328     "concrete subclass has to reimplement this method
   328     "concrete subclass has to reimplement this method
   329      in order to build its resource spec from aResourceSpec"
   329      in order to build its resource spec from aResourceSpec"
   330 
   330 
   331     ^self subclassResponsibility
   331     ^ self subclassResponsibility
   332 ! !
   332 ! !
   333 
   333 
   334 !ResourceSpecEditor methodsFor:'change & update'!
   334 !ResourceSpecEditor methodsFor:'change & update'!
   335 
   335 
   336 update:something with:aParameter from:changedObject
   336 update:something with:aParameter from:changedObject
   773 ! !
   773 ! !
   774 
   774 
   775 !ResourceSpecEditor class methodsFor:'documentation'!
   775 !ResourceSpecEditor class methodsFor:'documentation'!
   776 
   776 
   777 version
   777 version
   778     ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.46 2009-02-26 21:30:32 stefan Exp $'
   778     ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.47 2009-07-09 18:07:51 cg Exp $'
   779 ! !
   779 ! !