Tool Tip showing the text in the Interface when down in Impl MyEclipse IDE > Feature Requests This topic has 1 reply, 2 voices, and was last updated 17 years, 8 months ago by Riyad Kalla. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 22, 2007 at 9:07 pm #267928 Reply Tony HerstellParticipant /* (non-Javadoc) * @see nz.co.risingstars.actions.UserRegistrationController#startRegistration() */ Knowing what the text on the Interface would be kinda useful… (tool tip?) March 26, 2007 at 10:46 am #268010 Reply Riyad KallaMember I don’t quite follow… public interface Fruit { /** * Some awesome documentation */ public void doSomethingFruity(); } public class Apple implements Fruit { public void doSomethingFruity() { } } Ok given the above, can you clarify what you mean? Author Posts Viewing 2 posts - 1 through 2 (of 2 total) Reply To: Tool Tip showing the text in the Interface when down in Impl You must be logged in to post in the forum log in