Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Refreshing Table in Property Section (Property View)
Refreshing Table in Property Section (Property View) [message #327613] Fri, 25 April 2008 17:46
Eclipse UserFriend
Originally posted by: marcio.debarros.gmail.com

Hi,

I apologize beforehand for cross posting this on two groups, but I am
not sure if my problem is related to properties or swt...

In my plug-in (3.3) I have a Properties View that is associated to
selections on another View, etc... The selectable view, is a tree based
view that has different kind of objects, which on provider their own
PropertySource.
I am implementing a TabbedPropertiesView. In one of the tabs, I have two
sections:
The first section has Text boxes that display properties of the selected
object (e.g.: client)
The second section has a 3 Columns table that display a list of messages
that is associated to the same client displayed on the first section.

Both sections handle the same kind of PropertySource object.

The problem I am having is that if I click on client 1 and he has 15
messages, his information is displayed correctly in both sections. Next
if I click in another client (e.g.: client 2), client 2 information will
be displayed on the first section, but the table from second section
will still display the messages from client 1. In summary the table does
not get refreshed when switching the selection between different clients.

Any suggestions/and or ideas on what is going wrong here ?

Thanks,

--MD.
Previous Topic:Default text file encoding & utf-8
Next Topic:Eclipse help plugin - F1 search
Goto Forum:
  


Current Time: Sat Nov 02 16:57:38 GMT 2024

Powered by FUDForum. Page generated in 0.02251 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top