mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-5807 - File Chooser - Large directory speed ups
This commit is contained in:
parent
66cecdf954
commit
7202703a60
7 changed files with 101 additions and 47 deletions
|
@ -21,8 +21,6 @@ import java.util.List;
|
|||
|
||||
import javax.swing.Icon;
|
||||
|
||||
import utility.function.Callback;
|
||||
|
||||
/**
|
||||
* Interface for the GhidraFileChooser data model.
|
||||
* This allows the GhidraFileChooser to operate
|
||||
|
@ -30,12 +28,6 @@ import utility.function.Callback;
|
|||
* just the local file system.
|
||||
*/
|
||||
public interface GhidraFileChooserModel {
|
||||
/**
|
||||
* Set the model update callback.
|
||||
*
|
||||
* @param callback the new model update callback handler
|
||||
*/
|
||||
public void setModelUpdateCallback(Callback callback);
|
||||
|
||||
/**
|
||||
* Returns the home directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue