|
||||||||||
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)
Clients must override this method to provide the functionality to add an existing domain object to a diagram. |
PictogramElement |
AddFeatureForPattern.add(IAddContext context)
|
PictogramElement |
IPattern.add(IAddContext context)
Clients must override this method to provide the functionality to add an existing domain object to a diagram. |
boolean |
AbstractBasePattern.canAdd(IAddContext context)
Clients must override this method to indicate the framework that this pattern can add a domain object to the diagram. |
boolean |
AddFeatureForPattern.canAdd(IAddContext context)
|
boolean |
IPattern.canAdd(IAddContext context)
Clients must override this method to indicate the framework that this pattern can add a domain object to the diagram. |
IAddFeature |
DefaultFeatureProviderWithPatterns.getAddFeature(IAddContext context)
Tries to retrieve an add feature suiting the given add context from the registered patterns. |
protected IAddFeature |
DefaultFeatureProviderWithPatterns.getAddFeatureAdditional(IAddContext context)
Gets the additional add feature functionality. |
Uses of IAddContext in org.eclipse.graphiti.pattern.id |
---|
Methods in org.eclipse.graphiti.pattern.id with parameters of type IAddContext | |
---|---|
PictogramElement |
IdPattern.add(IAddContext context)
Adds a PictogramElement representation for the given context to
the diagram. |
boolean |
IdPattern.canAdd(IAddContext context)
Checks if adding is possible using this pattern in the given context. |
protected abstract PictogramElement |
IdPattern.doAdd(IAddContext context)
Clients should primarily override this method and implement their add functionality here. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |