TypeConv.st
changeset 947 a5325410e4fd
parent 946 94682a54c197
child 997 9871b863dc3a
equal deleted inserted replaced
946:94682a54c197 947:a5325410e4fd
    17     want to have the entered value be converted automatically.
    17     want to have the entered value be converted automatically.
    18     (and vice versa, to convert the datum to a string).
    18     (and vice versa, to convert the datum to a string).
    19 
    19 
    20     No real new functionality is added here - all is inherited
    20     No real new functionality is added here - all is inherited
    21     from PluggableAdapter; however, some specialized instance creation
    21     from PluggableAdapter; however, some specialized instance creation
    22     methods are added here..
    22     methods are added here.
    23 
    23 
    24     Notice: 
    24     Notice: 
    25         this class was implemented using protocol information
    25         this class was implemented using protocol information
    26         from alpha testers - it may not be complete or compatible to
    26         from alpha testers - it may not be complete or compatible to
    27         the corresponding ST-80 class. 
    27         the corresponding ST-80 class. 
   663 ! !
   663 ! !
   664 
   664 
   665 !TypeConverter class methodsFor:'documentation'!
   665 !TypeConverter class methodsFor:'documentation'!
   666 
   666 
   667 version
   667 version
   668     ^ '$Header: /cvs/stx/stx/libview2/Attic/TypeConv.st,v 1.14 1998-05-26 14:10:29 cg Exp $'
   668     ^ '$Header: /cvs/stx/stx/libview2/Attic/TypeConv.st,v 1.15 1998-05-26 14:10:55 cg Exp $'
   669 ! !
   669 ! !