A B C D E F G H I J K L M N O P R S T U V W X Y

A

AbstractControler - class ter.SDK.controler.AbstractControler.
Title: Class AbstractControler Description: This class can be extanded to implement a controler faor a certain view Company: UNSA
AbstractControler() - Constructor for class ter.SDK.controler.AbstractControler
 
AbstractControler(Manager) - Constructor for class ter.SDK.controler.AbstractControler
defaut constructor from a manager
AbstractCriterion - class ter.API.EngineSearch.AbstractCriterion.
Title: AbstractCriterion Description: the criterion that test if the member is abstract Copyright: Copyright (c) 2003 Company: UNICE
AbstractCriterion() - Constructor for class ter.API.EngineSearch.AbstractCriterion
Construct a new instance of this criterion.
AbstractManager - class ter.SDK.manager.AbstractManager.
Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
AbstractManager(Manager) - Constructor for class ter.SDK.manager.AbstractManager
default constructor builds an abstract manager
AbstractTopManager - class ter.SDK.manager.AbstractTopManager.
Title: JavInspector Description: Copyright: Copyright (c) 2003 Company:
AbstractTopManager(Inspector, PluginSettings) - Constructor for class ter.SDK.manager.AbstractTopManager
default constructor : build a top manager with an inspector and the plugin settings
AbstractView - class ter.SDK.view.AbstractView.
Title: Class AbstractView Description: This class implements the View interface.
AbstractView() - Constructor for class ter.SDK.view.AbstractView
The default controler
accept(File) - Method in class ter.XML.XMLFilter
return true if the file f is accepted by the Filter
actionPerformed(ActionEvent) - Method in class ter.SDK.controler.TreeHeritageControler
We cacth the action events coming from the JPopupMenu.
actionPerformed(ActionEvent) - Method in class ter.SDK.controler.MyCompositionControler
the actionPerformed function
actionPerformed(ActionEvent) - Method in class ter.SDK.controler.GraphDetailControler
 
actionPerformed(ActionEvent) - Method in class ter.GUI.mainGUI.PluginMenu
 
actionPerformed(ActionEvent) - Method in class ter.GUI.mainGUI.JavInspectorMenuListener
 
actionPerformed(ActionEvent) - Method in class ter.GUI.mainGUI.JavInspectorApplet
This function is called when a listened widget fire an event.
actionPerformed(ActionEvent) - Method in class ter.GUI.mainGUI.JavInContent
This function is called when a listened widget fire an event.
addBeforeCloseListener(BeforeCloseListener) - Method in class ter.GUI.util.JTabbedPaneWithCloseIcons
This function add a BeforeCloseEvent to the tabbedPane
addClassifierAnalyser(ClassifierAnalyser) - Method in class ter.API.Inspector
adds this classifier to the list of the classifiers
addCompositionView(ClassifierAnalyser) - Method in class ter.SDK.manager.TabbedPaneDACManager
 
addCompositionView(ClassifierAnalyser) - Method in class ter.SDK.manager.TabbedPaneCompositionManager
 
addCompositionView(ClassifierAnalyser) - Method in class ter.SDK.manager.SplitPaneTopManager
This function use the delegation and allow to manager to add a new composition view
addCompositionView(ClassifierAnalyser) - Method in interface ter.SDK.manager.Manager
add a new CompositionView
addCompositionView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractTopManager
 
addCompositionView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractManager
default implementation : forwards the event to its parent manager
addCriterion(Criterion) - Method in class ter.API.EngineSearch.GroupCriterion
Add a criterion to the group
addCriterion(Criterion) - Method in class ter.API.AdvancedEngineSearch.AdvancedEngineSearch
Add a criterion to the search If a problem occur, the criterion is not added and a message is printed on std err.
addDetailView(ClassifierAnalyser) - Method in class ter.SDK.manager.TabbedPaneDetailManager
 
addDetailView(ClassifierAnalyser) - Method in class ter.SDK.manager.TabbedPaneDACManager
 
addDetailView(ClassifierAnalyser) - Method in class ter.SDK.manager.SplitPaneTopManager
This function use the delegation and allow to manager to add a new detail view
addDetailView(ClassifierAnalyser) - Method in interface ter.SDK.manager.Manager
add a new DetailView
addDetailView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractTopManager
 
addDetailView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractManager
default implementation : forwards the event to its parent manager
addEntrie(String, String) - Method in class ter.util.DictionnaryWordStyle
Add an entrie to the dictionnary
addGroup(GroupCriterion) - Method in class ter.API.EngineSearch.EngineSearch
Add a group of criterion to the search
addHeritageView(ClassifierAnalyser) - Method in class ter.SDK.manager.TabbedPaneHeritageManager
This function create a new HeritageView for the selected ClassifierAnalyser.
addHeritageView(ClassifierAnalyser) - Method in class ter.SDK.manager.SplitPaneTopManager
This function use the delegation and allow to manager to add a new heritage view
addHeritageView(ClassifierAnalyser) - Method in interface ter.SDK.manager.Manager
add a new HertigeView
addHeritageView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractTopManager
 
