Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Interaction between views

Hi,
 
I'm a new developer on swt and I just subscribe this newsgroup. This my first post!
I have a problem:
 
I want a perspective with 2 view: A view to login and a view to content-area.
The first view contains fields as username&password and 2 button (login and logout); the second view contains text, images, etc...for logged user.
At start time, only the login view is visible (at left on the workbench). The user type credentials and if they are ok the second view activate (at right on the workbench). When the user finish, he push the logout button in the first view and the content view deactivate. 
 
My question is about the events notifier...How I can pass my events between view if I want loose copling?
 
Sorry for probably confusion and for my bad english (I'm italian) and thank's for attention.

__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it

Back to the top