Uses of Class
ix.iview.igraph.IGraph

Packages that use IGraph
ix.iview.domain Objects that mirror those of the domain (in ix.icore.domain package) for UI purposes. 
ix.iview.igraph   
 

Uses of IGraph in ix.iview.domain
 

Fields in ix.iview.domain declared as IGraph
protected  IGraph UIRefinement.graph
          name of the original refinement
 

Methods in ix.iview.domain that return IGraph
 IGraph UIRefinement.getGraph()
           
 IGraph UIRefinement.graphFromPosition(Refinement refinement, java.lang.Object pos)
           
 

Methods in ix.iview.domain with parameters of type IGraph
 void UIRefinement.removeGraph(IGraph g)
           
 void UIRefinement.setGraph(IGraph g)
           
 

Uses of IGraph in ix.iview.igraph
 

Methods in ix.iview.igraph with parameters of type IGraph
 void GExpansionEditor.layoutFromGraph(IGraph graph)