Class BookmarkTypeDBAdapterNoTable


  • public class BookmarkTypeDBAdapterNoTable
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getTypeIds()  
      void setOldBookmarkManager​(ghidra.program.database.bookmark.OldBookmarkManager oldMgr)
      Set the old bookmark manager which handles read-only access to bookmarks stored within property maps.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BookmarkTypeDBAdapterNoTable

        public BookmarkTypeDBAdapterNoTable​(DBHandle dbHandle)
        Parameters:
        dbHandle -
        openMode -
    • Method Detail

      • setOldBookmarkManager

        public void setOldBookmarkManager​(ghidra.program.database.bookmark.OldBookmarkManager oldMgr)
        Set the old bookmark manager which handles read-only access to bookmarks stored within property maps. The old bookmark manager must be set prior to invoking any other method;
        Parameters:
        oldMgr - old bookmark manager
      • getTypeIds

        public int[] getTypeIds()
                         throws java.io.IOException
        Throws:
        java.io.IOException