|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.vinculum.processeditor.actions
Class ProcessPasteTemplateAction

java.lang.ObjectSelectionAction
com.vinculum.processeditor.actions.PasteTemplateAction
com.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:
getFactoryin classPasteTemplateAction
getPasteLocation
protected Point getPasteLocation()
- Specified by:
getPasteLocationin classPasteTemplateAction
|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
SelectionAction