BookmarkDBManager

Package: ghidra.program.database.bookmark
Type: class

12.0_PUBLIC

addedmethod: isDefinedType
boolean isDefinedType(java.lang.String type)

11.1_PUBLIC

addedmethod: programReady
void programReady(ghidra.framework.data.OpenMode openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

10.3_PUBLIC

addedmethod: defineType
ghidra.program.model.listing.BookmarkType defineType(java.lang.String type, javax.swing.Icon icon, java.awt.Color color, int priority)
removedmethod: defineType
ghidra.program.model.listing.BookmarkType defineType(java.lang.String type, javax.swing.ImageIcon icon, java.awt.Color color, int priority)

9.0.1_PUBLIC

introducedInitial version