org.objectweb.fractal.explorer.menu
Class BindOnDropAction
java.lang.Object
org.objectweb.fractal.explorer.menu.BindOnDropAction
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.DropAction
public class BindOnDropAction
- extends Object
- implements org.objectweb.util.explorer.api.DropAction
This action allows to bind an client interface to a server one using the Drag&Drop mechanism.
- 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 |
BindOnDropAction
public BindOnDropAction()
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