Package ghidra.trace.model.bookmark
Interface TraceBookmarkType
- All Superinterfaces:
BookmarkType
- All Known Implementing Classes:
DBTraceBookmarkType
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidsetMarkerColor(Color color) voidsetMarkerPriority(int priority) Methods inherited from interface ghidra.program.model.listing.BookmarkType
getIcon, getMarkerColor, getMarkerPriority, getTypeId, getTypeString, hasBookmarks
-
Method Details
-
setIcon
-
setMarkerColor
-
setMarkerPriority
void setMarkerPriority(int priority) -
getCategories
Collection<String> getCategories() -
countBookmarks
int countBookmarks() -
getBookmarks
Collection<TraceBookmark> getBookmarks()
-