Uses of Class
org.jgraph.graph.ExecutableChange
-
Packages that use ExecutableChange Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graph
package. -
-
Uses of ExecutableChange in org.jgraph.graph
Methods in org.jgraph.graph with parameters of type ExecutableChange Modifier and Type Method Description void
DefaultGraphModel. execute(ExecutableChange change)
void
GraphModel. execute(ExecutableChange change)
Executes the specified executable change on this graph model
-