Interface ICustomFeature
- All Superinterfaces:
IDescription
,IFeature
,IFeatureProviderHolder
,IName
- All Known Implementing Classes:
AbstractAsynchronousCustomFeature
,AbstractCustomFeature
,AbstractDrillDownFeature
,DebugFeature
The Interface ICustomFeature.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canExecute
(ICustomContext context) Can execute.void
execute
(ICustomContext context) Execute.Gets the image id.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
-
getImageId
String getImageId()Gets the image id.- Returns:
- the image id
-
canExecute
Can execute.- Parameters:
context
- the context- Returns:
- true, if successful
-
execute
Execute.- Parameters:
context
- the context
-