Uses of Interface
org.eclipse.graphiti.features.context.ILayoutContext

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   
org.eclipse.graphiti.pattern.id   
 

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)
          Clients may override this method to indicate that the pattern can be used to layout a shape for a domain objects as defined in the given ILayoutContext.
 boolean LayoutFeatureForPattern.canLayout(ILayoutContext context)
           
 ILayoutFeature DefaultFeatureProviderWithPatterns.getLayoutFeature(ILayoutContext context)
          Tries to retrieve a layout feature suiting the given layout context from the registered patterns.
protected  ILayoutFeature DefaultFeatureProviderWithPatterns.getLayoutFeatureAdditional(ILayoutContext context)
          Gets the additional layout feature functionality.
 boolean AbstractPattern.layout(ILayoutContext context)
          Clients can override this method to implement the functionality to layout a shape for the given domain object as defined in the given ILayoutContext .
 boolean LayoutFeatureForPattern.layout(ILayoutContext context)
           
 

Uses of ILayoutContext in org.eclipse.graphiti.pattern.id
 

Classes in org.eclipse.graphiti.pattern.id that implement ILayoutContext
 class IdLayoutContext
          This class represents a special LayoutContext suitable for usage within an IdPattern.
 

Methods in org.eclipse.graphiti.pattern.id with parameters of type ILayoutContext
 boolean IdPattern.canLayout(ILayoutContext context)
          Checks if layouting a shape is possible using this pattern in the given context.
 boolean IdPattern.layout(ILayoutContext context)
          Layouts a PictogramElement representation given in the context.
 



Copyright (c) SAP AG 2005, 2012.