|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: JavInspector
Description:
Copyright: Copyright (c) 2003
Company:
Method Summary | |
void |
addCompositionView(ClassifierAnalyser ca)
add a new CompositionView |
void |
addDetailView(ClassifierAnalyser ca)
add a new DetailView |
void |
addHeritageView(ClassifierAnalyser ca)
add a new HertigeView |
void |
addSearchView(ClassifierAnalyser ca)
add a new SearchView |
Inspector |
getInspector()
get the inspector from the topmanager |
java.lang.Class |
getPlugin(int type)
gets the class of the plugin of the requested type |
AbstractTopManager |
getTopManager()
|
Methods inherited from interface ter.SDK.view.View |
getClassifierAnalyser, getViewContainer, setClassifierAnalyser |
Methods inherited from interface ter.SDK.Plugin |
getName, getType |
Methods inherited from interface ter.SDK.controler.Controler |
getDefaultView, getView, isControlable, listenToView |
Method Detail |
public Inspector getInspector()
public java.lang.Class getPlugin(int type)
type
- the type of the plugin to get
Class
object of the pluginpublic void addHeritageView(ClassifierAnalyser ca)
ca
- the data model to represent in hte viewpublic void addDetailView(ClassifierAnalyser ca)
ca
- the data model to represent in hte viewpublic void addCompositionView(ClassifierAnalyser ca)
ca
- the data model to represent in hte viewpublic void addSearchView(ClassifierAnalyser ca)
ca
- the data model to represent in hte viewpublic AbstractTopManager getTopManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |