Interface IScrollableEditPart

All Superinterfaces:
EditPart, GraphicalEditPart, IAdaptable

public interface IScrollableEditPart extends GraphicalEditPart
Should be implemented by EditParts, to which an ScrollableSelectionFeedbackEditPolicy is to be registered, as it grants the edit policy type-safe access to the edit part's IScrollableFigure.
Since:
3.6
  • Method Details

    • getScrollableFigure

      org.eclipse.draw2d.IScrollableFigure getScrollableFigure()
      Offers type-safe access to the GraphicalEditPart's figure.
      Returns:
      The figure of this edit part, which has to be an IScrollableFigure