mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-3349 added support for mulitple default action context providers. Previously, all default (non-focused) context was provided by the Listing. Now the default provider is registered for each ActionContext class.
This commit is contained in:
parent
8aa9c8be3a
commit
5da5af23fb
149 changed files with 1354 additions and 1232 deletions
|
@ -15,14 +15,14 @@
|
|||
*/
|
||||
package functioncalls.plugin.context;
|
||||
|
||||
import docking.ActionContext;
|
||||
import docking.DefaultActionContext;
|
||||
import functioncalls.graph.FunctionCallGraph;
|
||||
import functioncalls.plugin.FcgProvider;
|
||||
|
||||
/**
|
||||
* Context for the {@link FunctionCallGraph}
|
||||
*/
|
||||
public class FcgActionContext extends ActionContext {
|
||||
public class FcgActionContext extends DefaultActionContext {
|
||||
|
||||
public FcgActionContext(FcgProvider provider) {
|
||||
this(provider, null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue