Package-level declarations
Types
Link copied to clipboard
interface BackstackHandler
BackstackHandler is responsible for undoing and redoing content edition action (like deleting a line, writing some text...).
Link copied to clipboard
interface BackstackInform
Notifies is it possible to undo or redo actions. Classes that implement this interface are useful to notify the UI that a button of undo/redo should or not be highlighted.
Link copied to clipboard
Manager for backstack. Implementations of this interface are responsible to coordinate undo and redo requests.