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()
void
boolean
boolean
void
Add or update a bookmark.void
Add or update a bookmark.
-
Constructor Details
-
BookmarkManager
public BookmarkManager()
-
-
Method Details
-
onEvent
- Specified by:
onEvent
in 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_FAVORITE
will be generated
-
get
Retrieve a bookmark.- Parameters:
unit
-address
-- Returns:
-
get
-
getAll
-
remove
-
remove
-