static L mimeTypes(Transferable t) { ret t == null ? null : map(func(DataFlavor f) { f.getMimeType() }, t.getTransferDataFlavors()); }