Uses of Interface
com.autodesk.undo.UndoableChange

Packages that use UndoableChange
com.autodesk.undo   
 

Uses of UndoableChange in com.autodesk.undo
 

Methods in com.autodesk.undo with parameters of type UndoableChange
 boolean UndoableChange.merge(UndoableChange item)
          Attempt to merge two items together.
 void Undo.push(UndoableChange item)
          Push a new item onto the stack.
 boolean UndoableChange.sameGroup(UndoableChange item)
          Determine if the given item can be included in the same group as the current item.