93 * Undo a command. Managing the correspondig vectors and the execution of the inverse action to the - ACTUAL DONE- action
94 * @return Returns true if the inverse command ( the actual to execute in UNDO actions) is executed. If it is false the state of the vector must not change.
134 * Redo a command. Managing the correspondig vectors and the execution of the inverse action to the - ACTUAL DONE- action
135 * @return Returns true if the actual command to execute ( the actual to execute in REDO actions )has been executed. If it is false the state of the vector must not change.