|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphControl.GraphElementFacade | |
|---|---|
| org.wilmascope.control | |
| org.wilmascope.gui | |
| Uses of GraphControl.GraphElementFacade in org.wilmascope.control |
|---|
| Subclasses of GraphControl.GraphElementFacade in org.wilmascope.control | |
|---|---|
class |
GraphControl.Cluster
the interface for clusters which are collections of nodes, note that a cluster is also a node so you can add a cluster as a member to a cluster using the GraphControl.Cluster.addNode(GraphControl.Node)method |
class |
GraphControl.Edge
The interface for edges |
class |
GraphControl.Node
the interface for nodes |
| Methods in org.wilmascope.control that return GraphControl.GraphElementFacade | |
|---|---|
GraphControl.GraphElementFacade |
PickListener.pop()
|
| Methods in org.wilmascope.control with parameters of type GraphControl.GraphElementFacade | |
|---|---|
void |
GraphControl.Cluster.add(GraphControl.GraphElementFacade e)
|
void |
PickClient.callback(GraphControl.GraphElementFacade e)
|
void |
OptionsClient.callback(java.awt.event.MouseEvent e,
GraphControl.GraphElementFacade n)
|
void |
PickListener.register(GraphControl.GraphElementFacade element)
|
| Uses of GraphControl.GraphElementFacade in org.wilmascope.gui |
|---|
| Methods in org.wilmascope.gui with parameters of type GraphControl.GraphElementFacade | |
|---|---|
void |
NodeOptionsMenu.callback(java.awt.event.MouseEvent e,
GraphControl.GraphElementFacade node)
|
void |
EdgeOptionsMenu.callback(java.awt.event.MouseEvent e,
GraphControl.GraphElementFacade edge)
|
void |
ClusterOptionsMenu.callback(java.awt.event.MouseEvent e,
GraphControl.GraphElementFacade cluster)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||