X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fgui%2FColourMenuHelper.java;h=8e0765b841e5acea620c03eb2887ad3e0796dc5c;hb=f831ddf7f52d6c4a1918e87d94877b22bd322648;hp=a5f43554ba9ea91476d563b36df5b826678907ba;hpb=94751f42fae76e075240eeac0c708abbc8cf9253;p=jalview.git diff --git a/src/jalview/gui/ColourMenuHelper.java b/src/jalview/gui/ColourMenuHelper.java index a5f4355..8e0765b 100644 --- a/src/jalview/gui/ColourMenuHelper.java +++ b/src/jalview/gui/ColourMenuHelper.java @@ -27,8 +27,9 @@ public class ColourMenuHelper /** * Adds items to the colour menu, as mutually exclusive members of a button * group. The callback handler is responsible for the action on selecting any - * of these options. It is returned the name of the selected colour, or "None" - * or "User Defined". + * of these options. The callback method receives the name of the selected + * colour, or "None" or "User Defined". This method returns the ButtonGroup to + * which items were added. *