Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Updates to the draw2d runtime components, 24Aug 2005, Migrate animated layout to use new GEF 3.1 layout listener mechanism

GMF Runtime Updates: Migrate animated layout to use new GEF 3.1 layout listener mechanism

- Migrated animated layout to use layout listener mechanism.

- Move AnimationFigureHelper into internal namespace.  (com.ibm.xtools.draw2d.ui.internal.figures.AnimationFigureHelper).

- Create new class for client use @see com.ibm.xtools.draw2d.ui.figures.AnimatableLayoutListener

- Deleted AnimatableFreeformLayout (no longer needed - replaced by listener mechanism).

- Turned animated layout on by default.


Clients can remove your references to AnimationFigureHelper which is now internal and use AnimatableLayoutListener instead.  To use: after creating your container figure, add a new layout listener of type AnimatableLayoutListener.


i.e. myContainerFigure.addLayoutListener(new AnimatableLayoutListener());


Contribution by:
 Steve Shaw

Reviewed and Committed By
: Cherie Mahoney / Steve Shaw

_______________________________________________
gmf-dev mailing list
gmf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gmf-dev


Back to the top