Object.st
branchjv
changeset 18117 eb433f2c42b2
parent 18115 26ac4840e5d0
parent 15903 7de2ea21e054
child 18120 e3a375d5f6a8
equal deleted inserted replaced
18116:bf7f37b63ea2 18117:eb433f2c42b2
   268 abortAllSignal
   268 abortAllSignal
   269     "return the signal used to abort user actions (much like AbortSignal).
   269     "return the signal used to abort user actions (much like AbortSignal).
   270      This signal is supposed to abort multiple operation actions, and get out of
   270      This signal is supposed to abort multiple operation actions, and get out of
   271      the loop (such as when confirming multiple class deletions etc.)"
   271      the loop (such as when confirming multiple class deletions etc.)"
   272 
   272 
   273     ^ AbortAllSignal
   273     ^ AbortAllOperationRequest
   274 !
   274 !
   275 
   275 
   276 abortSignal
   276 abortSignal
   277     "return the signal used to abort user actions. This signal is only
   277     "return the signal used to abort user actions. This signal is only
   278      raised if caught (by the debugger), and will lead way out of the
   278      raised if caught (by the debugger), and will lead way out of the
   509     ^ self == Object
   509     ^ self == Object
   510 
   510 
   511     "Modified: 23.4.1996 / 16:00:07 / cg"
   511     "Modified: 23.4.1996 / 16:00:07 / cg"
   512 ! !
   512 ! !
   513 
   513 
       
   514 
       
   515 
   514 !Object methodsFor:'Compatibility-Dolphin'!
   516 !Object methodsFor:'Compatibility-Dolphin'!
   515 
   517 
   516 stbFixup: anSTBInFiler at: newObjectIndex
   518 stbFixup: anSTBInFiler at: newObjectIndex
   517     "Answer the true object that must be used to represent the receiver when read from anSTBInFiler.
   519     "Answer the true object that must be used to represent the receiver when read from anSTBInFiler.
   518      Typically this is overridden by subclasses of STBProxy to answer the proxied object. Other classes
   520      Typically this is overridden by subclasses of STBProxy to answer the proxied object. Other classes
   663      arr at:2 put:(o2 := Point new).
   665      arr at:2 put:(o2 := Point new).
   664      o1 becomeSameAs:o2.
   666      o1 becomeSameAs:o2.
   665      (arr at:1) ~~ o2 ifTrue:[self halt].
   667      (arr at:1) ~~ o2 ifTrue:[self halt].
   666     "
   668     "
   667 ! !
   669 ! !
       
   670 
   668 
   671 
   669 !Object methodsFor:'accessing'!
   672 !Object methodsFor:'accessing'!
   670 
   673 
   671 _at:index
   674 _at:index
   672     "experimental:
   675     "experimental:
  9936 ! !
  9939 ! !
  9937 
  9940 
  9938 !Object class methodsFor:'documentation'!
  9941 !Object class methodsFor:'documentation'!
  9939 
  9942 
  9940 version
  9943 version
  9941     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.744 2014-01-10 09:09:45 stefan Exp $'
  9944     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.745 2014-01-23 16:11:47 stefan Exp $'
  9942 !
  9945 !
  9943 
  9946 
  9944 version_CVS
  9947 version_CVS
  9945     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.744 2014-01-10 09:09:45 stefan Exp $'
  9948     ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.745 2014-01-23 16:11:47 stefan Exp $'
  9946 !
  9949 !
  9947 
  9950 
  9948 version_HG
  9951 version_HG
  9949 
  9952 
  9950     ^ '$Changeset: <not expanded> $'
  9953     ^ '$Changeset: <not expanded> $'