|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IEdge in treebolic |
|---|
| Methods in treebolic with parameters of type IEdge | |
|---|---|
private void |
Widget.loadImage(IEdge thisEdge)
Load edge image |
| Method parameters in treebolic with type arguments of type IEdge | |
|---|---|
private void |
Widget.loadImages(java.util.List<IEdge> thisEdgeList)
Load edges' images |
| Uses of IEdge in treebolic.control |
|---|
| Method parameters in treebolic.control with type arguments of type IEdge | |
|---|---|
static boolean |
Mounter.graft(INode thisMountingNode,
INode thisMountedNode,
java.util.List<IEdge> theseEdges,
java.util.List<IEdge> theseMountedEdges)
Graft mounted node onto mounting node |
static boolean |
Mounter.graft(INode thisMountingNode,
INode thisMountedNode,
java.util.List<IEdge> theseEdges,
java.util.List<IEdge> theseMountedEdges)
Graft mounted node onto mounting node |
static INode |
Mounter.prune(INode thisMountedNode,
java.util.List<IEdge> theseEdges)
Prune mounted children nodes, and remove orphaned edges |
private static void |
Mounter.removeSubtreeEdges(java.util.List<IEdge> theseEdges,
INode thisMountedNode)
|
| Uses of IEdge in treebolic.generator |
|---|
| Methods in treebolic.generator with parameters of type IEdge | |
|---|---|
private static org.w3c.dom.Element |
ModelToDocumentTransformer.makeEdge(org.w3c.dom.Document thisDocument,
IEdge thisEdge)
Make edge element |
| Uses of IEdge in treebolic.generator.tree |
|---|
| Fields in treebolic.generator.tree with type parameters of type IEdge | |
|---|---|
java.util.List<IEdge> |
EdgesWrapper.theEdgeList
Edge list |
| Method parameters in treebolic.generator.tree with type arguments of type IEdge | |
|---|---|
private static javax.swing.tree.MutableTreeNode |
TreeAdapter.makeEdges(java.util.List<IEdge> thisEdgeList,
Model thisModel,
Settings theseSettings)
Make tree node for edges |
| Constructor parameters in treebolic.generator.tree with type arguments of type IEdge | |
|---|---|
EdgesWrapper(java.util.List<IEdge> thisEdgeList,
Model thisModel,
Settings theseSettings)
Constructor |
|
| Uses of IEdge in treebolic.model |
|---|
| Classes in treebolic.model that implement IEdge | |
|---|---|
class |
Edge
Edge |
class |
MutableEdge
Mutable edge |
class |
TreeMutableEdge
Extended mutable node (mutable ends, copy constructor) |
| Fields in treebolic.model with type parameters of type IEdge | |
|---|---|
private java.util.List<IEdge> |
Tree.theEdges
Edge list |
java.util.List<IEdge> |
MountPoint.Mounted.theMountedEdges
Mounted edges |
| Methods in treebolic.model that return types with arguments of type IEdge | |
|---|---|
java.util.List<IEdge> |
Tree.getEdges()
Get edges |
| Method parameters in treebolic.model with type arguments of type IEdge | |
|---|---|
void |
Tree.setEdges(java.util.List<IEdge> theseEdges)
Set edges |
static java.lang.String |
ModelDump.toString(java.util.List<IEdge> thisEdgeList)
Stringify edge list |
| Constructors in treebolic.model with parameters of type IEdge | |
|---|---|
TreeMutableEdge(IEdge thatEdge)
Copy constructor (the resulting edge has no node ends) |
|
| Constructor parameters in treebolic.model with type arguments of type IEdge | |
|---|---|
Tree(INode thisRoot,
java.util.List<IEdge> theseEdges)
Constructor |
|
| Uses of IEdge in treebolic.provider.sql |
|---|
| Methods in treebolic.provider.sql that return types with arguments of type IEdge | |
|---|---|
private java.util.List<IEdge> |
Provider.queryEdges(java.sql.Connection thisConnection)
Query edges |
| Uses of IEdge in treebolic.provider.xml.dom |
|---|
| Methods in treebolic.provider.xml.dom that return types with arguments of type IEdge | |
|---|---|
private java.util.List<IEdge> |
DocumentAdapter.toEdges(org.w3c.dom.Document thisDocument)
Make list of model edges |
| Method parameters in treebolic.provider.xml.dom with type arguments of type IEdge | |
|---|---|
void |
DocumentAdapter.MountTask.run(java.util.List<IEdge> theseEdges)
Perform task |
| Uses of IEdge in treebolic.provider.xml.fast |
|---|
| Fields in treebolic.provider.xml.fast with type parameters of type IEdge | |
|---|---|
private java.util.List<IEdge> |
Parser.theEdges
Edge list |
| Uses of IEdge in treebolic.view |
|---|
| Methods in treebolic.view with parameters of type IEdge | |
|---|---|
private void |
Painter.draw(IEdge thisEdge)
Draw non-tree edge |
| Method parameters in treebolic.view with type arguments of type IEdge | |
|---|---|
abstract void |
AbstractPainter.paint(INode thisRoot,
java.util.List<IEdge> thisEdgeList)
Paint |
void |
Painter.paint(INode thisRoot,
java.util.List<IEdge> thisEdgeList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||