Uses of Interface
org.fxmisc.undo.impl.ChangeQueue.QueuePosition
-
Packages that use ChangeQueue.QueuePosition Package Description org.fxmisc.undo.impl -
-
Uses of ChangeQueue.QueuePosition in org.fxmisc.undo.impl
Classes in org.fxmisc.undo.impl that implement ChangeQueue.QueuePosition Modifier and Type Class Description private classFixedSizeChangeQueue.QueuePositionImplprivate classUnlimitedChangeQueue.QueuePositionImplprivate classZeroSizeChangeQueue.QueuePositionImplFields in org.fxmisc.undo.impl declared as ChangeQueue.QueuePosition Modifier and Type Field Description private ChangeQueue.QueuePositionUndoManagerImpl. markprivate ChangeQueue.QueuePositionUndoManagerImpl.UndoPositionImpl. queuePosMethods in org.fxmisc.undo.impl that return ChangeQueue.QueuePosition Modifier and Type Method Description ChangeQueue.QueuePositionChangeQueue. getCurrentPosition()ChangeQueue.QueuePositionFixedSizeChangeQueue. getCurrentPosition()ChangeQueue.QueuePositionUnlimitedChangeQueue. getCurrentPosition()ChangeQueue.QueuePositionZeroSizeChangeQueue. getCurrentPosition()Constructors in org.fxmisc.undo.impl with parameters of type ChangeQueue.QueuePosition Constructor Description UndoPositionImpl(ChangeQueue.QueuePosition queuePos)
-