|
Hm, why don’t you just say swingTable.getModel()
and cast it to UITableModelAdapter? ((UITableModelAdapter) model).isValueUpToDate() Etienne From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Dilitz Hi there I need a way to find out if the value on UITableModelAdapter
is already valid or not. Might it be possible (for future version) to provide a
getter method to access the UITableModelAdapter in order to call the
isValueUpToDate() method? What i'm doing now, is access the UITableModelAdapter over
reflection in order to access the private field of UITable. But this is more a
workaround which should never get shipped. Thanks in advance |
- [ULC-developer] UITableModelAdapter access Daniel Dilitz
- RE: [ULC-developer] UITableModelAdapter access Etienne Studer
- RE: [ULC-developer] UITableModelAdapter access Janak Mulani
