|
|||||||||||
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 | +--ter.SDK.manager.SplitPaneTopManager
Title: Class JSplitPaneManager
Description: This class implements a TopManager with two sub-managers. The two sub-managers are in split pane.
Company: UNSA
Constructor Summary | |
SplitPaneTopManager(Inspector inspector,
PluginSettings pSets)
the constructor |
Method Summary | |
void |
addCompositionView(ClassifierAnalyser ca)
This function use the delegation and allow to manager to add a new composition view |
void |
addDetailView(ClassifierAnalyser ca)
This function use the delegation and allow to manager to add a new detail view |
void |
addHeritageView(ClassifierAnalyser ca)
This function use the delegation and allow to manager to add a new heritage view |
void |
addSearchView(ClassifierAnalyser ca)
This function use the delegation and allow to manager to add a new search view This has no been implemented yet, the search results are not views |
javax.swing.JSplitPane |
getJSplitPane1()
This function returns the split pane |
java.lang.String |
getName()
This function return the name of this class |
int |
getType()
default implementation : returns PluginTypes.TOP_MANAGER |
java.awt.Container |
getViewContainer()
Retuns the main container of this manager |
boolean |
isControlable(View v)
tells whether the given view is controlable by this controler |
Methods inherited from class ter.SDK.manager.AbstractTopManager |
getInspector, getPlugin, getTopManager, setPlugin, setPlugin |
Methods inherited from class ter.SDK.manager.AbstractManager |
getClassifierAnalyser, getDefaultView, getView, listenToView, setClassifierAnalyser |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SplitPaneTopManager(Inspector inspector, PluginSettings pSets)
inspector
- : the inspector of this managerpSets
- : the plugins settings for the class the Manager will have to instanciateMethod Detail |
public int getType()
AbstractTopManager
getType
in interface Plugin
getType
in class AbstractTopManager
public java.lang.String getName()
public boolean isControlable(View v)
Controler
isControlable
in interface Controler
isControlable
in class AbstractManager
v
- the view to test
public java.awt.Container getViewContainer()
public void addHeritageView(ClassifierAnalyser ca)
addHeritageView
in interface Manager
addHeritageView
in class AbstractTopManager
ca
- : the classiferAnalyser for the new viewpublic void addDetailView(ClassifierAnalyser ca)
addDetailView
in interface Manager
addDetailView
in class AbstractTopManager
ca
- : the classiferAnalyser for the new viewpublic void addCompositionView(ClassifierAnalyser ca)
addCompositionView
in interface Manager
addCompositionView
in class AbstractTopManager
ca
- : the classiferAnalyser for the new viewpublic void addSearchView(ClassifierAnalyser ca)
addSearchView
in interface Manager
addSearchView
in class AbstractTopManager
ca
- : the classiferAnalyser for the new viewpublic javax.swing.JSplitPane getJSplitPane1()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |