|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDeleteFeature
The Interface IDeleteFeature.
Method Summary | |
---|---|
boolean |
canDelete(IDeleteContext context)
Can delete. |
void |
delete(IDeleteContext context)
Delete. |
void |
postDelete(IDeleteContext context)
Post delete. |
void |
preDelete(IDeleteContext context)
Pre delete. |
Methods inherited from interface org.eclipse.graphiti.features.IFeature |
---|
canExecute, canUndo, execute, hasDoneChanges, isAvailable |
Methods inherited from interface org.eclipse.graphiti.IName |
---|
getName |
Methods inherited from interface org.eclipse.graphiti.IDescription |
---|
getDescription |
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder |
---|
getFeatureProvider |
Method Detail |
---|
void delete(IDeleteContext context)
context
- the contextboolean canDelete(IDeleteContext context)
context
- the context
void preDelete(IDeleteContext context)
context
- the contextvoid postDelete(IDeleteContext context)
context
- the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |