LocalFileChooserModel

Package: docking.widgets.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: formatRootPathForDisplay
java.lang.String formatRootPathForDisplay(java.io.File root)
removedmethod: getFastRootDescriptionString
java.lang.String getFastRootDescriptionString(java.io.File root)
removedmethod: getRootDescriptionString
java.lang.String getRootDescriptionString(java.io.File root)
removedmethod: getRoots
java.io.File[] getRoots()
removedmethod: setListener
void setListener(ghidra.util.filechooser.GhidraFileChooserListener l)

9.0.2_PUBLIC

addedmethod: formatRootPathForDisplay
java.lang.String formatRootPathForDisplay(java.io.File root)
addedmethod: getFastRootDescriptionString
java.lang.String getFastRootDescriptionString(java.io.File root)
addedmethod: getRootDescriptionString
java.lang.String getRootDescriptionString(java.io.File root)

9.0.1_PUBLIC

introducedInitial version