Developer guide

Hello everybody,
I’d like to know if there is any developer guide available for ELAN or any doc that could help.
Thanks a lot, Narjes

Unfortunately there is no extensive documentation for developers. The release notes (http://www.lat-mpi.eu/tools/elan/src-release-notes.html) that accompany the source distributions are more or less it, as far as the documentation provided by the ELAN team is concerned.

In general the packages in

mpi.eudico.server.*

deal with the internal document structures like the transcription, tiers, lin. types, annotations etc. Most developers probably don’t have to change things here.
The packages in

mpi.eudico.client.annotator.*

contain classes for the user interface, players, viewers, “wizards”, the “menu commands” etc.

The packages mpi.eudico.client.mediacontrol and mpi.eudico.client.annotator.player

deal with creation of and interaction with the media players.

Han.