Eclipse how to directly show a list of available functions
What you are referring to is called code completion and can be accessed with Ctrl+ Space in Eclipse. This will list all variables, fields, methods, classes that is applicable in the current context.
Also, there is Ctrl + O in Eclipse, which will give you a list of all the available methods in the current class.
All you need to do is press the ctrl and spacebar keys.