|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IDeleteContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IDeleteContext | |
---|---|
boolean |
FeatureCheckerAdapter.allowDelete(IDeleteContext context)
|
boolean |
IFeatureChecker.allowDelete(IDeleteContext context)
|
IDeleteFeature |
ConfigurableFeatureProviderWrapper.getDeleteFeature(IDeleteContext context)
|
IDeleteFeature |
DefaultFeatureProviderWrapper.getDeleteFeature(IDeleteContext context)
|
IDeleteFeature |
IFeatureProvider.getDeleteFeature(IDeleteContext context)
Delete features remove the grapical representations of domain model objects as well as the domain model objects itself. |
Uses of IDeleteContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IDeleteContext | |
---|---|
class |
DeleteContext
The Class DeleteContext. |
Uses of IDeleteContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IDeleteContext | |
---|---|
IDeleteFeature |
AbstractFeatureProvider.getDeleteFeature(IDeleteContext context)
|
Uses of IDeleteContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type IDeleteContext | |
---|---|
boolean |
IDelete.canDelete(IDeleteContext context)
Can delete hook. |
void |
IDelete.delete(IDeleteContext context)
Hook to implement the actual delete functionality. |
void |
IDelete.postDelete(IDeleteContext context)
Post delete hook that can be implemented by users to perform any operations that need to be done after the standard delete functionality ends. |
void |
IDelete.preDelete(IDeleteContext context)
Pre delete hook that can be implemented by users to perform any operations that need to be done before the standard delete functionality starts. |
Uses of IDeleteContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IDeleteContext | |
---|---|
boolean |
AbstractPattern.canDelete(IDeleteContext context)
Clients can override to modify the default behavior if the pattern can (and wants to) handle a delete request. |
boolean |
DeleteFeatureForPattern.canDelete(IDeleteContext context)
|
protected IDeleteFeature |
AbstractPattern.createDeleteFeature(IDeleteContext context)
Creates the IDeleteFeature instance that handles the deletion of
business objects and diagram elements. |
void |
AbstractPattern.delete(IDeleteContext context)
Clients can override to modify the default delete behavior. |
void |
DeleteFeatureForPattern.delete(IDeleteContext context)
|
IDeleteFeature |
DefaultFeatureProviderWithPatterns.getDeleteFeature(IDeleteContext context)
Tries to retrieve a delete feature suiting the given delete context from the registered patterns. |
protected IDeleteFeature |
DefaultFeatureProviderWithPatterns.getDeleteFeatureAdditional(IDeleteContext context)
Gets the additional delete feature functionality. |
void |
AbstractPattern.postDelete(IDeleteContext context)
Clients can override to add actions after the default delete behavior is triggered. |
void |
DeleteFeatureForPattern.postDelete(IDeleteContext context)
|
void |
AbstractPattern.preDelete(IDeleteContext context)
Clients can override to add actions before the default delete behavior is triggered. |
void |
DeleteFeatureForPattern.preDelete(IDeleteContext context)
|
Uses of IDeleteContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type IDeleteContext | |
---|---|
boolean |
DefaultDeleteFeature.canDelete(IDeleteContext context)
|
void |
DefaultDeleteFeature.delete(IDeleteContext context)
|
IDeleteFeature |
DefaultFeatureProvider.getDeleteFeature(IDeleteContext context)
|
protected java.lang.String |
DefaultDeleteFeature.getDeleteName(IDeleteContext context)
Returns the delete name which will be used for the delete dialog. |
protected boolean |
DefaultDeleteFeature.getUserDecision(IDeleteContext context)
Shows a dialog which asks the user to confirm the deletion of one or more elements. |
void |
DefaultDeleteFeature.postDelete(IDeleteContext context)
|
void |
DefaultDeleteFeature.preDelete(IDeleteContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |