Index

A B C E F G N O S T 
All Classes and Interfaces|All Packages|Constant Field Values

E

edge(Object, Object) - Method in class org.eclipse.gef.graph.Edge.Builder
Constructs a new Edge.Builder.
edge(Object, Object) - Method in class org.eclipse.gef.graph.Graph.Builder
Constructs a new Edge.Builder.
edge(Object, Object) - Method in class org.eclipse.gef.graph.Node.Builder
Constructs a new Edge.Builder.
Edge - Class in org.eclipse.gef.graph
An Edge represents a (directed) connection between two Nodes in a Graph.
Edge(Map<String, Object>, Node, Node) - Constructor for class org.eclipse.gef.graph.Edge
Constructs a new Edge which connects the given source Node with the given target Node.
Edge(Node, Node) - Constructor for class org.eclipse.gef.graph.Edge
Constructs a new Edge which connects the given source Node with the given target Node.
Edge.Builder - Class in org.eclipse.gef.graph
The Edge.Builder can be used to construct an Edge little by little.
edgeBuilders - Variable in class org.eclipse.gef.graph.Graph.Builder.Context
Edge.Builders, which are part of the builder chain.
edges(Collection<Edge>) - Method in class org.eclipse.gef.graph.Graph.Builder
Adds the given Edges to the Graph which is constructed by this Graph.Builder.
edges(Edge...) - Method in class org.eclipse.gef.graph.Graph.Builder
Adds the given Edges to the Graph which is constructed by this Graph.Builder.
EDGES_PROPERTY - Static variable in class org.eclipse.gef.graph.Graph
The name of the edgesProperty property.
edgesProperty() - Method in class org.eclipse.gef.graph.Graph
Returns a read-only list property containing the Edges of this Graph.
A B C E F G N O S T 
All Classes and Interfaces|All Packages|Constant Field Values