PolytomousKeyViewPart : added new method to get all the keys
authorCherian Mathew <c.mathew@bgbm.org>
Thu, 17 Jan 2013 13:15:42 +0000 (13:15 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Thu, 17 Jan 2013 13:15:42 +0000 (13:15 +0000)
commit7c8e41e0721566e1dcf9668ea81208a537fff38d
tree54231a845eb5e13ce5eef22e0f033500a74ae286
parent010dad8c7868a5b03d7e970c4c582778202d5170
PolytomousKeyViewPart : added new method to get all the keys
plugin.xml: added menu and commands to refresh key list and key nodes
RefreshPolytomousKeyListHandler : handler to update list of keys
RefreshPolytomousKeyNodesHandler, RefreshNodesOperation : handler, operation to updated all keys nodes in the list
.gitattributes
eu.etaxonomy.taxeditor.navigation/plugin.xml
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/PolytomousKeyViewPart.java
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/handler/RefreshPolytomousKeyListHandler.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/handler/RefreshPolytomousKeyNodesHandler.java [new file with mode: 0644]
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/operation/RefreshNodesOperation.java [new file with mode: 0644]