ter.SDK.manager
Class TabbedPaneCompositionManager

java.lang.Object
  |
  +--ter.SDK.manager.AbstractManager
        |
        +--ter.SDK.manager.TabbedPaneCompositionManager
All Implemented Interfaces:
Controler, Manager, Plugin, View

public class TabbedPaneCompositionManager
extends AbstractManager

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Charbit Lucas - Gahide Jérome - Galbois Xavier - Zerbib Gabriel

Constructor Summary
TabbedPaneCompositionManager(Manager topManager)
           
 
Method Summary
 void addCompositionView(ClassifierAnalyser ca)
          default implementation : forwards the event to its parent manager
 java.lang.String getName()
          returns the name of the plugin
 java.awt.Container getViewContainer()
          This function returns the container where all the graphics elements of the view has been draw
 
Methods inherited from class ter.SDK.manager.AbstractManager
addDetailView, addHeritageView, addSearchView, getClassifierAnalyser, getDefaultView, getInspector, getPlugin, getTopManager, getType, getView, isControlable, listenToView, setClassifierAnalyser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedPaneCompositionManager

public TabbedPaneCompositionManager(Manager topManager)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Plugin
returns the name of the plugin

Returns:
the name of the plugin

getViewContainer

public java.awt.Container getViewContainer()
Description copied from interface: View
This function returns the container where all the graphics elements of the view has been draw

Returns:
: a container

addCompositionView

public void addCompositionView(ClassifierAnalyser ca)
Description copied from class: AbstractManager
default implementation : forwards the event to its parent manager

Specified by:
addCompositionView in interface Manager
Overrides:
addCompositionView in class AbstractManager
Parameters:
ca - the data model to represent