Uses of Class
ter.API.Inspector

Packages that use Inspector
ter.API   
ter.API.AdvancedEngineSearch   
ter.API.EngineSearch   
ter.API.Search   
ter.GUI.mainGUI   
ter.GUI.search   
ter.SDK.manager   
 

Uses of Inspector in ter.API
 

Constructors in ter.API with parameters of type Inspector
ClassifierAnalyser(java.lang.Class classAnalysed, Inspector inspector)
          the constructor of this class
 

Uses of Inspector in ter.API.AdvancedEngineSearch
 

Methods in ter.API.AdvancedEngineSearch with parameters of type Inspector
 void AdvancedEngineSearch.setInspector(Inspector inspector)
          To change the inspector if necessary
 

Constructors in ter.API.AdvancedEngineSearch with parameters of type Inspector
AdvancedEngineSearch(Inspector inspector)
          Construct a new Advanced search with the inspector
 

Uses of Inspector in ter.API.EngineSearch
 

Methods in ter.API.EngineSearch with parameters of type Inspector
 void EngineSearch.setInspector(Inspector inspector)
          To change the inspector if necessary
 

Constructors in ter.API.EngineSearch with parameters of type Inspector
EngineSearch(Inspector inspector)
          Construct a new search based on the inspector given.
 

Uses of Inspector in ter.API.Search
 

Methods in ter.API.Search that return Inspector
 Inspector SearchWindow.getCurrentInspector()
           
 

Methods in ter.API.Search with parameters of type Inspector
 void SearchWindow.setInspector(Inspector inspector)
           
 

Uses of Inspector in ter.GUI.mainGUI
 

Methods in ter.GUI.mainGUI that return Inspector
 Inspector JavInspectorApplet.getCurrentInspector()
           
 Inspector JavInContent.getCurrentInspector()
           
 

Methods in ter.GUI.mainGUI with parameters of type Inspector
 void JavInspectorApplet.removeManager(Inspector currentInspector)
          this function remove a manager and his related inspector from their hashtables.
 void JavInContent.removeManager(Inspector currentInspector)
          this function remove a manager and his related inspector from their hashtables.
 

Uses of Inspector in ter.GUI.search
 

Methods in ter.GUI.search with parameters of type Inspector
 void SimpleSearch.setInspector(Inspector inspector)
           
 

Constructors in ter.GUI.search with parameters of type Inspector
SimpleSearch(Inspector inspector, javax.swing.JPanel resultPanel, SearchWindow frame)
          Construct a new JPanel where a search is implemented
 

Uses of Inspector in ter.SDK.manager
 

Methods in ter.SDK.manager that return Inspector
 Inspector Manager.getInspector()
          get the inspector from the topmanager
 Inspector AbstractTopManager.getInspector()
          return the inspector
 Inspector AbstractManager.getInspector()
          default implementation : forwards the event to its parent manager
 

Constructors in ter.SDK.manager with parameters of type Inspector
SplitPaneTopManager(Inspector inspector, PluginSettings pSets)
          the constructor
AbstractTopManager(Inspector inspector, PluginSettings pSets)
          default constructor : build a top manager with an inspector and the plugin settings