org.objectweb.fractal.explorer.lib
Class LoadConfigurationFileAction

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

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

The "Load Configuration File" action.

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
LoadConfigurationFileAction()
           
 
Method Summary
 void actionPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemTreeView)
           
 int getStatus(org.objectweb.util.explorer.api.TreeView arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadConfigurationFileAction

public LoadConfigurationFileAction()
Method Detail

getStatus

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

actionPerformed

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