Package org.eclipse.graphiti.features
Interface IPasteFeature
- All Superinterfaces:
IDescription
,IFeature
,IFeatureProviderHolder
,IName
- All Known Implementing Classes:
AbstractPasteFeature
The Interface IPasteFeature.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canPaste
(IPasteContext context) Can paste.void
paste
(IPasteContext context) Paste.Methods inherited from interface org.eclipse.graphiti.IDescription
getDescription
Methods inherited from interface org.eclipse.graphiti.features.IFeature
canExecute, canUndo, execute, hasDoneChanges, isAvailable
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
-
Method Details
-
paste
Paste.- Parameters:
context
- the context
-
canPaste
Can paste.- Parameters:
context
- the context- Returns:
- true, if successful
-