Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] Bugzilla#135827: Added new methods to public interface IDecoratorTarget


Description:
Bugzilla#135827 addShapeDecoration(IFigure figure, Direction direction, int margin, boolean isVolatile) must be in IDecoratorTarget

- Moved the following methods from DecorationEditPolicy.DecoratorTarget to IDecoratorTarget:
public IDecoration addShapeDecoration(IFigure figure, Direction direction, int margin, boolean isVolatile);
public IDecoration addConnectionDecoration(IFigure figure, int percentageFromSource, boolean isVolatile);
public IDecoration addDecoration(IFigure figure, Locator locator, boolean isVolatile);

New API Availability:

In next GMF build.

Old API Removal:

In next GMF build.


Tracking:        
               
Bugzilla#135827

Clients Taken Care of:      
 
It is unlikely that clients will be implementing this interface directly.

Other Clients' Action:

Implement the new methods or use DecorationEditPolicy.DecoratorTarget.


Thanks,

Cherie

Back to the top