41424344454647
* @param target The target bookmark for the new command * @return a new GotoBookmarkCommand object * @see NavCommand */ public NavCommand createGotoBookmarkCommand(Bookmark target) { return new GotoBookmarkCommand(target); }