JAL-2316 Restructure identifiers.org download
[jalview.git] / src / jalview / urls / UrlProviderI.java
index 0a02ca0..595f98d 100644 (file)
@@ -58,6 +58,13 @@ public interface UrlProviderI
   String getDefaultUrl(String seqid);
 
   /**
+   * Get the default URL id
+   * 
+   * @return id for default URL
+   */
+  String getDefaultUrlId();
+
+  /**
    * Get the target of thelink for the default URL
    * 
    * @seqid sequence id for which to build link
@@ -79,7 +86,7 @@ public interface UrlProviderI
    * 
    * @return string representation of available URLs
    */
-  String writeUrlsAsString();
+  String writeUrlsAsString(boolean selected);
 
   /**
    * Choose the default URL in the event of the selected default being
@@ -93,11 +100,4 @@ public interface UrlProviderI
    * Determine if id is for a user-defined URL
    */
   boolean isUserEntry(String id);
-
-  /**
-   * Get list of column names to display in UI
-   * 
-   * @return column names
-   */
-  List<String> getDisplayColumnNames();
 }