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:
dragonmacher 2019-07-19 11:00:43 -04:00
parent 8739d8e750
commit 380d863c96
113 changed files with 612 additions and 477 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.