Uses of Interface
org.fxmisc.undo.UndoManager.UndoPosition
-
Packages that use UndoManager.UndoPosition Package Description org.fxmisc.undo org.fxmisc.undo.impl -
-
Uses of UndoManager.UndoPosition in org.fxmisc.undo
Methods in org.fxmisc.undo that return UndoManager.UndoPosition Modifier and Type Method Description UndoManager.UndoPositionUndoManager. getCurrentPosition()Returns the current position within this UndoManager's history. -
Uses of UndoManager.UndoPosition in org.fxmisc.undo.impl
Classes in org.fxmisc.undo.impl that implement UndoManager.UndoPosition Modifier and Type Class Description private classUndoManagerImpl.UndoPositionImplMethods in org.fxmisc.undo.impl that return UndoManager.UndoPosition Modifier and Type Method Description UndoManager.UndoPositionUndoManagerImpl. getCurrentPosition()
-