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
Sent: Thursday, August 10, 2006 12:33 AM
To: [EMAIL PROTECTED]
Subject: [ULC-developer] UITableModelAdapter access

 

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

Reply via email to