|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoveFeature
This feature is for removing pictogram elements from a diagram. Remove features must not modify any business content.
| Method Summary | |
|---|---|
boolean |
canRemove(IRemoveContext context)
Checks if given object could be removed. |
void |
postRemove(IRemoveContext context)
called after remove call. |
void |
preRemove(IRemoveContext context)
called prior to remove call. |
void |
remove(IRemoveContext context)
Remove the given object. |
| 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 remove(IRemoveContext context)
context - contains object to removeboolean canRemove(IRemoveContext context)
context - contains object to remove
void preRemove(IRemoveContext context)
context - the contextvoid postRemove(IRemoveContext context)
context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||