|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphLink | |
---|---|
apps.mathpadapp.conceptmapping |
Uses of GraphLink in apps.mathpadapp.conceptmapping |
---|
Methods in apps.mathpadapp.conceptmapping that return types with arguments of type GraphLink | |
---|---|
java.util.ArrayList<GraphLink> |
GraphManager.getGraphLinks()
Gets the graph links. |
java.util.ArrayList<GraphLink> |
GraphNode.getIncomingLinks()
Gets the incoming links. |
java.util.ArrayList<GraphLink> |
GraphNode.getOutgoingLinks()
Gets the outgoing links. |
Methods in apps.mathpadapp.conceptmapping with parameters of type GraphLink | |
---|---|
void |
GraphManager.addGraphLink(GraphLink link)
Adds the graph link. |
void |
GraphManager.detachGraphLink(GraphLink link)
Detach graph link. |
void |
GraphNode.fireNodeConnected(GraphLink link)
Fire node connected. |
void |
GraphNode.fireNodeDisconnected(GraphLink link)
Fire node disconnected. |
void |
GraphNode.ConceptMapListener.nodeConnected(GraphLink link)
Node connected. |
void |
GraphNode.ConceptMapListener.nodeDisconnected(GraphLink link)
Node disconnected. |
void |
GraphNode.registerIncomingLink(GraphLink link)
Register incoming link. |
void |
GraphNode.registerOutgoingLink(GraphLink link)
Register outgoing link. |
boolean |
GraphNode.unregisterLink(GraphLink link)
Unregister link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |