MergeManagerPlugin

Package: ghidra.app.merge
Type: class

11.1_PUBLIC

addedmethod: closeDomainObject
boolean closeDomainObject(ghidra.framework.model.DomainObject domainObject, boolean ignoreChanges)
addedmethod: getSearchPriority
int getSearchPriority(ghidra.framework.model.DomainObject domainObject)
addedmethod: isVisible
boolean isVisible(ghidra.framework.model.DomainObject domainObject)
addedmethod: openDomainObject
void openDomainObject(ghidra.framework.model.DomainObject domainObject)
addedmethod: openDomainObject
void openDomainObject(ghidra.framework.model.DomainObject domainObject, boolean current)
addedmethod: openDomainObject
void openDomainObject(ghidra.framework.model.DomainObject domainObject, int state)
addedmethod: releaseDomainObject
void releaseDomainObject(ghidra.framework.model.DomainObject domainObject, java.lang.Object persistentOwner)
addedmethod: setCurrentDomainObject
void setCurrentDomainObject(ghidra.framework.model.DomainObject domainObject)
addedmethod: setPersistentOwner
boolean setPersistentOwner(ghidra.framework.model.DomainObject domainObject, java.lang.Object owner)
addedmethod: setSearchPriority
void setSearchPriority(ghidra.framework.model.DomainObject domainObject, int priority)
modifiedfield: currentDomainObject
type: UndoableDomainObject → DomainObject
- ghidra.framework.model.UndoableDomainObject currentDomainObject
+ ghidra.framework.model.DomainObject currentDomainObject
modifiedmethod: getAllOpenDomainObjects
return type: ghidra.framework.model.UndoableDomainObject[] → ghidra.framework.model.DomainObject[]
- ghidra.framework.model.UndoableDomainObject[] getAllOpenDomainObjects()
+ ghidra.framework.model.DomainObject[] getAllOpenDomainObjects()
modifiedmethod: getCurrentDomainObject
return type: UndoableDomainObject → DomainObject
- ghidra.framework.model.UndoableDomainObject getCurrentDomainObject()
+ ghidra.framework.model.DomainObject getCurrentDomainObject()
removedmethod: closeDomainObject
boolean closeDomainObject(ghidra.framework.model.UndoableDomainObject domainObject, boolean ignoreChanges)
removedmethod: getSearchPriority
int getSearchPriority(ghidra.framework.model.UndoableDomainObject domainObject)
removedmethod: isVisible
boolean isVisible(ghidra.framework.model.UndoableDomainObject domainObject)
removedmethod: openDomainObject
void openDomainObject(ghidra.framework.model.UndoableDomainObject domainObject)
removedmethod: openDomainObject
void openDomainObject(ghidra.framework.model.UndoableDomainObject domainObject, boolean current)
removedmethod: openDomainObject
void openDomainObject(ghidra.framework.model.UndoableDomainObject domainObject, int state)
removedmethod: releaseDomainObject
void releaseDomainObject(ghidra.framework.model.UndoableDomainObject domainObject, java.lang.Object persistentOwner)
removedmethod: setCurrentDomainObject
void setCurrentDomainObject(ghidra.framework.model.UndoableDomainObject domainObject)
removedmethod: setPersistentOwner
boolean setPersistentOwner(ghidra.framework.model.UndoableDomainObject domainObject, java.lang.Object owner)
removedmethod: setSearchPriority
void setSearchPriority(ghidra.framework.model.UndoableDomainObject domainObject, int priority)

9.0.2_PUBLIC

addedmethod: canClose
boolean canClose()
addedfield: currentDomainObject
ghidra.framework.model.UndoableDomainObject currentDomainObject
addedmethod: dispose
void dispose()
addedfield: mergeManager
ghidra.app.merge.MergeManager mergeManager
addedfield: provider
ghidra.app.merge.MergeManagerProvider provider

9.0.1_PUBLIC

introducedInitial version