ter.SDK.view
Interface View

All Superinterfaces:
Plugin
All Known Subinterfaces:
Manager
All Known Implementing Classes:
AbstractManager, AbstractView

public interface View
extends Plugin

Title: Interface View

Description: This interface needs to be implemented by each view

Company: UNSA

Version:
1.0
Author:
Jerôme GAHIDE - Lucas CHARBIT - Gabriel ZERBIB - Xavier GALBOIS

Method Summary
 ClassifierAnalyser getClassifierAnalyser()
          Return the classifierAnalyser related to this view
 java.awt.Container getViewContainer()
          This function returns the container where all the graphics elements of the view has been draw
 void setClassifierAnalyser(ClassifierAnalyser ca)
          Set the current classifierAnalyser for this view
 
Methods inherited from interface ter.SDK.Plugin
getName, getType
 

Method Detail

getViewContainer

public java.awt.Container getViewContainer()
This function returns the container where all the graphics elements of the view has been draw

Returns:
: a container

getClassifierAnalyser

public ClassifierAnalyser getClassifierAnalyser()
Return the classifierAnalyser related to this view

Returns:
: a classifierAnalyser

setClassifierAnalyser

public void setClassifierAnalyser(ClassifierAnalyser ca)
Set the current classifierAnalyser for this view

Parameters:
ca - : the new classifierAnalyser