/**
  * Redoes the previous edit of this type.
  *
  * @exception CannotRedoException if <code>canRedo</code> returns <code>false</code>
  * @see #canRedo
  */
 public void redo() throws CannotRedoException {
   arrange.redoArrange(oViewFrame);
 }