org.objectweb.fractal.explorer.menu
Class AddSubComponentOnDropAction
java.lang.Object
org.objectweb.fractal.explorer.menu.AddSubComponentOnDropAction
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.DropAction
public class AddSubComponentOnDropAction
- extends Object
- implements org.objectweb.util.explorer.api.DropAction
This action allows to add a component into a composite component 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 |
AddSubComponentOnDropAction
public AddSubComponentOnDropAction()
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
- See Also:
DropAction.execute(org.objectweb.util.explorer.api.DropTreeView)