org.eclipse.graphiti.features.custom
Interface ICustomFeature
- All Superinterfaces:
- IDescription, IFeature, IFeatureProviderHolder, IName
- All Known Implementing Classes:
- AbstractCustomFeature, AbstractDrillDownFeature
public interface ICustomFeature
- extends IFeature
The Interface ICustomFeature.
Methods inherited from interface org.eclipse.graphiti.IName |
getName |
getImageId
String getImageId()
- Gets the image id.
- Returns:
- the image id
canExecute
boolean canExecute(ICustomContext context)
- Can execute.
- Parameters:
context
- the context
- Returns:
- true, if successful
execute
void execute(ICustomContext context)
- Execute.
- Parameters:
context
- the context
Copyright (c) SAP AG 2005, 2010.