org.objectweb.fractal.explorer.menu
Class BindInterfaceOnDropAction

java.lang.Object
  extended by org.objectweb.fractal.explorer.menu.BindInterfaceOnDropAction
All Implemented Interfaces:
org.objectweb.util.explorer.api.DropAction

public class BindInterfaceOnDropAction
extends Object
implements org.objectweb.util.explorer.api.DropAction

Action for binding an interface on drop.

Version:
0.1
Author:
Philippe Merle, Jérôme Moroy

Constructor Summary
BindInterfaceOnDropAction()
           
 
Method Summary
 void execute(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
           
protected  String getName(InterfaceType itf, int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindInterfaceOnDropAction

public BindInterfaceOnDropAction()
Method Detail

getName

protected String getName(InterfaceType itf,
                         int number)

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