org.objectweb.fractal.explorer.menu
Class FixComponentNameOnComponentAction
java.lang.Object
org.objectweb.fractal.explorer.menu.FixComponentNameAction
org.objectweb.fractal.explorer.menu.FixComponentNameOnComponentAction
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.MenuItem, org.objectweb.util.explorer.swing.gui.api.DialogAction
public class FixComponentNameOnComponentAction
- extends FixComponentNameAction
This action allows to rename a component.
- Version:
- 0.1
- Author:
- Jerome Moroy
Fields inherited from interface org.objectweb.util.explorer.api.MenuItem |
DISABLED_STATUS, ENABLED_STATUS, NOT_VISIBLE_STATUS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixComponentNameOnComponentAction
public FixComponentNameOnComponentAction()
getNameController
protected NameController getNameController(org.objectweb.util.explorer.api.MenuItemTreeView e)
- Provides the name controller of the given component.
- Overrides:
getNameController
in class FixComponentNameAction
- Returns:
- the NameController of the component.
executeAction
public void executeAction()
throws Exception
- Executes an action
- Specified by:
executeAction
in interface org.objectweb.util.explorer.swing.gui.api.DialogAction
- Overrides:
executeAction
in class FixComponentNameAction
- Throws:
Exception