Uses of Interface
ter.SDK.Plugin

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

Uses of Plugin in ter.SDK
 

Methods in ter.SDK with parameters of type Plugin
static boolean PluginTypes.isControler(Plugin p)
          test if a plugin's type is controler
static boolean PluginTypes.isView(Plugin p)
          test if the given plugin's type is iew
static boolean PluginTypes.isManager(Plugin p)
          test if the given plugin's type is manager
static boolean PluginTypes.isTopManager(Plugin p)
          test if the given plugin's type is AbstractTopManager
 

Uses of Plugin in ter.SDK.controler
 

Subinterfaces of Plugin in ter.SDK.controler
 interface Controler
          Title: Description: A controler must have the default constructor with no parameter and the constructor : Controler(ter.SDK.manager.Manager , ter.SDK.view.View) Copyright: Copyright (c) 2003 Company:
 

Classes in ter.SDK.controler that implement Plugin
 class AbstractControler
          Title: Class AbstractControler Description: This class can be extanded to implement a controler faor a certain view Company: UNSA
 class CompositionControler
          Title: Class CompositionControler Description: Implements a controler for a composition view Copyright: Copyright (c) 2003 Company:
 class DetailControler
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 class GraphDetailControler
          Title: GraphDetailControler Description: this class is the controler of GraphDetailView Company: UNICE
 class HeritageControler
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 class MyCompositionControler
          Title: Description: Copyright: Copyright (c) 2003 Company:
 class SearchControler
          Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
 class TreeHeritageControler
          Title: Class TreeHeritageClass Description: A controler for a TreeHeritageView Company: UNSA
 

Uses of Plugin in ter.SDK.manager
 

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

Classes in ter.SDK.manager that implement Plugin
 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.
 

Uses of Plugin in ter.SDK.view
 

Subinterfaces of Plugin in ter.SDK.view
 interface View
          Title: Interface View Description: This interface needs to be implemented by each view Company: UNSA
 

Classes in ter.SDK.view that implement Plugin
 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.