Merge remote-tracking branch 'origin/GT-2971-dragonmacher-close-button-key-binding'

This commit is contained in:
Ryan Kurtz 2019-07-19 13:53:37 -04:00
commit 479f595af8
116 changed files with 632 additions and 496 deletions

View file

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