SwingJS transpiler to 3.2.5.v1 (fixed java.util.stream)
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxy.java
index 2c6d582..3e7441a 100644 (file)
@@ -20,7 +20,7 @@
  */
 package jalview.ws.seqfetcher;
 
-import jalview.api.FeatureSettingsI;
+import jalview.api.FeatureSettingsModelI;
 import jalview.datamodel.AlignmentI;
 
 import com.stevesoft.pat.Regex;
@@ -34,15 +34,9 @@ import com.stevesoft.pat.Regex;
  * 
  * @author JimP
  */
-public interface DbSourceProxy
+public interface DbSourceProxy extends DbSourceProxyRoot
 {
   /**
-   * 
-   * @return source string constant used for this DB source
-   */
-  String getDbSource();
-
-  /**
    * Short meaningful name for this data source for display in menus or
    * selection boxes.
    * 
@@ -177,5 +171,5 @@ public interface DbSourceProxy
    * 
    * @return
    */
-  FeatureSettingsI getFeatureColourScheme();
+  FeatureSettingsModelI getFeatureColourScheme();
 }
\ No newline at end of file