|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IResizeShapeContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IResizeShapeContext | |
---|---|
boolean |
FeatureCheckerAdapter.allowResize(IResizeShapeContext context)
|
boolean |
IFeatureChecker.allowResize(IResizeShapeContext context)
|
IResizeConfiguration |
IResizeFeature.getResizeConfiguration(IResizeShapeContext context)
Provides configuration object, which describes the resize behavior |
IResizeShapeFeature |
ConfigurableFeatureProviderWrapper.getResizeShapeFeature(IResizeShapeContext context)
|
IResizeShapeFeature |
DefaultFeatureProviderWrapper.getResizeShapeFeature(IResizeShapeContext context)
|
IResizeShapeFeature |
IFeatureProvider.getResizeShapeFeature(IResizeShapeContext context)
Resize shape features respond to user's resize requests. |
Uses of IResizeShapeContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IResizeShapeContext | |
---|---|
class |
ResizeShapeContext
The Class ResizeShapeContext. |
Uses of IResizeShapeContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IResizeShapeContext | |
---|---|
boolean |
DefaultResizeShapeFeature.canResizeShape(IResizeShapeContext context)
|
IResizeConfiguration |
DefaultResizeShapeFeature.getResizeConfiguration(IResizeShapeContext context)
|
IResizeShapeFeature |
AbstractFeatureProvider.getResizeShapeFeature(IResizeShapeContext context)
|
void |
DefaultResizeShapeFeature.resizeShape(IResizeShapeContext context)
|
Uses of IResizeShapeContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type IResizeShapeContext | |
---|---|
boolean |
IResizeShape.canResizeShape(IResizeShapeContext context)
Can resize shape. |
void |
IResizeShape.resizeShape(IResizeShapeContext context)
Resize shape. |
Uses of IResizeShapeContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IResizeShapeContext | |
---|---|
boolean |
AbstractPattern.canResizeShape(IResizeShapeContext context)
Clients may override this method to indicate that the pattern can be used to resize the shape of a domain objects as defined in the given IResizeShapeContext . |
boolean |
ResizeShapeFeatureForPattern.canResizeShape(IResizeShapeContext context)
|
IResizeConfiguration |
AbstractPattern.getResizeConfiguration(IResizeShapeContext context)
Clients may override to modify the resize behavior. |
IResizeConfiguration |
IPattern.getResizeConfiguration(IResizeShapeContext context)
Provides configuration object, which describes the resize behavior. |
IResizeConfiguration |
ResizeShapeFeatureForPattern.getResizeConfiguration(IResizeShapeContext context)
|
IResizeShapeFeature |
DefaultFeatureProviderWithPatterns.getResizeShapeFeature(IResizeShapeContext context)
Tries to retrieve a resize feature for shapes suiting the given resize context from the registered patterns. |
protected IResizeShapeFeature |
DefaultFeatureProviderWithPatterns.getResizeShapeFeatureAdditional(IResizeShapeContext context)
Gets the additional resize feature functionality for shapes. |
void |
AbstractPattern.resizeShape(IResizeShapeContext context)
Clients can override this method to implement the functionality to resize a shape for the given domain object as defined in the given IResizeShapeContext . |
void |
ResizeShapeFeatureForPattern.resizeShape(IResizeShapeContext context)
|
Uses of IResizeShapeContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type IResizeShapeContext | |
---|---|
IResizeShapeFeature |
DefaultFeatureProvider.getResizeShapeFeature(IResizeShapeContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |