|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.manager.AbstractManager | +--ter.SDK.manager.AbstractTopManager
Title: JavInspector
Description:
Copyright: Copyright (c) 2003
Company:
Constructor Summary | |
AbstractTopManager(Inspector inspector,
PluginSettings pSets)
default constructor : build a top manager with an inspector and the plugin settings |
Method Summary | |
abstract void |
addCompositionView(ClassifierAnalyser ca)
default implementation : forwards the event to its parent manager |
abstract void |
addDetailView(ClassifierAnalyser ca)
default implementation : forwards the event to its parent manager |
abstract void |
addHeritageView(ClassifierAnalyser ca)
default implementation : forwards the event to its parent manager |
abstract void |
addSearchView(ClassifierAnalyser ca)
default implementation : forwards the event to its parent manager |
Inspector |
getInspector()
return the inspector |
java.lang.Class |
getPlugin(int type)
gets the plugin for the given type |
AbstractTopManager |
getTopManager()
get the top manager (this) |
int |
getType()
default implementation : returns PluginTypes.TOP_MANAGER |
void |
setPlugin(int type,
java.lang.Class clazz)
sets the plugin for the given type |
void |
setPlugin(java.lang.Integer type,
java.lang.Class clazz)
sets the plugin for the given type |
Methods inherited from class ter.SDK.manager.AbstractManager |
getClassifierAnalyser, getDefaultView, getView, isControlable, listenToView, setClassifierAnalyser |
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 AbstractTopManager(Inspector inspector, PluginSettings pSets)
inspector
- the inspectorpSets
- the plugin settingsMethod Detail |
public int getType()
getType
in interface Plugin
getType
in class AbstractManager
PluginTypes
public Inspector getInspector()
getInspector
in interface Manager
getInspector
in class AbstractManager
public void setPlugin(int type, java.lang.Class clazz)
type
- the typeclazz
- the Class of the pluginpublic void setPlugin(java.lang.Integer type, java.lang.Class clazz)
type
- the typeclazz
- the Class of the pluginpublic java.lang.Class getPlugin(int type)
getPlugin
in interface Manager
getPlugin
in class AbstractManager
type
- the type
public abstract void addHeritageView(ClassifierAnalyser ca)
AbstractManager
addHeritageView
in interface Manager
addHeritageView
in class AbstractManager
ca
- the data model to representpublic abstract void addDetailView(ClassifierAnalyser ca)
AbstractManager
addDetailView
in interface Manager
addDetailView
in class AbstractManager
ca
- the data model to representpublic abstract void addCompositionView(ClassifierAnalyser ca)
AbstractManager
addCompositionView
in interface Manager
addCompositionView
in class AbstractManager
ca
- the data model to representpublic abstract void addSearchView(ClassifierAnalyser ca)
AbstractManager
addSearchView
in interface Manager
addSearchView
in class AbstractManager
ca
- the data model to representpublic AbstractTopManager getTopManager()
getTopManager
in interface Manager
getTopManager
in class AbstractManager
this
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |