Package ghidra.app.merge.tool
Class ListingMergePanelPlugin
java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.merge.tool.ListingMergePanelPlugin
- All Implemented Interfaces:
ProgramaticUseOnly,PluginEventListener,ServiceListener,ExtensionPoint
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.Plugin
name, pluginDescription, tool -
Constructor Summary
ConstructorsConstructorDescriptionListingMergePanelPlugin(PluginTool tool, ListingMergePanel mergePanel) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Tells a plugin that it is no longer needed.static Stringstatic Stringstatic StringvoidprocessEvent(PluginEvent event) Method called to process a plugin event.Methods inherited from class ghidra.framework.plugintool.Plugin
accept, acceptData, canClose, canCloseDomainObject, cleanup, close, dataStateRestoreCompleted, dependsUpon, deregisterService, equals, eventSent, firePluginEvent, getData, getMissingRequiredServices, getName, getPluginDescription, getServicesRequired, getSupportedDataTypes, getTool, getTransientState, getUndoRedoState, hashCode, hasMissingRequiredService, hasUnsaveData, init, internalRegisterEventConsumed, isDisposed, prepareToSave, readConfigState, readDataState, registerDynamicServiceProvided, registerServiceProvided, restoreTransientState, restoreUndoRedoState, saveData, serviceAdded, serviceRemoved, writeConfigState, writeDataState
-
Constructor Details
-
ListingMergePanelPlugin
Constructor- Parameters:
tool- merge toolmergePanel- merge panel
-
-
Method Details
-
getProvider
-
dispose
public void dispose()Description copied from class:PluginTells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up. -
getDescription
-
getDescriptiveName
-
getCategory
-
processEvent
Description copied from class:PluginMethod called to process a plugin event. Plugins should override this method if the plugin processes PluginEvents;- Overrides:
processEventin classPlugin- Parameters:
event- plugin to process
-