Method Summary |
|
protected boolean | add(Bookmark bookmark) Add a new bookmark, or replace an existing bookmark.
Parameters: bookmark - bookmark to add/change. |
protected Bookmark | get(String name) Retrieve a bookmark by name.
Parameters: name - Name of the bookmark. |
public CompletionCandidates | getCompletionCandidates(String bookmarkNameBegin) |
protected Iterator<Bookmark> | iterator() |
protected void | load() Load the stored bookmarks. |
public void | removeAll() |
protected void | save() Save the bookmarks. |