X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FSplitContainerI.java;fp=src%2Fjalview%2Fapi%2FSplitContainerI.java;h=f6660f44dbdf4580e25894b1a3b56e6c53ee0729;hb=5e20c0116864d77705d951e35c41a13197791156;hp=6b037f5c08bb8a72d19abf20fbf8db59d5ff2940;hpb=1bad3c3f74b2e204e0d7ba93a745f5ec775c8a3e;p=jalview.git diff --git a/src/jalview/api/SplitContainerI.java b/src/jalview/api/SplitContainerI.java index 6b037f5..f6660f4 100644 --- a/src/jalview/api/SplitContainerI.java +++ b/src/jalview/api/SplitContainerI.java @@ -60,8 +60,8 @@ public interface SplitContainerI * get the 'other' alignFrame in the SplitFrame * * @param alignFrame - * @return the complement alignFrame - or null if alignFrame wasn't held by this - * frame + * @return the complement alignFrame - or null if alignFrame wasn't held by + * this frame */ AlignViewControllerGuiI getComplementAlignFrame( AlignViewControllerGuiI alignFrame); @@ -72,17 +72,15 @@ public interface SplitContainerI * @param featureSettings * @return */ - void addFeatureSettingsUI( - FeatureSettingsControllerGuiI featureSettings); + void addFeatureSettingsUI(FeatureSettingsControllerGuiI featureSettings); /** * Request to close all feature settings originating from a particular panel. * * @param featureSettings * @param closeContainingFrame - * - if false then the tab containing the feature - * settings will be 'reset' ready for a new - * feature settings + * - if false then the tab containing the feature settings will be + * 'reset' ready for a new feature settings */ void closeFeatureSettings(FeatureSettingsControllerI featureSettings, boolean closeContainingFrame);