JAL-2349 JAL-3855 ContactListI.getPosition() to recover original position passed...
[jalview.git] / src / jalview / datamodel / ContactListProviderI.java
index 37c4e07..f027e01 100644 (file)
@@ -4,6 +4,13 @@ public interface ContactListProviderI
 {
 
   /**
+   * 
+   * @return position index for this contact List (usually sequence position or
+   *         alignment column)
+   */
+  int getPosition();
+
+  /**
    * dimension of list where getContactAt(column<getContactHeight()) may return
    * a value
    *