1 26 package org.objectweb.util.explorer.core.dnd.api; 27 28 import org.objectweb.util.explorer.core.common.api.Description; 29 30 38 public interface DnDDescriptions 39 extends Description 40 { 41 42 46 public void addDropAction(DnDDescription dndDesc); 47 48 59 public DnDDescription getDropAction(String actionType); 60 61 65 public String [] getActionsDescription(); 66 67 } 68 | Popular Tags |