facebook

Tool Tip showing the text in the Interface when down in Impl

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267928 Reply

    Tony Herstell
    Participant

    /* (non-Javadoc)
    * @see nz.co.risingstars.actions.UserRegistrationController#startRegistration()
    */

    Knowing what the text on the Interface would be kinda useful… (tool tip?)

    #268010 Reply

    Riyad Kalla
    Member

    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?

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