|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRemoveFeature | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.pattern | |
org.eclipse.graphiti.ui.features |
Uses of IRemoveFeature in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features that return IRemoveFeature | |
---|---|
IRemoveFeature |
ConfigurableFeatureProviderWrapper.getRemoveFeature(IRemoveContext context)
|
IRemoveFeature |
DefaultFeatureProviderWrapper.getRemoveFeature(IRemoveContext context)
|
IRemoveFeature |
IFeatureProvider.getRemoveFeature(IRemoveContext context)
Remove features remove the grapical representations of domain model objects. |
Uses of IRemoveFeature in org.eclipse.graphiti.features.impl |
---|
Classes in org.eclipse.graphiti.features.impl that implement IRemoveFeature | |
---|---|
class |
DefaultRemoveFeature
The Class DefaultRemoveFeature. |
Methods in org.eclipse.graphiti.features.impl that return IRemoveFeature | |
---|---|
IRemoveFeature |
AbstractFeatureProvider.getRemoveFeature(IRemoveContext context)
|
Uses of IRemoveFeature in org.eclipse.graphiti.pattern |
---|
Classes in org.eclipse.graphiti.pattern that implement IRemoveFeature | |
---|---|
class |
RemoveFeatureForPattern
This class is used by the DefaultFeatureProviderWithPatterns to wrap
the removal behavior provided by an IPattern into an
IRemoveFeature . |
Fields in org.eclipse.graphiti.pattern declared as IRemoveFeature | |
---|---|
private IRemoveFeature |
AbstractPattern.wrappedRemoveFeature
To avoid code duplication, this base class uses a wrapped default implementation of an IRemoveFeature to provide the default
removal behavior. |
Methods in org.eclipse.graphiti.pattern that return IRemoveFeature | |
---|---|
protected IRemoveFeature |
AbstractPattern.createRemoveFeature(IRemoveContext context)
Creates the IRemoveFeature instance that handles the removal of
diagram elements. |
IRemoveFeature |
DefaultFeatureProviderWithPatterns.getRemoveFeature(IRemoveContext context)
|
protected IRemoveFeature |
DefaultFeatureProviderWithPatterns.getRemoveFeatureAdditional(IRemoveContext context)
Gets the additional remove feature. |
Uses of IRemoveFeature in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features that return IRemoveFeature | |
---|---|
IRemoveFeature |
DefaultFeatureProvider.getRemoveFeature(IRemoveContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |