Class OpenProjectEP
java.lang.Object
ca.phon.app.project.OpenProjectEP
- All Implemented Interfaces:
 IPluginEntryPoint
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()Plugin action ID.voidloadProject(EntryPointArgs epArgs) voidvoidpluginStart(Map<String, Object> args) Entry point method for a plugin. 
- 
Field Details
- 
EP_NAME
- See Also:
 
 - 
OPEN_WITH_SESSION
If true, OpenSessionEP will be called after the project window is opened with the provided entry point args which should point to an existing session in the project- See Also:
 
 - 
USE_NEW_UI_PROP
- See Also:
 
 
 - 
 - 
Constructor Details
- 
OpenProjectEP
public OpenProjectEP()Constructor 
 - 
 - 
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
 - 
loadProject
- Throws:
 IOException
 - 
newProject
public void newProject() - 
pluginStart
Description copied from interface:IPluginEntryPointEntry point method for a plugin.- Specified by:
 pluginStartin interfaceIPluginEntryPoint- 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.
 
 -