canProvide abstract method

bool canProvide(
  1. DataFormat<Object> f
)

Returns whether the item contains data for given DataFormat. This is a best guess based on format identifier. It is still possible that dataReader will fail to provide the data during drop.

Implementation

bool canProvide(DataFormat f);