org.eclipse.weaver.editors
Class WeaverChildAction

java.lang.Object
  extended byCreateChildAction
      extended byorg.eclipse.weaver.editors.WeaverChildAction

public class WeaverChildAction
extends CreateChildAction

Child Action

Since:
1.0
Author:
- Marcos Didonet Del Fabro (LINA Labs, INRIA team)
- Guillaume Gueltas (Sodifrance)
See Also:
Serialized Form

Constructor Summary
WeaverChildAction(IEditorPart editorPart, ISelection selection, java.lang.Object descriptor, ISelectionProvider selectionProvider)
          This creates a child action
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeaverChildAction

public WeaverChildAction(IEditorPart editorPart,
                         ISelection selection,
                         java.lang.Object descriptor,
                         ISelectionProvider selectionProvider)
This creates a child action

Parameters:
editorPart -
selection -
descriptor -
selectionProvider -
Method Detail

run

public void run()