JComponent and setEditable

Hi!I've a List <JComponent> and I would like to do setEditable(false) to all the components that have this property.Is there any way to do this?
[172 byte] By [filipaa] at [2007-10-3 4:27:52]
# 1
You need to use [url http://java.sun.com/docs/books/tutorial/]Reflection[/url] to see if the component suppports this method.
camickra at 2007-7-14 22:30:46 > top of Java-index,Desktop,Core GUI APIs...
# 2
tnx camickr , I'll try that!
filipaa at 2007-7-14 22:30:46 > top of Java-index,Desktop,Core GUI APIs...