|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IAddContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IAddContext | |
---|---|
PictogramElement |
DefaultFeatureProviderWrapper.addIfPossible(IAddContext context)
|
PictogramElement |
IFeatureProvider.addIfPossible(IAddContext context)
Adds the if possible. |
IReason |
ConfigurableFeatureProviderWrapper.canAdd(IAddContext context)
|
IReason |
DefaultFeatureProviderWrapper.canAdd(IAddContext context)
|
IReason |
IFeatureProvider.canAdd(IAddContext context)
Can add. |
IAddFeature |
ConfigurableFeatureProviderWrapper.getAddFeature(IAddContext context)
|
IAddFeature |
DefaultFeatureProviderWrapper.getAddFeature(IAddContext context)
|
IAddFeature |
IFeatureProvider.getAddFeature(IAddContext context)
Add features create graphical representations of domain model objects. |
Uses of IAddContext in org.eclipse.graphiti.features.context |
---|
Subinterfaces of IAddContext in org.eclipse.graphiti.features.context | |
---|---|
interface |
IAddConnectionContext
The Interface IAddConnectionContext. |
Uses of IAddContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IAddContext | |
---|---|
class |
AddConnectionContext
The Class AddConnectionContext. |
class |
AddContext
The Class AddContext. |
Uses of IAddContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IAddContext | |
---|---|
PictogramElement |
AbstractFeatureProvider.addIfPossible(IAddContext context)
|
IReason |
AbstractFeatureProvider.canAdd(IAddContext context)
|
IAddFeature |
AbstractFeatureProvider.getAddFeature(IAddContext context)
|
Uses of IAddContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type IAddContext | |
---|---|
PictogramElement |
IAdd.add(IAddContext context)
Executes the add. |
boolean |
IAdd.canAdd(IAddContext context)
Checks, if the add can be executed. |
Uses of IAddContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IAddContext | |
---|---|
PictogramElement |
AbstractBasePattern.add(IAddContext context)
Adds the. |
PictogramElement |
AddFeatureForPattern.add(IAddContext context)
|
PictogramElement |
IPattern.add(IAddContext context)
|
boolean |
AbstractBasePattern.canAdd(IAddContext context)
Can add. |
boolean |
AddFeatureForPattern.canAdd(IAddContext context)
|
boolean |
IPattern.canAdd(IAddContext context)
|
IAddFeature |
DefaultFeatureProviderWithPatterns.getAddFeature(IAddContext context)
|
protected IAddFeature |
DefaultFeatureProviderWithPatterns.getAddFeatureAdditional(IAddContext context)
Gets the additional add feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |