GP-5807 - File Chooser - Large directory speed ups

This commit is contained in:
dragonmacher 2025-07-31 10:44:36 -04:00
parent 66cecdf954
commit 7202703a60
7 changed files with 101 additions and 47 deletions

View file

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