odd eclipse behavior

I am trying to register a listener for my HUD

my class is defined as follows

public class Xith3DFrame extends ExtRenderLoop implements KeyboardListener,
net.jtank.input.MouseListener, Xith3DTest, WidgetActionListener {

when i try to do the following

this.registerInputListener(hud);

eclipse does not show this as an accessable method…even though i extend ExtrenderLoop which clearly has the method…any thoughts??

Your code seems correct. Please check, if you checked out the recent HIAL.jar (from xith-tk CVS project). This is the only idea, I have currently.

Marvin

EDIT: What does Eclipse say in the tooltip, when you hold the mouse over the inaccessible method call?