SmallSense__GenericEditSupport.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Sep 2013 12:14:45 +0100
changeset 81 9ff3fb468c16
parent 67 020b7461b15e
child 99 6943778c2db7
permissions -rw-r--r--
Oops, added lost mehods.

"{ Package: 'jv:smallsense' }"

"{ NameSpace: SmallSense }"

EditSupport subclass:#GenericEditSupport
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Core-Services'
!

!GenericEditSupport methodsFor:'accessing'!

language
    ^nil

    "Created: / 24-07-2013 / 23:44:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !