commits for the CDM Authority Composite and related widgets + drag/drop objects
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 9 Apr 2013 12:31:54 +0000 (12:31 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 9 Apr 2013 12:31:54 +0000 (12:31 +0000)
commitca7ac329e59529dd672b9d0df1274acb6d512f0e
treebfc7dae1167270561da0f3d04465992a73f22361
parent3902bd1a8a3bc0cf33f01c0819f71d94ba920280
commits for the CDM Authority Composite and related widgets + drag/drop objects

CdmAuthorityComposite : composite which contains a nebula CompositeTable widget
CdmAuthorityTableHeader : table header widget for the CompositeTable widget in CdmAuthorityComposite
CdmAuthorityRow : row widget for the CompositeTable widget in CdmAuthorityComposite
CRUDOperationChooser : CRUD update widget for CdmAuthorityRow
CdmAuthorityCompositeViewer : viewer for CdmAuthorityComposite containing the group object
TaxonNodeTransfer : drag/drop object for taxon nodes
CdmAuthorityTableDropTargetListener : drop listener for the CdmAuthorityComposite
MANIFEST.MF : now includes nebula jar for composite table widget
.gitattributes
eu.etaxonomy.taxeditor.store/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/dnd/CdmAuthorityTableDropTargetListener.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/dnd/transfer/TaxonNodeTransfer.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/group/grantedauthority/CRUDOperationChooser.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/group/grantedauthority/CdmAuthorityComposite.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/group/grantedauthority/CdmAuthorityCompositeViewer.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/group/grantedauthority/CdmAuthorityRow.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/group/grantedauthority/CdmAuthorityTableHeader.java [new file with mode: 0644]