X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FTreeParams.java;fp=src%2Fjalview%2Fgui%2FTreeParams.java;h=4f481d97cd30bcb75bad31446bab6d9d1d2d3ec4;hp=0000000000000000000000000000000000000000;hb=f96e6a945e2df8a844f428c08cfc08210d937fc0;hpb=11346f873e4ecb2d191499fd1d52b8de07a65bf3 diff --git a/src/jalview/gui/TreeParams.java b/src/jalview/gui/TreeParams.java new file mode 100644 index 0000000..4f481d9 --- /dev/null +++ b/src/jalview/gui/TreeParams.java @@ -0,0 +1,44 @@ +/* + * 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.gui; + +/** + * @author kjvanderheide + * + */ +public class TreeParams implements OptsParametersContainerI +{ + + @Override + public void refreshParamLayout() + { + // TODO Auto-generated method stub + + } + + @Override + public void argSetModified(Object modifiedElement, boolean b) + { + // TODO Auto-generated method stub + + } + +}