[kepler-users] remove parameter ???

turuncu at be.itu.edu.tr turuncu at be.itu.edu.tr
Sun Jan 18 21:27:06 PST 2009


Hi,

I just wonder that is it possible to remove parameter from actor using
java code? How can i do this? I can create parameter field using following
code (simplified version),

StringParameter[] params = new StringParameter[10];
for (int i=0; i<10; i++) {
params[i] = new StringParameter(this, "params"+i);
params[i].setDisplayName(i);
params[i].setExpression(i);
}

and i want to remove some of them when an other parameter is changed
(attribute change method).

Any suggestion will be helpful.
Best,

--ufuk


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the Kepler-users mailing list