JAL-1997 database browser support tooltip if available
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxy.java
index 9fd0c64..fba9e83 100644 (file)
@@ -161,4 +161,12 @@ public interface DbSourceProxy
    * @return
    */
   public boolean isAlignmentSource();
+
+  /**
+   * Returns an (optional) description of the source, suitable for display as a
+   * tooltip, or null
+   * 
+   * @return
+   */
+  public String getDescription();
 }
\ No newline at end of file