[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Forwarding String Output to existing Hello World Plugin?

Hello!

I have a plugin that simply shows a VIEW. In that view there is a label showing "Hello World" (... who would have thought :) ).
I already have created some kind of Client - Server Communication (not wrapped in an Eclipse - Plugin at all). The Client tries to establish a connection to the server (via sockets) and as soon as it is, the user can enter whatever he wants. When he strikes "Enter" the Serverconsole shows what the users entered in the Clientconsole.
Now my problem is that I don't want the Server's output being printed in a console, but in the plugin's view (under "Hello World"). Is there any possibility to get that view and alter the label's text in realtime?


Thanks for your help!

Fr3sh