Uses of Interface
ter.SDK.view.View

Packages that use View
ter.SDK.controler   
ter.SDK.manager   
ter.SDK.view   
 

Uses of View in ter.SDK.controler
 

Methods in ter.SDK.controler that return View
 View SearchControler.getView()
          gets the view owned by this controler
 View HeritageControler.getView()
          gets the view owned by this controler
 View DetailControler.getView()
          gets the view owned by this controler
 View Controler.getView()
          gets the view associates to this component
 View CompositionControler.getView()
          gets the view owned by this controler
 

Methods in ter.SDK.controler with parameters of type View
 boolean TreeHeritageControler.isControlable(View v)
          Needed by the controler interface.
 boolean MyCompositionControler.isControlable(View v)
          tests the given view for compatibility with this controler
 boolean GraphDetailControler.isControlable(View v)
          this function says to the manager if the view can be controled
 boolean Controler.isControlable(View v)
          tells whether the given view is controlable by this controler
static Controler AbstractControler.create(java.lang.Class theControler, Manager man, View view)
          Called to instantiate a controler
 

Constructors in ter.SDK.controler with parameters of type View
TreeHeritageControler(Manager hm, View htv)
          The constructor
MyCompositionControler(Manager m, View mcv)
          the constructor with a Manager and the View
GraphDetailControler(Manager m, View gdv)
          construtor with 2 parameters
 

Uses of View in ter.SDK.manager
 

Subinterfaces of View in ter.SDK.manager
 interface Manager
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 

Classes in ter.SDK.manager that implement View
 class AbstractManager
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 class AbstractTopManager
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 class SplitPaneTopManager
          Title: Class JSplitPaneManager Description: This class implements a TopManager with two sub-managers.
 class TabbedPaneCompositionManager
          Title: Description: Copyright: Copyright (c) 2003 Company:
 class TabbedPaneDACManager
          Title: Description: Copyright: Copyright (c) 2003 Company:
 class TabbedPaneDetailManager
          Title: Description: Copyright: Copyright (c) 2003 Company:
 class TabbedPaneHeritageManager
          Title: Class JTabbedPaneHeritageManager Description: This class implements AbstractManager.
 

Methods in ter.SDK.manager that return View
 View AbstractManager.getView()
           
 

Methods in ter.SDK.manager with parameters of type View
 boolean SplitPaneTopManager.isControlable(View v)
           
 boolean AbstractManager.isControlable(View v)
           
 

Uses of View in ter.SDK.view
 

Classes in ter.SDK.view that implement View
 class AbstractView
          Title: Class AbstractView Description: This class implements the View interface.
 class CompositionView
          Title: Class CompositionView Description: The abstract class rpresenting a composition view for a classifierAnalyser Company: UNSA
 class DetailView
          Title: Class DetailView Description: The abstract class rpresenting a detail view for a classifierAnalyser Copyright: Copyright (c) 2003 Company:
 class EngineSearchView
          Title: EngineSearchView Description: Copyright: Copyright (c) 2003 Company: UNICE
 class GraphDetailView
          Title: GraphDetailsView Description: this class builds a detail view Copyright: Copyright (c) 2003 Company:
 class HeritageView
          Title: Class HeritageView Description: The abstract class rpresenting an heritage view for a classifierAnalyser Company: UNSA
 class MyCompositionView
          Title: MyCompositionView Description: this Class represents the composition graph of a classifier.
 class SearchView
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 class TreeHeritageView
          Title: Class TreeHeritageView Description: This class implements an heritage view for a classifierAnalyser with a JTree.
 

Methods in ter.SDK.view that return View
static View AbstractView.create(java.lang.Class theView, ClassifierAnalyser ca)
          Create a new view, with the specficied view class ans the specified classifierAnalyser