Index

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

B

build() - Method in class org.eclipse.gef.graph.Edge.Builder
Constructs a new Graph from the values which have been supplied to the builder chain.
build() - Method in class org.eclipse.gef.graph.Graph.Builder
Constructs a new Graph from the values which have been supplied to this Graph.Builder.
build() - Method in class org.eclipse.gef.graph.Node.Builder
Constructs a new Graph from the values which have been supplied to the builder chain.
buildEdge() - Method in class org.eclipse.gef.graph.Edge.Builder
Creates a new Edge, setting the values specified via this Edge.Builder.
builder - Variable in class org.eclipse.gef.graph.Graph.Builder.Context
The Graph.Builder used to construct the Graph, i.e. the root of the builder chain.
Builder() - Constructor for class org.eclipse.gef.graph.Graph.Builder
Constructs a new Graph.Builder without Nodes and Edges.
Builder() - Constructor for class org.eclipse.gef.graph.Node.Builder
Constructs a new (anonymous) context-free Node.Builder, which can only be used to construct a single node via buildNode(), i.e. which cannot be chained.
Builder(Graph.Builder.Context) - Constructor for class org.eclipse.gef.graph.Node.Builder
Constructs a new (anonymous) Node.Builder for the given Graph.Builder.Context.
Builder(Graph.Builder.Context, Object) - Constructor for class org.eclipse.gef.graph.Node.Builder
Constructs a new identifiable Node.Builder for the given Graph.Builder.Context.
Builder(Graph.Builder.Context, Object, Object) - Constructor for class org.eclipse.gef.graph.Edge.Builder
Constructs a new (anonymous) Edge.Builder for the given Graph.Builder.Context.
Builder(Node, Node) - Constructor for class org.eclipse.gef.graph.Edge.Builder
Constructs a new (anonymous) context-free Edge.Builder, which can only be used to construct a single edge via Edge.Builder.buildEdge(), i.e. which cannot be chained.
buildNode() - Method in class org.eclipse.gef.graph.Node.Builder
Creates a new Node, setting the values specified via this Node.Builder.
A B C E F G N O S T 
All Classes and Interfaces|All Packages|Constant Field Values