Hello friends,i'm working on a project of developing business
process execution engine.my work is to design graphical user
interface (some what similar to visual basic tool).i'm trying
to develope a
VB look-like (and functionally)property window
with table(and celleditor).for every object i need to call
getPropertyXXX() and setPropertyXXX(Object XXX) methods.
Now i want these methods to be called automatacally(just
similar to method getValueAt() is called,for particular
object,depending on cell currently edited..HOW?
Can anyone of you,please solve my problem?