The Meta-Environment API

Uses of Class
nl.cwi.sen1.visbase.factbrowser.data.VisualisationPlugin

Packages that use VisualisationPlugin
nl.cwi.sen1.visbase.factbrowser.data   
 

Uses of VisualisationPlugin in nl.cwi.sen1.visbase.factbrowser.data
 

Fields in nl.cwi.sen1.visbase.factbrowser.data with type parameters of type VisualisationPlugin
private  java.util.ArrayList<VisualisationPlugin> FactBrowserDataManager.visPlugins
           
private  java.util.ArrayList<VisualisationPlugin> RStoreFactType.visualisationPlugins
           
 

Methods in nl.cwi.sen1.visbase.factbrowser.data that return VisualisationPlugin
private  VisualisationPlugin FactBrowserDataManager.addVisualisation(VisualisationPlugin visNewPlugin)
          This method is to add the Visualisation Plugin to the cache or if already present give the already present VisualisationPlugin instance back
 

Methods in nl.cwi.sen1.visbase.factbrowser.data that return types with arguments of type VisualisationPlugin
 java.util.ArrayList<VisualisationPlugin> RStoreFactType.getVisualisationPlugins()
          This method returns the list with all the visualisation plugins
 

Methods in nl.cwi.sen1.visbase.factbrowser.data with parameters of type VisualisationPlugin
private  VisualisationPlugin FactBrowserDataManager.addVisualisation(VisualisationPlugin visNewPlugin)
          This method is to add the Visualisation Plugin to the cache or if already present give the already present VisualisationPlugin instance back
 void RStoreFactType.addVisualisationPlugin(VisualisationPlugin visPlugin)
          This method makes it possible to add a visualisation plugin to the container.
 int VisualisationPlugin.compareTo(VisualisationPlugin arg0)
          This method makes it possible to sort the collection of VisualisationPlugins.
private  void FactBrowserDataManager.coupleVisualisation(VisualisationPlugin visPlugin, RStoreFactType visFactType)
          This method couples the visualisationPlugin to the nessecary RStoreFactTypes.
 void FactBrowserDataManager.createVisualisation(VisualisationPlugin visNewPlugin, RStoreFactType visFactType)
          This method is a method which directs the creation of a new Visualisation plugin and couples it to the different FactTypes
 


The Meta-Environment API