GT-3302 - Front-end UI freeze - review fixes

This commit is contained in:
dragonmacher 2019-12-12 17:25:25 -05:00
parent 467c51ea0e
commit 1d135b7ab8

View file

@ -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;