Skip to content

UXFileEntry

UXFileEntry is one entry of a UXFileChooser’s listing: a name and isDir. The backend builds them when it reads a directory (UXFileEntry.make(name, isDir)), and the chooser’s filter and the panel’s rows consume them. The chooser also uses the class to hold its allowed extensions, storing each extension as a name.