Squeak Class Documentation category index | class index  
 
UndoChangeList
  category: Balloon3D-Wonderland Undo
  superclass: Object
  subclasses:

This class wraps a list of multiple undo actions, and tells them to undo all at the same time.

instance methods
  adding changes
  add:

  initialization
  initialize
setChangeList:

  undoing
  undoIt

class methods
  instance creation
  new

instance methods
  adding changes top  
 

add:

Add an undoable to the change list


  initialization top  
 

initialize

Initialize this method by creating an empty change list.


 

setChangeList:


  undoing top  
 

undoIt

Undo by undoing all the changes in the change list


class methods
  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.