Uses of Interface
com.jaxfront.core.util.undo.JAXFrontUndoableEdit

Packages that use JAXFrontUndoableEdit
com.jaxfront.core.util.undo   
 

Uses of JAXFrontUndoableEdit in com.jaxfront.core.util.undo
 

Classes in com.jaxfront.core.util.undo that implement JAXFrontUndoableEdit
 class ChangeSerializationUndoableEditWrapper
           
 class ChoiceChangeUndoableEditWrapper
           
 class CompoundEditWrapper
           
 class JAXFrontUndoableEditWrapper
           
 class ListMoveUndoableEditWrapper
           
 class ListSortUndoableEditWrapper
           
 class ListUndoableEditWrapper
           
 class PasteUndoableEditWrapper
           
 class PropertyChangeUndoableEditWrapper
           
 class RecursionEventUndoableEditWrapper
           
 

Methods in com.jaxfront.core.util.undo that return JAXFrontUndoableEdit
static JAXFrontUndoableEdit JAXFrontUndoManager.parseEventObject(JAXFrontUndoManager manager, javax.swing.undo.UndoableEdit edit, Document dom, org.w3c.dom.Element event, java.util.List edits)