OMERO.editor Tech Info
Table of Contents
OMERO.editor is a standalone Java application that saves files as XML documents.
It uses a standard XML parser to build a DOM document from XML files. This is converted into a "Tree" data structure, of "DataField" objects. DataField's contain an attribute map, and the Tree is represented in the UI as a series of fields arranged hierarchically.
Code for OMERO.editor can be accessed here: http://trac.openmicroscopy.org.uk/shoola/browser/branches/ProtocolEditor/src
New releases of OMERO.editor prototypes, with new functionality, is documented on EditorUpdates.
