mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3302 - Front-end UI freeze - review fixes
This commit is contained in:
parent
467c51ea0e
commit
1d135b7ab8
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ import docking.ActionContext;
|
|||
import docking.ComponentProvider;
|
||||
import ghidra.framework.model.*;
|
||||
|
||||
/**
|
||||
* A context that understands files that live in a {@link Project}. Most of the clients of
|
||||
* this context will use its notion of selected {@link DomainFile}s and folders.
|
||||
*/
|
||||
public class ProjectDataActionContext extends ActionContext implements DomainFileContext {
|
||||
|
||||
private List<DomainFolder> selectedFolders;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue