JAL-1563 Further increased swing timer for search textfield to 2500ms, removed 1200ms...
[jalview.git] / src / jalview / fts / api / GFTSPanelI.java
index 46121fc..07ae5a1 100644 (file)
@@ -92,4 +92,10 @@ public interface GFTSPanelI
    * @param isSearchInProgress
    */
   public void setSearchInProgress(Boolean isSearchInProgress);
+
+  public void prevPageAction();
+
+  public void nextPageAction();
+
+  public boolean isPaginationEnabled();
 }