When a Java class implements an interface but the "implements" is written in a
different line than the class name, the code explorer does not display any
methods.
public class Test
implements Interface
{
public int getValue() { return 42; }
}
The getValue() method will not be listed in the Code Explorer (actually
_no_ method will be listed). If you write
public class Test implements Interface
instead, methods are displayed correctly.
Thomas
--
<http://forum.pspad.com/read.php?2,35016,35016>
PSPad freeware editor http://www.pspad.com