mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-2971 - Key Bindings - Added the ability to set a key binding for the
close button for all Component Providers
This commit is contained in:
parent
8739d8e750
commit
380d863c96
113 changed files with 612 additions and 477 deletions
|
@ -326,6 +326,14 @@ public class DockingWindowManager implements PropertyChangeListener, Placeholder
|
|||
return root;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the tool that owns this manager
|
||||
* @return the tool
|
||||
*/
|
||||
public DockingTool getTool() {
|
||||
return tool;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the root window frame.
|
||||
* @return the root window frame.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue