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.Fields in org.refcodes.command declared as UndoableModifier and TypeFieldDescriptionprotected Undoable
CommandRuntimeException.CommandCommandRuntimeException._command
Methods in org.refcodes.command that return UndoableModifier and TypeMethodDescriptionCommandRuntimeException.CommandCommandRuntimeException.getUndoable()
Retrieves the undoable from the undoable property.UndoableAccessor.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 UndoableModifierConstructorDescriptionCommandCommandRuntimeException
(String aMessage, Undoable aCommand) CommandCommandRuntimeException
(String aMessage, Undoable aCommand, String aErrorCode) CommandCommandRuntimeException
(String aMessage, Undoable aCommand, Throwable aCause) CommandCommandRuntimeException
(String aMessage, Undoable aCommand, Throwable aCause, String aErrorCode) CommandCommandRuntimeException
(Undoable aCommand, Throwable aCause) CommandCommandRuntimeException
(Undoable aCommand, Throwable aCause, String aErrorCode) NoExceptionAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand) NoExceptionAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, String aErrorCode) NoExceptionAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause) NoExceptionAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) NoExceptionAvailableRuntimeException
(Throwable aCause, Undoable<?, ?, ?> aCommand, String aErrorCode) NoExceptionAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause) NoResultAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand) NoResultAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, String aErrorCode) NoResultAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause) NoResultAvailableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause) NoResultAvailableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) NotUndoableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand) NotUndoableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, String aErrorCode) NotUndoableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause) NotUndoableRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause) NotUndoableRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) NotYetExecutedRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand) NotYetExecutedRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, String aErrorCode) NotYetExecutedRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause) NotYetExecutedRuntimeException
(String aMessage, Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode) NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause) NotYetExecutedRuntimeException
(Undoable<?, ?, ?> aCommand, Throwable aCause, String aErrorCode)