* @return displayed name for the view
*/
String getViewName();
+
+ /**
+ * Sorts annotations according to currently selected preferences. Does nothing
+ * if currently set to 'Custom' (manual) ordering, so as not to trash user
+ * customised annotation ordering.
+ */
+ void sortAnnotations();
}
* Sorts annotations according to currently selected preferences. Does nothing
* if currently set to 'Custom' (manual) ordering.
*/
- void sortAnnotations()
+ @Override
+ public void sortAnnotations()
{
SequenceAnnotationOrder sortBy = av.getSortAnnotationsBy();
if (sortBy != SequenceAnnotationOrder.CUSTOM)