Package docking.widgets.filechooser
Interface GhidraFileChooserDirectoryModelIf
-
public interface GhidraFileChooserDirectoryModelIf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
edit()
java.io.File
getFile(int row)
java.io.File
getSelectedFile()
int[]
getSelectedRows()
void
setSelectedFile(java.io.File file)
-