Uses of Class
sears.gui.undo.SearsUndoManager

Packages that use SearsUndoManager
sears.gui   
sears.gui.undo   
 

Uses of SearsUndoManager in sears.gui
 

Methods in sears.gui that return SearsUndoManager
 SearsUndoManager MainWindow.getUndoManager()
          Returns the UndoManager
 

Uses of SearsUndoManager in sears.gui.undo
 

Constructors in sears.gui.undo with parameters of type SearsUndoManager
SearsUndoAction(java.lang.String actionTag, SearsUndoManager undoManager)
          Constructor SearsUndoAction.