| |
|
| java.lang.Object org.netbeans.editor.Bookmarks
Bookmarks | public class Bookmarks (Code) | | List of all bookmarks attached to document. This is helper class for storage
of all bookmarks attached to the document.
author: David Konecny since: 07/2001 |
Inner Class :public interface Bookmark | |
Bookmarks | public Bookmarks()(Code) | | Creates new Bookmarks
|
getBookmark | public Bookmark getBookmark(int line)(Code) | | Find bookmark for the given line.
|
getNextLineBookmark | public Bookmark getNextLineBookmark(int line)(Code) | | Find next bookmark
|
putBookmark | public void putBookmark(Bookmark bookmark)(Code) | | Add new bookmark into array
|
removeAll | public void removeAll()(Code) | | Remove all bookmarks. Usually called when document is going to be closed.
|
removeBookmark | public Bookmark removeBookmark(int line)(Code) | | Remove bookmark from the line
|
removeBookmark | public void removeBookmark(Bookmark bookmark)(Code) | | Remove given bookmark
|
|
|
|