org.objectweb.fractal.explorer.rmi
Class BindComponentOnDropAction
java.lang.Object
org.objectweb.fractal.explorer.rmi.BindComponentOnDropAction
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.DropAction
public class BindComponentOnDropAction
- extends Object
- implements org.objectweb.util.explorer.api.DropAction
A Fractal component can be bound to a Redistry using this DnD action.
- Version:
- 0.1
- Author:
- Jerome Moroy
Method Summary |
void |
execute(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindComponentOnDropAction
public BindComponentOnDropAction()
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