MCPcopy Index your code

hub / github.com/FXMisc/UndoFX / functions

Functions175 in github.com/FXMisc/UndoFX

↓ 72 callersMethodisValid
()
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:6
↓ 63 callersMethodpush
(C... changes)
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:25
↓ 23 callersMethodlist
(T... items)
undofx/src/test/java/org/fxmisc/undo/impl/UndoManagerTest.java:22
↓ 20 callersMethodgetCurrentPosition
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:135
↓ 20 callersMethodisUndoAvailable
()
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:49
↓ 19 callersMethodundo
Undo the most recent change, if there is any change to undo. @return {@code true} if a change was undone, {@code false} otherwise.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:37
↓ 18 callersMethodpush
(C... changes)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:116
↓ 17 callersMethodgetCurrentPosition
()
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:104
↓ 15 callersMethodprev
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:101
↓ 13 callersMethodatMarkedPositionProperty
Indicates whether this UndoManager's current position within its history is the same as the last marked position.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:104
↓ 13 callersMethodpush
(C... changes)
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:93
↓ 10 callersMethodprev
()
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:74
↓ 10 callersMethodunlimitedHistorySingleChangeUM
Creates an {@link UndoManager} with unlimited history. For description of parameters, see {@link #createSingleChangeUM(EventStream, Function, Consume
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:131
↓ 9 callersMethodredo
Redo previously undone change, if there is any change to redo. @return {@code true} if a change was redone, {@code false} otherwise.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:43
↓ 7 callersMethodunlimitedHistoryMultiChangeUM
Creates an {@link UndoManager} with unlimited history. For description of parameters, see {@link #createMultiChangeUM(EventStream, Function, Consumer
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:366
↓ 6 callersMethodarrayIndex
(int queuePosition)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:160
↓ 6 callersMethodequals
(Object other)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:68
↓ 6 callersMethodgetChange
()
undofx/src/main/java/org/fxmisc/undo/impl/RevisionedChange.java:12
↓ 4 callersMethodfetchRevisionForPosition
(int position)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:141
↓ 4 callersMethodisValid
Checks whether this history position is still valid. A position becomes invalid when <ul> <li>the change immediately preceding the position is undon
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:30
↓ 4 callersMethodlabeled
(String labelText, Node node)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:232
↓ 3 callersMethodfetch
(int position)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:149
↓ 3 callersMethodgetCurrentPosition
Returns the current position within this UndoManager's history.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:89
↓ 3 callersMethodgetCurrentPosition
()
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:28
↓ 3 callersMethodgetRevision
()
undofx/src/main/java/org/fxmisc/undo/impl/RevisionedChange.java:16
↓ 3 callersMethodhasNext
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:66
↓ 3 callersMethodinvalidateProperties
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:267
↓ 3 callersMethodmark
Sets this UndoManager's mark to the current position. This method is a convenient shortcut for {@code getCurrentPosition().mark()}.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:96
↓ 3 callersMethodrevisionForPosition
(int position)
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:109
↓ 2 callersMethodapplyChange
Helper method for reducing code duplication @param isChangeAvailable same as `isUndoAvailable()` [Undo] or `isRedoAvailable()` [Redo] @param changeTo
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:206
↓ 2 callersMethodequals
(Object other)
undofx/src/main/java/org/fxmisc/undo/impl/ZeroSizeChangeQueue.java:19
↓ 2 callersMethodgetCurrentPosition
()
undofx/src/main/java/org/fxmisc/undo/impl/ZeroSizeChangeQueue.java:73
↓ 2 callersMethodgetQueue
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:39
↓ 2 callersMethodgetQueue
()
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:37
↓ 2 callersMethodgetQueue
()
undofx/src/main/java/org/fxmisc/undo/impl/ZeroSizeChangeQueue.java:30
↓ 2 callersMethodhasPrev
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:71
↓ 2 callersMethodhasPrev
()
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:11
↓ 2 callersMethodisRedoAvailable
()
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:67
↓ 2 callersMethodprev
Returns the previous item and decreases the current position by 1.
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:23
↓ 2 callersMethodpreventMerge
Prevents the next change from being merged with the latest one.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:79
↓ 2 callersMethodzeroHistorySingleChangeUM
Creates an {@link UndoManager} with no history: all changes emitted from {@code changeStream} will be immediately forgotten. Therefore, the returned {
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:248
↓ 1 callersMethodaddChange
(C change)
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:240
↓ 1 callersMethodfixedSizeHistorySingleChangeUM
Creates an {@link UndoManager} with bounded history. When at full capacity, a new change will cause the oldest change to be forgotten. <p>For descrip
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:193
↓ 1 callersMethodforgetHistory
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:108
↓ 1 callersMethodforgetHistory
()
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:79
↓ 1 callersMethodforgetHistory
()
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:30
↓ 1 callersMethodhasNext
()
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:9
↓ 1 callersMethodinvert
()
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:66
↓ 1 callersMethodisAtMarkedPosition
()
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:105
↓ 1 callersMethodisRedoAvailable
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:154
↓ 1 callersMethodisUndoAvailable
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:144
↓ 1 callersMethodmergeWith
(CircleChange<?> other)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:47
↓ 1 callersMethodnext
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:85
↓ 1 callersMethodnext
()
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:64
↓ 1 callersMethodnext
Returns the next item and increases the current position by 1.
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:20
↓ 1 callersMethodpeekNext
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:76
↓ 1 callersMethodpeekNext
Returns the next item. Current position stays unchanged.
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:14
↓ 1 callersMethodpeekPrev
()
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:92
↓ 1 callersMethodpeekPrev
Returns the previous item. Current position stays unchanged.
undofx/src/main/java/org/fxmisc/undo/impl/ChangeQueue.java:17
↓ 1 callersMethodpreventMerge
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:189
↓ 1 callersMethodpush
(C... changes)
undofx/src/main/java/org/fxmisc/undo/impl/ZeroSizeChangeQueue.java:67
↓ 1 callersMethodput
(int position, RevisionedChange<C> c)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:153
↓ 1 callersMethodredoAvailableProperty
Indicates whether there is a change that can be redone.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:66
↓ 1 callersMethodrelativize
(int arrayPos)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:165
↓ 1 callersMethodsave
()
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:204
↓ 1 callersMethodundoAvailableProperty
Indicates whether there is a change that can be undone.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:48
MethodCenterXChange
(Double oldValue, Double newValue)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:110
MethodCenterYChange
(Double oldValue, Double newValue)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:139
MethodCircleChange
(T oldValue, T newValue)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:39
MethodColorChange
(Color oldValue, Color newValue)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:59
MethodFixedSizeChangeQueue
(int capacity)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:56
MethodMultiChangeUndoManagerImpl
( ChangeQueue<List<C>> queue, Function<? super C, ? extends C> changeInvert,
undofx/src/main/java/org/fxmisc/undo/impl/MultiChangeUndoManagerImpl.java:21
MethodQueuePositionImpl
(int arrayPos, long rev)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:11
MethodQueuePositionImpl
(int allTimePos, long rev)
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:11
MethodQueuePositionImpl
(long seq)
undofx/src/main/java/org/fxmisc/undo/impl/ZeroSizeChangeQueue.java:10
MethodRadiusChange
(Double oldValue, Double newValue)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:81
MethodRevisionedChange
(C change, long revision)
undofx/src/main/java/org/fxmisc/undo/impl/RevisionedChange.java:7
MethodUndoManagerImpl
( ChangeQueue<C> queue, Function<? super C, ? extends C> invert, Consumer<
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:84
MethodUndoPositionImpl
(QueuePosition queuePos)
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:34
MethodatMarkedPositionProperty
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:179
MethodchangeObserved
(C change)
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:226
Methodclose
Stops observing change events.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:110
Methodclose
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:119
MethodcomputeValue
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:63
Methodconnect
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:62
MethodcreateMultiChangeUM
Creates an {@link UndoManager} that tracks lists of changes emitted from {@code changeStream}. @param <C> representation of a change @param invert In
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:268
MethodcreateSingleChangeUM
Creates an {@link UndoManager} that tracks changes emitted from {@code changeStream}. @param <C> representation of a change @param invert Inverts a c
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:36
Methodequals
(Object other)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:97
Methodequals
(Object other)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:126
Methodequals
(Object other)
undofx-demos/src/main/java/org/fxmisc/undo/demo/CircleProperties.java:155
Methodequals
(Object other)
undofx/src/main/java/org/fxmisc/undo/impl/FixedSizeChangeQueue.java:28
Methodequals
(Object other)
undofx/src/main/java/org/fxmisc/undo/impl/UnlimitedChangeQueue.java:26
MethodfixedSizeHistoryFactory
Creates a factory for {@link UndoManager}s with bounded history. When at full capacity, a new change will cause the oldest change to be forgotten. @s
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:533
MethodfixedSizeHistoryMultiChangeUM
Creates an {@link UndoManager} with bounded history. When at full capacity, a new change will cause the oldest change to be forgotten. <p>For descrip
undofx/src/main/java/org/fxmisc/undo/UndoManagerFactory.java:428
MethodforgetHistory
Forgets all changes prior to the current position in the history.
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:84
MethodforgetHistory
()
undofx/src/main/java/org/fxmisc/undo/impl/ZeroSizeChangeQueue.java:78
MethodforgetHistory
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:194
MethodgetCurrentPosition
()
undofx/src/main/java/org/fxmisc/undo/impl/UndoManagerImpl.java:184
MethodgetNextRedo
()
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:61
MethodgetNextUndo
()
undofx/src/main/java/org/fxmisc/undo/UndoManager.java:55
next →1–100 of 175, ranked by callers