Class DefaultUndoHandler

    • Constructor Detail

      • DefaultUndoHandler

        public DefaultUndoHandler()
    • Method Detail

      • addUndoableAction

        public void addUndoableAction​(SNodeUndoableAction action)
        Description copied from interface: UndoHandler
        Receives information about a model change in a form suitable for undo. It's up to implementation to react, i.e. to use some platform mechanism to record the action, filter based on internal state or even to ignore it altogether.
        Specified by:
        addUndoableAction in interface UndoHandler
        Parameters:
        action - never null