DataTypeArchiveMergeManagerPlugin

Package: ghidra.app.merge
Type: class

11.1_PUBLIC

removedmethod: closeAllPrograms
boolean closeAllPrograms(boolean ignoreChanges)
removedmethod: closeProgram
boolean closeProgram()
removedmethod: closeProgram
boolean closeProgram(ghidra.program.model.listing.Program program, boolean ignoreChanges)
removedmethod: getAllOpenDataTypeArchives
ghidra.program.model.listing.DataTypeArchive[] getAllOpenDataTypeArchives()
removedmethod: getCategory
static java.lang.String getCategory()
removedmethod: getCurrentDataTypeArchive
ghidra.program.model.listing.DataTypeArchive getCurrentDataTypeArchive()
removedmethod: getDescription
static java.lang.String getDescription()
removedmethod: getDescriptiveName
static java.lang.String getDescriptiveName()
removedmethod: getProgram
ghidra.program.model.listing.Program getProgram(ghidra.program.model.address.Address addr)
removedmethod: getSearchPriority
int getSearchPriority(ghidra.program.model.listing.Program p)
removedmethod: isVisible
boolean isVisible(ghidra.program.model.listing.Program program)
removedmethod: openProgram
ghidra.program.model.listing.Program openProgram(ghidra.framework.model.DomainFile domainFile)
removedmethod: openProgram
ghidra.program.model.listing.Program openProgram(ghidra.framework.model.DomainFile df, int version)
removedmethod: openProgram
ghidra.program.model.listing.Program openProgram(ghidra.framework.model.DomainFile domainFile, int version, int state)
removedmethod: openProgram
void openProgram(ghidra.program.model.listing.Program program)
removedmethod: openProgram
void openProgram(ghidra.program.model.listing.Program program, boolean current)
removedmethod: openProgram
void openProgram(ghidra.program.model.listing.Program program, int state)
removedmethod: releaseProgram
void releaseProgram(ghidra.program.model.listing.Program program, java.lang.Object persistentOwner)
removedmethod: setCurrentProgram
void setCurrentProgram(ghidra.program.model.listing.Program p)
removedmethod: setPersistentOwner
boolean setPersistentOwner(ghidra.program.model.listing.Program program, java.lang.Object owner)
removedmethod: setSearchPriority
void setSearchPriority(ghidra.program.model.listing.Program p, int priority)

9.0.2_PUBLIC

addedmethod: dispose
void dispose()

9.0.1_PUBLIC

introducedInitial version