mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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
|
@ -17,13 +17,13 @@ package ghidra.service.graph;
|
|||
|
||||
import java.util.Set;
|
||||
|
||||
import docking.ActionContext;
|
||||
import docking.ComponentProvider;
|
||||
import docking.DefaultActionContext;
|
||||
|
||||
/**
|
||||
* The base ActionContext for the GraphDisplay instances.
|
||||
*/
|
||||
public class GraphActionContext extends ActionContext {
|
||||
public class GraphActionContext extends DefaultActionContext {
|
||||
private final AttributedGraph graph;
|
||||
private final Set<AttributedVertex> selectedVertices;
|
||||
private final AttributedVertex focusedVertex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue