Class AnchorContainerDelegate

java.lang.Object
org.eclipse.graphiti.ui.internal.parts.PictogramElementDelegate
org.eclipse.graphiti.ui.internal.parts.AnchorContainerDelegate
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, IFeatureProviderHolder, IVisualStateHolder, IAnchorContainerDelegate, IPictogramElementDelegate

public class AnchorContainerDelegate extends PictogramElementDelegate implements IAnchorContainerDelegate
A class, which contains helper-methods, which are necessary to implement the interface IAnchorContainerEditPart. It is not possible to make this an EditPart itself, because of different inheritance-hierarchies used in the sub-classes.
  • Constructor Details

    • AnchorContainerDelegate

      protected AnchorContainerDelegate(IConfigurationProviderInternal configurationProvider, PictogramElement pictogramElement, org.eclipse.gef.EditPart containerEditPart)
      Creates a new AnchorContainerDelegate.
      Parameters:
      configurationProvider - the configuration provider
      pictogramElement - the pictogram element
      containerEditPart - the container edit part
  • Method Details