Uses of Interface
com.qoppa.pdfNotes.undo.UndoAction

Packages that use UndoAction
com.qoppa.pdfNotes.undo Classes to manage the undo feature in jPDFNotes. 
 

Uses of UndoAction in com.qoppa.pdfNotes.undo
 

Methods in com.qoppa.pdfNotes.undo that return UndoAction
 UndoAction UndoManager.getNextRedoAction()
          Returns the next redo UndoAction.
 UndoAction UndoManager.getNextUndoAction()
          Returns the next undo UndoAction.