|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILayoutContext | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.context.impl | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.func | |
org.eclipse.graphiti.pattern |
Uses of ILayoutContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type ILayoutContext | |
---|---|
boolean |
FeatureCheckerAdapter.allowLayout(ILayoutContext context)
|
boolean |
IFeatureChecker.allowLayout(ILayoutContext context)
|
IReason |
ConfigurableFeatureProviderWrapper.canLayout(ILayoutContext context)
|
IReason |
DefaultFeatureProviderWrapper.canLayout(ILayoutContext context)
|
IReason |
IFeatureProvider.canLayout(ILayoutContext context)
Checks if an layout process can be processed. |
ILayoutFeature |
ConfigurableFeatureProviderWrapper.getLayoutFeature(ILayoutContext context)
|
ILayoutFeature |
DefaultFeatureProviderWrapper.getLayoutFeature(ILayoutContext context)
|
ILayoutFeature |
IFeatureProvider.getLayoutFeature(ILayoutContext context)
Layout features do the layouting work (sizes and dimensions) inside (and/or) outside a pictogram element. |
IReason |
DefaultFeatureProviderWrapper.layoutIfPossible(ILayoutContext context)
|
IReason |
IFeatureProvider.layoutIfPossible(ILayoutContext context)
Process the layout process. |
Uses of ILayoutContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement ILayoutContext | |
---|---|
class |
LayoutContext
The Class LayoutContext. |
Uses of ILayoutContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type ILayoutContext | |
---|---|
IReason |
AbstractFeatureProvider.canLayout(ILayoutContext context)
|
ILayoutFeature |
AbstractFeatureProvider.getLayoutFeature(ILayoutContext context)
|
IReason |
AbstractFeatureProvider.layoutIfPossible(ILayoutContext context)
|
Uses of ILayoutContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type ILayoutContext | |
---|---|
boolean |
ILayout.canLayout(ILayoutContext context)
Checks whether the current pictogram element of the given context can be layouted. |
boolean |
ILayout.layout(ILayoutContext context)
Layoutes the pictogram element. |
Uses of ILayoutContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type ILayoutContext | |
---|---|
boolean |
AbstractPattern.canLayout(ILayoutContext context)
|
boolean |
LayoutFeatureForPattern.canLayout(ILayoutContext context)
|
ILayoutFeature |
DefaultFeatureProviderWithPatterns.getLayoutFeature(ILayoutContext context)
|
protected ILayoutFeature |
DefaultFeatureProviderWithPatterns.getLayoutFeatureAdditional(ILayoutContext context)
Gets the additional layout feature. |
boolean |
AbstractPattern.layout(ILayoutContext context)
|
boolean |
LayoutFeatureForPattern.layout(ILayoutContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |