Index
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 thisGraph.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 thisEdge.Builder
. - builder - Variable in class org.eclipse.gef.graph.Graph.Builder.Context
-
The
Graph.Builder
used to construct theGraph
, i.e. the root of the builder chain. - Builder() - Constructor for class org.eclipse.gef.graph.Graph.Builder
- 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 viabuildNode()
, 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 givenGraph.Builder.Context
. - Builder(Graph.Builder.Context, Object) - Constructor for class org.eclipse.gef.graph.Node.Builder
-
Constructs a new identifiable
Node.Builder
for the givenGraph.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 givenGraph.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 viaEdge.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 thisNode.Builder
.
All Classes and Interfaces|All Packages|Constant Field Values