addHeritageView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractManager
default implementation : forwards the event to its parent manager
addMenuBarReference(JMenuBar) - Method in class ter.GUI.mainGUI.JavInspectorMenuListener
 
addNonCompatibilityCriterion(Criterion) - Method in class ter.API.EngineSearch.Criterion
Deprecated. you can use it, but it will have no effect because the manager is not implemented yet in the search.
addPluginRadioButton(int, Class, String) - Method in class ter.GUI.mainGUI.PluginMenu
adds this class(a Plugin) to a menu depending on its type
addSearchView(ClassifierAnalyser) - Method in class ter.SDK.manager.SplitPaneTopManager
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
addSearchView(ClassifierAnalyser) - Method in interface ter.SDK.manager.Manager
add a new SearchView
addSearchView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractTopManager
 
addSearchView(ClassifierAnalyser) - Method in class ter.SDK.manager.AbstractManager
default implementation : forwards the event to its parent manager
addTab(String, Component) - Method in class ter.GUI.util.JTabbedPaneWithCloseIcons
Add a component to the tabbed pane
addTab(String, Component, Icon, String) - Method in class ter.GUI.util.JTabbedPaneWithCloseIcons
Add a component to the tabbed pane
addTab(String, Component, String) - Method in class ter.GUI.util.JTabbedPaneWithCloseIcons
Add a component to the tabbed pane
addToolBarReferecence(JToolBar) - Method in class ter.GUI.mainGUI.JavInspectorMenuListener
 
addView(ClassifierAnalyser) - Method in class ter.SDK.manager.TabbedPaneDACManager
 
adjustBeginLineColumn(int, int) - Static method in class ter.API.AdvancedEngineSearch.Parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AdvancedEngineSearch - class ter.API.AdvancedEngineSearch.AdvancedEngineSearch.
Title: AdvancedEngineSearch.
AdvancedEngineSearch(ClassifierAnalyser) - Constructor for class ter.API.AdvancedEngineSearch.AdvancedEngineSearch
Construct a new Advanced search with the classifier
AdvancedEngineSearch(Inspector) - Constructor for class ter.API.AdvancedEngineSearch.AdvancedEngineSearch
Construct a new Advanced search with the inspector
AdvancedSearch - class ter.GUI.search.AdvancedSearch.
Title: AdvancedSearch Description: this class provide a JPanel where an Advanced search GUI is implemented.
AdvancedSearch(AdvancedEngineSearch, JTabbedPane, SearchWindow) - Constructor for class ter.GUI.search.AdvancedSearch
Construct a new Advanced Search GUI based on the aes and the parent JFrame cp.
AdvSearchParser - class ter.API.AdvancedEngineSearch.Parser.AdvSearchParser.
Title: AdvSearchParser Description: This file has been genereted with javacc .
AdvSearchParser(AdvSearchParserTokenManager) - Constructor for class ter.API.AdvancedEngineSearch.Parser.AdvSearchParser
 
AdvSearchParser(InputStream) - Constructor for class ter.API.AdvancedEngineSearch.Parser.AdvSearchParser
 
AdvSearchParser(Reader) - Constructor for class ter.API.AdvancedEngineSearch.Parser.AdvSearchParser
 
AdvSearchParserConstants - interface ter.API.AdvancedEngineSearch.Parser.AdvSearchParserConstants.
 
AdvSearchParserTokenManager - class ter.API.AdvancedEngineSearch.Parser.AdvSearchParserTokenManager.
 
AdvSearchParserTokenManager(SimpleCharStream) - Constructor for class ter.API.AdvancedEngineSearch.Parser.AdvSearchParserTokenManager
 
AdvSearchParserTokenManager(SimpleCharStream, int) - Constructor for class ter.API.AdvancedEngineSearch.Parser.AdvSearchParserTokenManager
 
AND - Static variable in interface ter.API.AdvancedEngineSearch.Parser.AdvSearchParserConstants
 
AND - Static variable in class ter.API.EngineSearch.EngineSearchConst
To use with the criterion for the logical linking of the criterion and the previous one.
And() - Static method in class ter.API.AdvancedEngineSearch.Parser.AdvSearchParser
 
applyEvent(MyCompositionControler.MyBoolean, JPanel, JButton) - Method in class ter.SDK.controler.MyCompositionControler
 

A B C D E F G H I J K L M N O P R S T U V W X Y