org.objectweb.fractal.explorer.menu
Class BindInterfaceOnDropAction
java.lang.Object
org.objectweb.fractal.explorer.menu.BindInterfaceOnDropAction
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.DropAction
public class BindInterfaceOnDropAction
- extends Object
- implements org.objectweb.util.explorer.api.DropAction
Action for binding an interface on drop.
- Version:
- 0.1
- Author:
- Philippe Merle,
Jérôme Moroy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindInterfaceOnDropAction
public BindInterfaceOnDropAction()
getName
protected String getName(InterfaceType itf,
int number)
execute
public void execute(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
throws Exception
- Specified by:
execute
in interface org.objectweb.util.explorer.api.DropAction
- Throws:
Exception