org.objectweb.fractal.explorer.menu
Class BindAction

java.lang.Object
  extended by org.objectweb.fractal.explorer.menu.BindAction
All Implemented Interfaces:
org.objectweb.util.explorer.api.MenuItem, org.objectweb.util.explorer.swing.gui.api.DialogAction

public class BindAction
extends Object
implements org.objectweb.util.explorer.api.MenuItem, org.objectweb.util.explorer.swing.gui.api.DialogAction

This action allows to bind an client interface to a server one.

Version:
0.1
Author:
Jerome Moroy

Field Summary
protected  Interface clientInterface_
          The InterfaceReference on which the interface will be bound.
protected  org.objectweb.util.explorer.swing.gui.lib.TreeBox treeBox_
          The TreeBox used.
 
Fields inherited from interface org.objectweb.util.explorer.api.MenuItem
DISABLED_STATUS, ENABLED_STATUS, NOT_VISIBLE_STATUS
 
Constructor Summary
BindAction()
           
 
Method Summary
 void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView e)
           
 void executeAction()
           
 int getStatus(org.objectweb.util.explorer.api.TreeView treeView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

treeBox_

protected org.objectweb.util.explorer.swing.gui.lib.TreeBox treeBox_
The TreeBox used.


clientInterface_

protected Interface clientInterface_
The InterfaceReference on which the interface will be bound.

Constructor Detail

BindAction

public BindAction()
Method Detail

getStatus

public int getStatus(org.objectweb.util.explorer.api.TreeView treeView)
Specified by:
getStatus in interface org.objectweb.util.explorer.api.MenuItem
See Also:
MenuItem.getStatus(org.objectweb.util.explorer.api.TreeView)

actionPerformed

public void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView e)
                     throws Exception
Specified by:
actionPerformed in interface org.objectweb.util.explorer.api.MenuItem
Throws:
Exception
See Also:
MenuItem.actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView)

executeAction

public void executeAction()
                   throws Exception
Specified by:
executeAction in interface org.objectweb.util.explorer.swing.gui.api.DialogAction
Throws:
Exception
See Also:
DialogAction.executeAction()