[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: How change node figure and diagram figure ???
|
- From: az2004@xxxxxxxxxx (marco )
- Date: Fri, 11 Sep 2009 17:30:19 +0000 (UTC)
- Newsgroups: eclipse.modeling.gmf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
hello Artur
thanks for the advice.
I could put a new image on the nodes in the palette.
I have this problem. When I create a new figure that has a compartment.
if I create a new position within the compartment is not seen because it
is covered from the figure that contains it.
how can I solve this problem?
I also have a problem with the class the following link:
@gmf.link(source="from",target="to")
abstract class Link extends PropertyHolderElement, TypedElement {
attr LinkNavigability navigability;
ref ConnectableElement[1] from;
ref ConnectableElement[1] to;
ref Component fromContext;
ref Component toContext;
}
I wish that I automatically are assigned the values of the 4 elements
from, to, fromContext, toContext.
for example if I create a component A with a connectable element in G and
another element and component C with a connectable element within c.
If I create a link between A and C I want to have links in the properties
of the following values:
from = b
to = c
fromContext = A
toContext = B
I adds a another source and Defining the destination of the link?
Could you tell me if there's a way what is?
Is there some manual Eugenia?
I'm doing a thesis and I realize this editor but I'm finding very little
difficulty because the material available.
thank you very much
marco