How to quickly implement/override methods in Eclipse?
Press CTRL-3, type "override", press enter :)
simple as that.
Type the first few letters of the method name in the class (outside of methods) and press Ctrl-Space. This should list methods of your super classes. Select the correct one and press enter.