Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.actions
Class ProcessPasteTemplateAction  view ProcessPasteTemplateAction download ProcessPasteTemplateAction.java

java.lang.Object
  extended bySelectionAction
      extended bycom.vinculum.processeditor.actions.PasteTemplateAction
          extended bycom.vinculum.processeditor.actions.ProcessPasteTemplateAction

public class ProcessPasteTemplateAction
extends PasteTemplateAction


Field Summary
 
Fields inherited from class com.vinculum.processeditor.actions.PasteTemplateAction
 
Constructor Summary
ProcessPasteTemplateAction(org.eclipse.ui.IEditorPart editor)
          Constructor for LogicPasteTemplateAction.
 
Method Summary
protected  CreationFactory getFactory(java.lang.Object template)
          Returns the appropriate Factory object to be used for the specified template.
protected  Point getPasteLocation()
           
 
Methods inherited from class com.vinculum.processeditor.actions.PasteTemplateAction
calculateEnabled, createPasteCommand, getClipboardContents, init, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessPasteTemplateAction

public ProcessPasteTemplateAction(org.eclipse.ui.IEditorPart editor)
Constructor for LogicPasteTemplateAction.

Method Detail

getFactory

protected CreationFactory getFactory(java.lang.Object template)
Description copied from class: PasteTemplateAction
Returns the appropriate Factory object to be used for the specified template. This Factory is used on the CreateRequest that is sent to the target EditPart.

Specified by:
getFactory in class PasteTemplateAction

getPasteLocation

protected Point getPasteLocation()
Specified by:
getPasteLocation in class PasteTemplateAction