X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FFeatureSettingsControllerI.java;h=e6728f582c34615422cbaaa4827d32cd18a3abb7;hb=caa5930cf71ef14a4af891f2c17aa4a6e0f72bcf;hp=c718e3600ab04c85f9f9f03c3fb2d3f62e459c4f;hpb=69a44d8c51c7640e34242a61e29acc9064e71cbf;p=jalview.git diff --git a/src/jalview/api/FeatureSettingsControllerI.java b/src/jalview/api/FeatureSettingsControllerI.java index c718e36..e6728f5 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-Rel$$) + * Copyright (C) $$Year-Rel$$ 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(); + }