|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.manager.AbstractManager
Title: JavInspector
Description:
Copyright: Copyright (c) 2003
Company:
Constructor Summary | |
AbstractManager(Manager parent)
default constructor builds an abstract manager |
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 |
addHeritageView(ClassifierAnalyser ca)
default implementation : forwards the event to its parent manager |
void |
addSearchView(ClassifierAnalyser ca)
default implementation : forwards the event to its parent manager |
ClassifierAnalyser |
getClassifierAnalyser()
Return the classifierAnalyser related to this view |
java.lang.String |
getDefaultView()
get the default view associates with this controler |
Inspector |
getInspector()
default implementation : forwards the event to its parent manager |
java.lang.Class |
getPlugin(int type)
default implementation : forwards the event to its parent manager |
AbstractTopManager |
getTopManager()
default implementation : forwards the event to its parent manager |
int |
getType()
return the type of the Plugin |
View |
getView()
gets the view associates to this component |
boolean |
isControlable(View v)
tells whether the given view is controlable by this controler |
void |
listenToView()
tels this controler to its associated view |
void |
setClassifierAnalyser(ClassifierAnalyser ca)
Set the current classifierAnalyser for 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 |
Constructor Detail |
public AbstractManager(Manager parent)
parent
- the parent managerMethod Detail |
public void listenToView()
Controler
listenToView
in interface Controler
public View getView()
Controler
getView
in interface Controler
public ClassifierAnalyser getClassifierAnalyser()
View
getClassifierAnalyser
in interface View
public void setClassifierAnalyser(ClassifierAnalyser ca)
View
setClassifierAnalyser
in interface View
ca
- : the new classifierAnalyserpublic java.lang.String getDefaultView()
Controler
getDefaultView
in interface Controler
public int getType()
Plugin
getType
in interface Plugin
PluginTypes
public boolean isControlable(View v)
Controler
isControlable
in interface Controler
v
- the view to test
public Inspector getInspector()
getInspector
in interface Manager
public java.lang.Class getPlugin(int type)
getPlugin
in interface Manager
type
- type of the plugin
public void addHeritageView(ClassifierAnalyser ca)
addHeritageView
in interface Manager
ca
- the data model to representpublic void addDetailView(ClassifierAnalyser ca)
addDetailView
in interface Manager
ca
- the data model to representpublic void addCompositionView(ClassifierAnalyser ca)
addCompositionView
in interface Manager
ca
- the data model to representpublic void addSearchView(ClassifierAnalyser ca)
addSearchView
in interface Manager
ca
- the data model to representpublic AbstractTopManager getTopManager()
getTopManager
in interface Manager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |