1 26 27 package org.objectweb.util.browser.core.api; 28 29 import org.objectweb.util.browser.api.DropAction; 30 31 38 39 public interface AssociatedDropAction 40 extends AssociatedElement { 41 42 48 54 62 public DropAction getDropAction(Object node, int dropAction); 63 64 72 public DropAction getDropAction(Object node, boolean disabledJavaLangObject, int dropAction); 73 74 82 public String getDropLabel(Object node, int dropAction); 83 84 92 public String getDropLabel(Object node, boolean disabledJavaLangObject, int dropAction); 93 94 } | Popular Tags |