Merge commit 'alpha/update_2_12_for_2_11_2_series_merge^2' into HEAD
[jalview.git] / src / jalview / fts / api / StructureFTSRestClientI.java
diff --git a/src/jalview/fts/api/StructureFTSRestClientI.java b/src/jalview/fts/api/StructureFTSRestClientI.java
new file mode 100644 (file)
index 0000000..4974b80
--- /dev/null
@@ -0,0 +1,10 @@
+package jalview.fts.api;
+
+import java.util.Collection;
+
+public interface StructureFTSRestClientI
+{
+
+  Collection<FTSDataColumnI> getAllDefaultDisplayedStructureDataColumns();
+
+}