// update the command handlers for auto resize because of the connection
// to the body layer stack
unregisterCommandHandler(AutoResizeColumnsCommand.class);
unregisterCommandHandler(AutoResizeRowsCommand.class);
registerCommandHandler(new AutoResizeColumnCommandHandler(this));
registerCommandHandler(new AutoResizeRowCommandHandler(this));
}