Uses of Package
org.acm.seguin.refactor.undo

Packages that use org.acm.seguin.refactor.undo
org.acm.seguin.ide.jedit   
org.acm.seguin.ide.jedit.action Creating custom actions. 
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.undo The undo package is responsible for being able to undo the refactoring operations. 
 

Classes in org.acm.seguin.refactor.undo used by org.acm.seguin.ide.jedit
UndoAction
          Stores the undo operation.
 

Classes in org.acm.seguin.refactor.undo used by org.acm.seguin.ide.jedit.action
UndoAction
          Stores the undo operation.
 

Classes in org.acm.seguin.refactor.undo used by org.acm.seguin.refactor
UndoAction
          Stores the undo operation.
 

Classes in org.acm.seguin.refactor.undo used by org.acm.seguin.refactor.undo
UndoAction
          Stores the undo operation.
UndoStack
          The stack of refactorings that we can undo.