Updated module system so Help no longer depends on Docking. Docking can now have help content.

This commit is contained in:
dragonmacher 2022-09-16 12:21:32 -04:00
parent a438a1e1ea
commit cb02db8313
87 changed files with 707 additions and 445 deletions

View file

@ -23,9 +23,9 @@ import javax.swing.*;
import javax.swing.FocusManager;
import docking.action.DockingActionIf;
import docking.help.HelpService;
import ghidra.util.CascadedDropTarget;
import ghidra.util.HelpLocation;
import help.HelpService;
/**
* Wrapper class for user components. Adds the title, local toolbar and provides the drag target