if (transferables != null)
{
DrawingEditorPlugin modeler = (DrawingEditorPlugin) editor();
// Create an interaction event that transports the objects we refer to
InteractionEvent iae = new InteractionEvent(modeler, InteractionEvent.POPUP, new MultiTransferable(transferables));
// Fire the event to the other plugins
modeler.fireEvent(iae);
// Create a popup menu from what the Jaspira actions the other plugins have added