org.objectweb.fractal.explorer.menu
Class BindOnDropAction

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

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

BindOnDropAction

public BindOnDropAction()
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