JAL-4036 Add getDbName to the GFTSPanelI and add an index code message to the index...
[jalview.git] / src / jalview / fts / api / GFTSPanelI.java
index 974cc88..ddb9959 100644 (file)
@@ -152,4 +152,11 @@ public interface GFTSPanelI
    *         checkbox
    */
   public String getAutosearchPreference();
+
+  /**
+   * Return the name of the database being searched
+   * 
+   * @return The database name
+   */
+  public String getDbName();
 }