}
if (t.isDataFlavorSupported(PresetParameterTableTransferHandler.presetParameterFlavor)) {
// do import!!
try {
PresetParameterSelection pps = (PresetParameterSelection) t.getTransferData(PresetParameterTableTransferHandler.presetParameterFlavor);
((MasterParameterSelectionAcceptor) comp).setSelection(new MasterParameterSelection(pps.getSrcDevice(), pps));
return true;
} catch (UnsupportedFlavorException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();