Uses of Class
org.fxmisc.undo.impl.RevisionedChange
-
Packages that use RevisionedChange Package Description org.fxmisc.undo.impl -
-
Uses of RevisionedChange in org.fxmisc.undo.impl
Fields in org.fxmisc.undo.impl declared as RevisionedChange Modifier and Type Field Description private RevisionedChange<C>[]FixedSizeChangeQueue. changesFields in org.fxmisc.undo.impl with type parameters of type RevisionedChange Modifier and Type Field Description private java.util.ArrayList<RevisionedChange<C>>UnlimitedChangeQueue. changesMethods in org.fxmisc.undo.impl that return RevisionedChange Modifier and Type Method Description private 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 RevisionedChange Modifier and Type Method Description private RevisionedChange<C>FixedSizeChangeQueue. put(int position, RevisionedChange<C> c)
-