|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.view.AbstractView
Title: Class AbstractView
Description: This class implements the View interface. This class needed to extended in order to build an heritage view.
Company: UNSA
Constructor Summary | |
AbstractView()
The default controler |
Method Summary | |
static View |
create(java.lang.Class theView,
ClassifierAnalyser ca)
Create a new view, with the specficied view class ans the specified classifierAnalyser |
ClassifierAnalyser |
getClassifierAnalyser()
retun the classifierAnalyser related to this view |
void |
setClassifierAnalyser(ClassifierAnalyser ca)
Set the current classifierAnalsyer of this view |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ter.SDK.view.View |
getViewContainer |
Methods inherited from interface ter.SDK.Plugin |
getName, getType |
Constructor Detail |
public AbstractView()
Method Detail |
public ClassifierAnalyser getClassifierAnalyser()
getClassifierAnalyser
in interface View
public void setClassifierAnalyser(ClassifierAnalyser ca)
setClassifierAnalyser
in interface View
ca
- : the new classifierAnalsyerpublic static View create(java.lang.Class theView, ClassifierAnalyser ca)
theView
- : the plugin view class selectedca
- : the classifierAnalyser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |