Uses of Interface
io.github.interacto.undo.Undoable
-
Packages that use Undoable Package Description io.github.interacto.undo -
-
Uses of Undoable in io.github.interacto.undo
Methods in io.github.interacto.undo that return types with arguments of type Undoable Modifier and Type Method Description Optional<Undoable>UndoCollector. getLastRedo()Optional<Undoable>UndoCollector. getLastUndo()Deque<Undoable>UndoCollector. getRedo()Deque<Undoable>UndoCollector. getUndo()io.reactivex.Observable<Optional<Undoable>>UndoCollector. redos()A stream for observing changes regarding the last redoable object.io.reactivex.Observable<Optional<Undoable>>UndoCollector. undos()A stream for observing changes regarding the last undoable object.Methods in io.github.interacto.undo with parameters of type Undoable Modifier and Type Method Description voidUndoCollector. add(Undoable undoable)Adds an undoable object to the collector.
-