mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GT-2971-dragonmacher-close-button-key-binding'
This commit is contained in:
commit
479f595af8
116 changed files with 632 additions and 496 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