X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FFeatureSettingsControllerI.java;h=413da9ce8ec2c9c5a33021370286347bbc0456fc;hb=34a685e3f7f8eab7a6f5b2b93a9ff199172d38a4;hp=c718e3600ab04c85f9f9f03c3fb2d3f62e459c4f;hpb=69a44d8c51c7640e34242a61e29acc9064e71cbf;p=jalview.git diff --git a/src/jalview/api/FeatureSettingsControllerI.java b/src/jalview/api/FeatureSettingsControllerI.java index c718e36..413da9c 100644 --- a/src/jalview/api/FeatureSettingsControllerI.java +++ b/src/jalview/api/FeatureSettingsControllerI.java @@ -1,6 +1,28 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) + * Copyright (C) 2015 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.api; public interface FeatureSettingsControllerI { - + + void discoverAllFeatureData(); + }