Class SessionTemplateEP
java.lang.Object
ca.phon.app.session.editor.SessionEditorEP
ca.phon.app.corpus.SessionTemplateEP
- All Implemented Interfaces:
IPluginEntryPoint
Entry point for session template editor.
This entry point is used to create a session editor for the corpus session template.
-
Field Summary
FieldsFields inherited from class ca.phon.app.session.editor.SessionEditorEP
RECORD_INDEX_PROPERY, RESULT_VALUES_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.app.session.editor.SessionEditorEP
getOpenAtRecord, showEditor
-
Field Details
-
EP_NAME
- See Also:
-
-
Constructor Details
-
SessionTemplateEP
public SessionTemplateEP()
-
-
Method Details
-
getName
Description copied from interface:IPluginEntryPointPlugin action ID. This is used by Phon to call the entry point using a string name.- Specified by:
getNamein interfaceIPluginEntryPoint- Overrides:
getNamein classSessionEditorEP
-
pluginStart
Description copied from interface:IPluginEntryPointEntry point method for a plugin.- Specified by:
pluginStartin interfaceIPluginEntryPoint- Overrides:
pluginStartin classSessionEditorEP- Parameters:
args- a hash table of arguments given to the plugin. By default, Phon will provide the plugin with the following arguments: project:IPhonProject - the project. null if N/A. corpus:String - the corpus id of the open session. null if N/A session:String - the session id of the open session. null if N/A More arguments can be defined statically in the module definition xml files.
-