Hi,

Will the new versions of IDEA support ALT-INS creation of getter/setter 
with support for aggregation?

i.e. would it be able to insert a getter like the one shown below?

public class MyClass
{
   private MyAggregate agg;

   public MyClass( MyAggregate agg) { this.agg = agg; }

   public String getMyAggregatedValue()
   {
      return agg.getMyAggregatedValue();
   }
}

This would be pretty cool if it's not already on the "to do" list... 
although of course it would require a "tree" view of the current members 
so you could "dig down" to the member's members to select the getter you 
would like to insert.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ W<A> ~~~~~
(o) Wangjammer5 (Marc Palmer) 
( ) Wangjammer7 

www.wangjammers.org = Java Consultants (Web|Smartcards|Crypto)



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

Reply via email to