On Tue, 2002-02-26 at 02:42, Tim Mackinnon wrote:
> When using interfaces, e.g. you instantiate a Dictionary object  the type is
> dictionary but you want the code complete to recognize an interface and only
> offer implementers of that interface. E.g.
> 
> you type:
> 
> Dictionary x = new {now press ^shift-space)

But:

Dictionary x = new Dictionary() {
    // ... anonymous class ...
    public Object get(Object key) { ... }
    ...
}



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to