Uses of Interface
jadex.application.space.envsupport.dataview.IDataView

Packages that use IDataView
jadex.application.space.envsupport.dataview   
jadex.application.space.envsupport.environment   
jadex.application.space.envsupport.observer.gui   
 

Uses of IDataView in jadex.application.space.envsupport.dataview
 

Classes in jadex.application.space.envsupport.dataview that implement IDataView
 class GeneralDataView2D
          A general 2D view that presents all Objects in a Space2D to the observer.
 class LocalDataView2D
          A view showing only objects in a local range.
 

Uses of IDataView in jadex.application.space.envsupport.environment
 

Methods in jadex.application.space.envsupport.environment that return IDataView
 IDataView IEnvironmentSpace.getDataView(String name)
          Gets a specific dataview.
 IDataView AbstractEnvironmentSpace.getDataView(String name)
          Gets a specific view.
 

Methods in jadex.application.space.envsupport.environment with parameters of type IDataView
 void IEnvironmentSpace.addDataView(String name, IDataView view)
          Adds a dataview to the space.
 void AbstractEnvironmentSpace.addDataView(String name, IDataView view)
          Adds a view to the space.
 

Uses of IDataView in jadex.application.space.envsupport.observer.gui
 

Methods in jadex.application.space.envsupport.observer.gui that return IDataView
 IDataView ObserverCenter.getSelectedDataView()
          Returns the selected dataview.
 

Methods in jadex.application.space.envsupport.observer.gui with parameters of type IDataView
 void ObserverCenter.addDataView(String name, IDataView dataview)
          Adds an additional dataview.
 



Copyright © 2010. All Rights Reserved.