|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||