JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / src / jalview / api / FeatureSettingsControllerI.java
1 package jalview.api;
2
3 public interface FeatureSettingsControllerI
4 {
5
6   void discoverAllFeatureData();
7   
8 }