Class MultiChangeUndoManagerImpl<C>

java.lang.Object
org.fxmisc.undo.impl.UndoManagerImpl<List<C>>
org.fxmisc.undo.impl.MultiChangeUndoManagerImpl<C>
Type Parameters:
C - the type of change to store in the list of changes to undo/redo
All Implemented Interfaces:
UndoManager<List<C>>

public class MultiChangeUndoManagerImpl<C> extends UndoManagerImpl<List<C>>
UndoManagerImpl specified for a List of changes