- implemented framework which links an input element to viewers/editors which are...
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 24 Feb 2015 10:04:18 +0000 (10:04 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 24 Feb 2015 10:04:18 +0000 (10:04 +0000)
commit3dba9fc4f4fbad7cc5341daf25a139150f329137
tree2dd2740666354b6847ef6af6fb43387a5a2d2a52
parent1f94bdc94ca88b27dd19864d988bf3ade9ad7a1c
 - implemented framework which links an input element to viewers/editors which are able to display information about the element
  - added ICdmViewer interface
  - added extension point to register ICdmViewer
  - registered EditorCdmViewer for the taxeditor.editor plugin
.gitattributes
eu.etaxonomy.taxeditor.editor/plugin.xml
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorCdmViewer.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/plugin.xml
eu.etaxonomy.taxeditor.store/schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/CdmViewerChooser.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/ICdmViewer.java [new file with mode: 0644]