Package com.pnfsoftware.jeb.core
Class BookmarkManager
java.lang.Object
com.pnfsoftware.jeb.core.BookmarkManager
- All Implemented Interfaces:
IEventListener
Bookmark manager used by JEB projects.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve a bookmark.getAll()voidbooleanbooleanvoidAdd or update a bookmark.voidAdd or update a bookmark.
-
Constructor Details
-
BookmarkManager
public BookmarkManager()
-
-
Method Details
-
onEvent
- Specified by:
onEventin interfaceIEventListener
-
set
Add or update a bookmark. A meta-comment is auto-generated.- Parameters:
unit- mandatoryaddress- an address, as defined inIAddressableUnit; null is accepted as well to bookmark the unit as a whole, whether it be addressable or notdescription- non-null description
-
set
Add or update a bookmark.- Parameters:
unit- mandatoryaddress- an address, as defined inIAddressableUnit; null is accepted as well to bookmark the unit as a whole, whether it be addressable or notdescription- non-null descriptiondoNotGenerateMetaComments- if true, no associated meta-comment with the flagCOMMENT_FLAG_FAVORITEwill be generated
-
get
Retrieve a bookmark.- Parameters:
unit-address-- Returns:
-
get
-
getAll
-
remove
-
remove
-