Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Graphical Modeling Framework/Models/GMFGraph"

m
(CustomLayout explanation from news group added)
Line 8: Line 8:
 
[news://news.eclipse.org/e8mtaq$b1n$1@utils.eclipse.org Newsgroup thread]
 
[news://news.eclipse.org/e8mtaq$b1n$1@utils.eclipse.org Newsgroup thread]
  
 +
=== How can I use CustomLayout and what is purpose of the CustomAttribute  ===
 +
[news://news.eclipse.org/eeokii$qnr$1@utils.eclipse.org Newsgroup thread]
  
 
=== There's a legacy GEF figure code and I'd like to use it with GMF ===
 
=== There's a legacy GEF figure code and I'd like to use it with GMF ===

Revision as of 08:27, 19 September 2006

Scenarios

Scalable/resizable figures

Newsgroup post


How can I start with CustomFigures

Newsgroup thread

How can I use CustomLayout and what is purpose of the CustomAttribute

Newsgroup thread

There's a legacy GEF figure code and I'd like to use it with GMF

tbd (check for MapMode, etc)


I need a figure that is similar to UML package

There's no need to use custom figure, just use some GMFGraph magic...tbd TODO put link to newsgroup discussion If you like to have custom anchor behaviour (e.g. no link attaching to package title box), you need to hand code it (there was a posting in the newsgroup).


How to create several figures at once

I.e. when creating some element, few additional should be created as well. tbd Need to find better place for this, as it's not gmfgraph topic

Back to the top