getFormats abstract method
Returns subset of allFormats
that this reader can provide,
sorted according to priority set by source application.
Implementation
List<DataFormat> getFormats(List<DataFormat> allFormats);
Returns subset of allFormats
that this reader can provide,
sorted according to priority set by source application.
List<DataFormat> getFormats(List<DataFormat> allFormats);