Re: display a TableModel as a JTable



thufir wrote:
I wasn't referring to the Synchronized interface.

That's good, because I don't think any of us have heard of the Synchronized interface. I'm going to guess that you meant something different, though, not actually an interface called "Synchronized".

I mean synchronize as in what's seen in the view matches the underlying data

Yes, that would be synchronization as the other respondents meant it, the thing that gets coordinated via the 'synchronized' keyword and other mechanisms.

--
Lew
.



Relevant Pages

  • Re: New essay: The Best Synchronization is No Synchronization
    ... synchronization). ... We should be searching for higher-level mechanisms. ... Positive Handoff Protocol and the Central Controller Protocol, both of which are easier to ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)
  • Re: interprocess communciation
    ... - message queue: synchronization and information exchange between 2 ... - events: synchronization between 2 processes/threads. ... > synchronisation mechanisms in windows ce. ...
    (microsoft.public.windowsce.platbuilder)
  • New essay: The Best Synchronization is No Synchronization
    ... In response to an earlier post saying that messages should not be used for synchronization ... and that primitives like mutexes, events, and semaphores were better suited, (note also ... We should be searching for higher-level mechanisms. ...
    (microsoft.public.vc.mfc)
  • Re: networking code and splx()
    ... Synchronization is now done using other mechanisms such as mutexes and ... spin locks. ...
    (freebsd-net)
  • Re: networking code and splx()
    ... simply not used in this context? ... Synchronization is now done using other mechanisms such as mutexes and ... spin locks. ...
    (freebsd-net)