DeviceWorkstation.st
changeset 276 160e1410c537
parent 261 fe0966138972
child 293 814282cf66c5
equal deleted inserted replaced
275:51cf1cb8af5a 276:160e1410c537
    51  hereby transferred.
    51  hereby transferred.
    52 "
    52 "
    53 !
    53 !
    54 
    54 
    55 version
    55 version
    56     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.54 1995-11-24 18:34:03 cg Exp $'
    56     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.55 1995-12-06 14:11:20 cg Exp $'
    57 !
    57 !
    58 
    58 
    59 documentation
    59 documentation
    60 "
    60 "
    61     this abstract class defines common protocol to all Display types.
    61     this abstract class defines common protocol to all Display types.
   325 
   325 
   326 close
   326 close
   327     "close down connection to Display - usually never done"
   327     "close down connection to Display - usually never done"
   328 
   328 
   329     ^ self subclassResponsibility
   329     ^ self subclassResponsibility
       
   330 !
       
   331 
       
   332 invalidateConnection
       
   333     displayId := nil
   330 !
   334 !
   331 
   335 
   332 reinitialize
   336 reinitialize
   333     "reinit after snapin"
   337     "reinit after snapin"
   334 
   338