|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: Interface View
Description: This interface needs to be implemented by each view
Company: UNSA
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 |
public java.awt.Container getViewContainer()
public ClassifierAnalyser getClassifierAnalyser()
public void setClassifierAnalyser(ClassifierAnalyser ca)
ca
- : the new classifierAnalyser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |