Package org.objectweb.fractal.explorer.menu

A package to define the actions of the console.

See:
          Description

Class Summary
AddSubComponentAction This action allows to add a component into a composite component.
AddSubComponentOnDropAction This action allows to add a component into a composite component using the Drag&Drop mechanism.
BindAction This action allows to bind an client interface to a server one.
BindInterfaceOnDropAction Action for binding an interface on drop.
BindOnDropAction This action allows to bind an client interface to a server one using the Drag&Drop mechanism.
CreateComponentTypeAction This action allows to create a new component type.
CreateInstanceAction This action allows to create a new template.
CreateInterfaceTypeAction This action allows to create a new interface type.
DefaultFractalDropAction Specialization of the drop action for entities having life cycle properties.
DefaultFractalMenuItem Specialization of the menu item for entities having life cycle properties.
FixComponentNameAction This action allows to rename a component.
FixComponentNameOnComponentAction This action allows to rename a component.
InstantiateAction This action allows to instantiate a component.
LoadTemplateAction This action allows to Load a template from the Parser.
RemoveComponentAction This action allows to unbind an interface.
RemoveSubComponentAction This action allows to unbind an interface.
StartAction This action allows to start/stop the component.
StartComponentAction This action allows to start/stop the component.
StopAction This action allows to start/stop the component.
StopComponentAction This action allows to start/stop the component.
UnbindAction This action allows to unbind an interface.
 

Package org.objectweb.fractal.explorer.menu Description

A package to define the actions of the console.