Uses of Class
net.sf.borg.model.undo.UndoItem

Packages that use UndoItem
net.sf.borg.model.undo Contains classes that implement the undo feature 
 

Uses of UndoItem in net.sf.borg.model.undo
 

Subclasses of UndoItem in net.sf.borg.model.undo
 class AddressUndoItem
          Address Undo Item.
 class AppointmentUndoItem
          Appointment Undo Item.
 class MemoUndoItem
          Memo Undo Item.
 class ProjectUndoItem
          Project Undo Item.
 class SubtaskUndoItem
          Subtask Undo Item.
 class TaskUndoItem
          Task Undo Item.
 

Methods in net.sf.borg.model.undo that return UndoItem
(package private)  UndoItem UndoLog.pop()
          Pop an item off of the stack.
 

Methods in net.sf.borg.model.undo that return types with arguments of type UndoItem
(package private)  Stack<UndoItem> UndoLog.getItems()
          get all of the undo items.
 

Methods in net.sf.borg.model.undo with parameters of type UndoItem
 void UndoLog.addItem(UndoItem item)
          add an undo item to the log.
 



Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic