GhidraFileChooserModel

Package: ghidra.util.filechooser
Type: class

12.0_PUBLIC

removedmethod: setModelUpdateCallback
void setModelUpdateCallback(utility.function.Callback callback)

11.3_PUBLIC

addedmethod: getDownloadsDirectory
java.io.File getDownloadsDirectory()

10.2_PUBLIC

addedmethod: getRoots
java.util.List<java.io.File> getRoots(boolean forceUpdate)
addedmethod: setModelUpdateCallback
void setModelUpdateCallback(utility.function.Callback callback)
modifiedmethod: getListing
return type: java.io.File[] → List
- java.io.File[] getListing(java.io.File directory, java.io.FileFilter filter)
+ java.util.List<java.io.File> getListing(java.io.File directory, java.io.FileFilter filter)
removedmethod: getRoots
java.io.File[] getRoots()
removedmethod: setListener
void setListener(ghidra.util.filechooser.GhidraFileChooserListener l)

9.0.2_PUBLIC

introducedInitial version