Uses of Interface
com.jgraph.example.adapter.JGraphAdapterBackend

Packages that use JGraphAdapterBackend
com.jgraph.example.adapter   
 

Uses of JGraphAdapterBackend in com.jgraph.example.adapter
 

Classes in com.jgraph.example.adapter that implement JGraphAdapterBackend
 class JGraphSQLBackend
          Maps changes to the graph model to a custom backend, eg.
 

Methods in com.jgraph.example.adapter that return JGraphAdapterBackend
 JGraphAdapterBackend JGraphAdapterModel.getBackend()
           
 

Methods in com.jgraph.example.adapter with parameters of type JGraphAdapterBackend
 void JGraphAdapterModel.setBackend(JGraphAdapterBackend backend)
           
 

Constructors in com.jgraph.example.adapter with parameters of type JGraphAdapterBackend
JGraphAdapterExample(JGraphAdapterBackend backend)
           
JGraphAdapterModel(java.util.List roots, org.jgraph.graph.AttributeMap attributes, JGraphAdapterBackend backend)
           
JGraphSQLBusinessModel(java.util.List roots, org.jgraph.graph.AttributeMap attributes, JGraphAdapterBackend backend)