Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ufk-dev] Default realm

Well the purpose of the Realm is to synchronize changes with the
UI-Thread. So the realm decide if a change is coming:
a) Directly from the UI-Thread => call the Swing-API directly
b) An none UI-Thread => goes through EventQueue.invoke*()

I'll try to dig into it in the next few days.

Tom

Am 23.01.11 23:35, schrieb Max Gordienko:
>> We'd have to use the dispatcher thread of swing. Do you know by chance
>> how to get to this thread?
> 
> I'm not sure I have understood your question. Why do you need to get
> this thread?
> Isn't executing the update using EventQueue.invoke*() enough?
> _______________________________________________
> ufk-dev mailing list
> ufk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ufk-dev


-- 
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                                        geschaeftsfuehrer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5/1    A-6020 innsbruck      phone    ++43 512 935834


Back to the top