Try to hit <ctrl>+<i> inside the class after you have typed "implements MyInterface".
Select the methods to implement you will have your stubs. (There is a similar <ctrl>+<o> to get stubs for overrriding methods in super class.)
 
/Christian
-----Ursprungligt meddelande-----
Fr�n: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]F�r P. Ansari
Skickat: den 29 juni 2002 06:04
Till: [EMAIL PROTECTED]
�mne: [Eap-features] Automatically Create Method Stubs For Interface Implementations

Can IDEA automatically generate method stubs when I implement an interface?
 
eg:
 
class TestContentHandler implements ContentHandler
{
    public void setDocumentLocator(Locator locator) {
       
    }
    .....
}
 
Thanks.
 
Patrick

Reply via email to