Uses of Class
org.fxmisc.undo.impl.RevisionedChange
Packages that use RevisionedChange
-
Uses of RevisionedChange in org.fxmisc.undo.impl
Fields in org.fxmisc.undo.impl declared as RevisionedChangeModifier and TypeFieldDescriptionprivate final RevisionedChange<C>[]FixedSizeChangeQueue.changesFields in org.fxmisc.undo.impl with type parameters of type RevisionedChangeModifier and TypeFieldDescriptionprivate final ArrayList<RevisionedChange<C>> UnlimitedChangeQueue.changesMethods in org.fxmisc.undo.impl that return RevisionedChangeModifier and TypeMethodDescriptionprivate RevisionedChange<C> FixedSizeChangeQueue.fetch(int position) private RevisionedChange<C> FixedSizeChangeQueue.put(int position, RevisionedChange<C> c) Methods in org.fxmisc.undo.impl with parameters of type RevisionedChangeModifier and TypeMethodDescriptionprivate RevisionedChange<C> FixedSizeChangeQueue.put(int position, RevisionedChange<C> c)