org.objectweb.fractal.explorer.rmi
Class BindComponentOnDropAction

java.lang.Object
  extended by 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

Constructor Summary
BindComponentOnDropAction()
           
 
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
 

Constructor Detail

BindComponentOnDropAction

public BindComponentOnDropAction()
Method Detail

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