Uses of Interface
org.primordion.xholon.io.IViewer

Packages that use IViewer
org.primordion.cellontro.io   
org.primordion.xholon.app   
org.primordion.xholon.io   
org.primordion.xholon.xmiapps   
org.primordion.xholon.xmiappsTc   
 

Uses of IViewer in org.primordion.cellontro.io
 

Classes in org.primordion.cellontro.io that implement IViewer
 class NetworkViewerJungCell
          Graphical network viewer constructed using the JUNG software.
 

Uses of IViewer in org.primordion.xholon.app
 

Methods in org.primordion.xholon.app that return IViewer
 IViewer IApplication.invokeGraphicalTreeViewer()
          Invoke the graphical tree viewer.
 IViewer IApplication.invokeGraphicalTreeViewer(IXholon xhStart, java.lang.String graphicalNetworkViewerParams)
          Invoke the graphical tree viewer.
 IViewer IApplication.invokeGraphicalNetworkViewer()
          Invoke the graphical network viewer.
 IViewer IApplication.invokeGraphicalNetworkViewer(IXholon xhStart, java.lang.String graphicalNetworkViewerParams)
          Invoke the graphical network viewer.
 IViewer IApplication.invokeDataPlotter()
          Invoke the data plotter.
 IViewer IApplication.invokeHistogramPlotter()
          Invoke the histogram plotter.
 IViewer IApplication.invokeInteraction()
          Invoke the interaction viewer.
 IViewer Application.invokeGraphicalTreeViewer(IXholon xhStart, java.lang.String graphicalNetworkViewerParams)
           
 IViewer Application.invokeGraphicalTreeViewer()
           
 IViewer Application.invokeGraphicalNetworkViewer(IXholon xhStart, java.lang.String graphicalNetworkViewerParams)
           
 IViewer Application.invokeGraphicalNetworkViewer()
           
 IViewer Application.invokeDataPlotter()
           
 IViewer Application.invokeHistogramPlotter()
           
 IViewer Application.invokeInteraction()
           
 

Uses of IViewer in org.primordion.xholon.io
 

Subinterfaces of IViewer in org.primordion.xholon.io
 interface IGraphicalNetworkViewer
          Interface for a graphical network viewer, for example AbstractNetworkViewerJung.
 interface IGraphicalTreeViewer
          Interface for a graphical tree viewer, for example TreeViewerJung.
 

Classes in org.primordion.xholon.io that implement IViewer
 class AbstractNetworkViewerJung
          Graphical network viewer constructed using the JUNG software.
 class NetworkViewerJung
          Graphical network viewer constructed using the JUNG software.
 class TreeViewerJung
          Graphical tree viewer constructed using the JUNG software.
 

Uses of IViewer in org.primordion.xholon.xmiapps
 

Methods in org.primordion.xholon.xmiapps that return IViewer
 IViewer AppElevator_ShowStates.invokeDataPlotter()
           
 

Uses of IViewer in org.primordion.xholon.xmiappsTc
 

Methods in org.primordion.xholon.xmiappsTc that return IViewer
 IViewer AppElevator.invokeDataPlotter()