Implemented an ILabelImageStrategy to deal w different nomenclatural codes per #776
authorp.ciardelli <p.ciardelli@localhost>
Wed, 24 Jun 2009 13:29:39 +0000 (13:29 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Wed, 24 Jun 2009 13:29:39 +0000 (13:29 +0000)
commitad4e3e14b2b577dce1f357c8713c3d107ff5b2ee
tree493c274d740ae0943a5ec71c0b7393b9aae0dd22
parent5847000c47d9927ab12adbe88fdd91203022261d
Implemented an ILabelImageStrategy to deal w different nomenclatural codes per #776
.gitattributes
taxeditor-editor/.settings/org.eclipse.jdt.ui.prefs
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/labels/DefaultLabelStrategy.java [new file with mode: 0644]
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/labels/ILabelImageStrategy.java [new file with mode: 0644]
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/labels/LabelImageProvider.java [new file with mode: 0644]
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/labels/ZoologicalNameLabelStrategy.java [new file with mode: 0644]
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/NameComposite.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/name/NameRelationsPropertySource.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/namerelations/wizard/ChooseRelationWizardPage.java
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/propertysheet/namerelations/wizard/ListNameRelationsWizardPage.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/model/NameRelationsUtil.java [deleted file]