Uses of Interface
org.refcodes.command.Undoable
-
Uses of Undoable in org.refcodes.command
Classes in org.refcodes.command that implement UndoableModifier and TypeClassDescriptionclass
AbstractUndoable<CTX,
RET, E extends Exception> TheAbstractUndoable
implements theUndoable
interface.Methods in org.refcodes.command that return UndoableModifier and TypeMethodDescriptionUndoableAccessor.getUndoable()
Retrieves the undoable from the undoable property.UndoableAccessor.UndoableProperty.letUndoable
(Undoable<CTX, R, E> aUndoable) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenUndoable
(setter) as ofUndoableAccessor.UndoableMutator.setUndoable(Undoable)
and returns the very same value (getter).Methods in org.refcodes.command with parameters of type UndoableModifier and TypeMethodDescriptionUndoableAccessor.UndoableProperty.letUndoable
(Undoable<CTX, R, E> aUndoable) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenUndoable
(setter) as ofUndoableAccessor.UndoableMutator.setUndoable(Undoable)
and returns the very same value (getter).void
UndoableAccessor.UndoableMutator.setUndoable
(Undoable<CTX, R, E> aCommand) Sets the undoable for the undoable property.UndoableAccessor.UndoableBuilder.withUndoable
(Undoable<CTX, R, E> aCommand) Sets the undoable for the undoable property.Constructors in org.refcodes.command with parameters of type UndoableModifierConstructorDescriptionNoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String message) Instantiates a new no exception available runtime exception.NoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, String aErrorCode) Instantiates a new no exception available runtime exception.NoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String message, Throwable cause) Instantiates a new no exception available runtime exception.NoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new no exception available runtime exception.NoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable cause) Instantiates a new no exception available runtime exception.NoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) Instantiates a new no exception available runtime exception.NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String message) Instantiates a new no result available runtime exception.NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, String aErrorCode) Instantiates a new no result available runtime exception.NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String message, Throwable cause) Instantiates a new no result available runtime exception.NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new no result available runtime exception.NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable cause) Instantiates a new no result available runtime exception.NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) Instantiates a new no result available runtime exception.NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, String message) Instantiates a new not undoable runtime exception.NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, String aErrorCode) Instantiates a new not undoable runtime exception.NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, String message, Throwable cause) Instantiates a new not undoable runtime exception.NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new not undoable runtime exception.NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable cause) Instantiates a new not undoable runtime exception.NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) Instantiates a new not undoable runtime exception.NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, String message) Instantiates a new not yet executed runtime exception.NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, String aErrorCode) Instantiates a new not yet executed runtime exception.NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, String message, Throwable cause) Instantiates a new not yet executed runtime exception.NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new not yet executed runtime exception.NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable cause) Instantiates a new not yet executed runtime exception.NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) Instantiates a new not yet executed runtime exception.