AppleCommander/src/com/webcodepro/applecommander
T. Joseph Carter bfaf30bffe Mod FilenameFilter to support JavaFX
(cherry-picked to fix AppleCommander/AppleCommander#13 since I've
discovered that I was wrong and it does fix the problem after all!)

cwa.storage.Disk.FileFilter was written for SWT, returning multiple
extensions as a single string with ; separators.  For JavaFX, we
actually want individual strings separately or in a list.

The only place these are initialized in cwa.storage.Disk anyway, so what
I've done is change the class to instatiate with separate strings and
join them on demand for SWT.  A new getExtensionList() method will
return them as-is for JavaFX.
2017-11-20 04:59:42 -08:00
..
compiler Remove -Xlint:unchecked warnings 2017-11-09 13:03:03 -08:00
storage Mod FilenameFilter to support JavaFX 2017-11-20 04:59:42 -08:00
ui Cosmetic variable rename 2017-11-11 19:56:33 -08:00
util Add read-only support for DC42 images 2012-08-01 21:35:54 +00:00