ter.SDK.manager
Class TabbedPaneDACManager

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

public class TabbedPaneDACManager
extends AbstractManager

Title:

Description:

Copyright: Copyright (c) 2003

Company:

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

Constructor Summary
TabbedPaneDACManager(Manager topManager)
           
 
Method Summary
 void addCompositionView(ClassifierAnalyser ca)
          default implementation : forwards the event to its parent manager
 void addDetailView(ClassifierAnalyser ca)
          default implementation : forwards the event to its parent manager
 void addView(ClassifierAnalyser ca)
           
 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
 java.awt.Container newCompositionView(ClassifierAnalyser ca)
           
 java.awt.Container newDetailView(ClassifierAnalyser ca)
           
 
Methods inherited from class ter.SDK.manager.AbstractManager
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

TabbedPaneDACManager

public TabbedPaneDACManager(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

addDetailView

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

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

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

addView

public void addView(ClassifierAnalyser ca)

newCompositionView

public java.awt.Container newCompositionView(ClassifierAnalyser ca)

newDetailView

public java.awt.Container newDetailView(ClassifierAnalyser ca)