Package org.eclipse.graphiti.features
Interface ICopyFeature
- All Superinterfaces:
IDescription
,IFeature
,IFeatureProviderHolder
,IName
- All Known Implementing Classes:
AbstractCopyFeature
The Interface ICopyFeature.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canCopy
(ICopyContext context) Can copy.void
copy
(ICopyContext context) Copy.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
-
copy
Copy.- Parameters:
context
- the context
-
canCopy
Can copy.- Parameters:
context
- the context- Returns:
- true, if successful
-