Uses of Interface
org.fxmisc.undo.UndoManagerFactory
Packages that use UndoManagerFactory
-
Uses of UndoManagerFactory in org.fxmisc.undo
Methods in org.fxmisc.undo that return UndoManagerFactoryModifier and TypeMethodDescriptionstatic 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.