org.eclipse.weaver.editors
Class WeaverSiblingAction

java.lang.Object
  extended byCreateSiblingAction
      extended byorg.eclipse.weaver.editors.WeaverSiblingAction

public class WeaverSiblingAction
extends CreateSiblingAction

Sibling Action

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

Constructor Summary
WeaverSiblingAction(IEditorPart editorPart, ISelection selection, java.lang.Object descriptor, ISelectionProvider selectionProvider)
          This creates a sibling 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

WeaverSiblingAction

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

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

run

public void run()