Uses of Interface
org.fxmisc.undo.UndoManagerFactory
-
Packages that use UndoManagerFactory Package Description org.fxmisc.undo -
-
Uses of UndoManagerFactory in org.fxmisc.undo
Methods in org.fxmisc.undo that return UndoManagerFactory Modifier and Type Method Description static UndoManagerFactoryUndoManagerFactory. fixedSizeHistoryFactory(int capacity)Creates a factory forUndoManagers with bounded history.static UndoManagerFactoryUndoManagerFactory. unlimitedHistoryFactory()Creates a factory forUndoManagers with unlimited history.static UndoManagerFactoryUndoManagerFactory. zeroHistoryFactory()Creates a factory forUndoManagers with no history.
-