Class Hierarchy
- java.lang.Object
- org.fxmisc.undo.impl.FixedSizeChangeQueue<C> (implements org.fxmisc.undo.impl.ChangeQueue<C>)
- org.fxmisc.undo.impl.FixedSizeChangeQueue.QueuePositionImpl (implements org.fxmisc.undo.impl.ChangeQueue.QueuePosition)
- org.fxmisc.undo.impl.RevisionedChange<C>
- org.fxmisc.undo.impl.UndoManagerImpl<C> (implements org.fxmisc.undo.UndoManager<C>)
- org.fxmisc.undo.impl.MultiChangeUndoManagerImpl<C>
- org.fxmisc.undo.impl.UndoManagerImpl.UndoPositionImpl (implements org.fxmisc.undo.UndoManager.UndoPosition)
- org.fxmisc.undo.impl.UnlimitedChangeQueue<C> (implements org.fxmisc.undo.impl.ChangeQueue<C>)
- org.fxmisc.undo.impl.UnlimitedChangeQueue.QueuePositionImpl (implements org.fxmisc.undo.impl.ChangeQueue.QueuePosition)
- org.fxmisc.undo.impl.ZeroSizeChangeQueue<C> (implements org.fxmisc.undo.impl.ChangeQueue<C>)
- org.fxmisc.undo.impl.ZeroSizeChangeQueue.QueuePositionImpl (implements org.fxmisc.undo.impl.ChangeQueue.QueuePosition)
Interface Hierarchy
- org.fxmisc.undo.impl.ChangeQueue<C>
- org.fxmisc.undo.impl.ChangeQueue.QueuePosition
- org.fxmisc.undo.UndoManager<C>
- org.fxmisc.undo.UndoManager.UndoPosition
- org.fxmisc.undo.UndoManagerFactory