org.objectweb.fractal.explorer.menu
Class StartComponentAction

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

public class StartComponentAction
extends Object
implements org.objectweb.util.explorer.api.MenuItem

This action allows to start/stop the component.

Version:
0.1
Author:
Jerome Moroy

Field Summary
 
Fields inherited from interface org.objectweb.util.explorer.api.MenuItem
DISABLED_STATUS, ENABLED_STATUS, NOT_VISIBLE_STATUS
 
Constructor Summary
StartComponentAction()
           
 
Method Summary
 void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView e)
           
 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
 

Constructor Detail

StartComponentAction

public StartComponentAction()
Method Detail

actionPerformed

public void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView e)
Specified by:
actionPerformed in interface org.objectweb.util.explorer.api.MenuItem

getStatus

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