mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-focus-fix--SQUASHED'
This commit is contained in:
commit
2a83263d73
9 changed files with 136 additions and 430 deletions
|
@ -1464,22 +1464,6 @@ public abstract class PluginTool extends AbstractDockingTool {
|
|||
eventMgr.removeEventListener(className);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display an text edit box on top of the specified component.
|
||||
* @param defaultText initial text to be displayed in edit box
|
||||
* @param comp component over which the edit box will be placed
|
||||
* @param rect specifies the bounds of the edit box relative to the
|
||||
* component. The height is ignored. The default text field height
|
||||
* is used as the preferred height.
|
||||
* @param listener when the edit is complete, this listener is notified
|
||||
* with the new text. The edit box is dismissed prior to notifying
|
||||
* the listener.
|
||||
*/
|
||||
public void showEditWindow(String defaultText, Component comp, Rectangle rect,
|
||||
EditListener listener) {
|
||||
winMgr.showEditWindow(defaultText, comp, rect, listener);
|
||||
}
|
||||
|
||||
/**
|
||||
* Cancel the current task in the tool.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue