refresh composite [message #466687] |
Fri, 13 January 2006 13:38 |
Eclipse User |
|
|
|
Originally posted by: clau349.hotmail.com
I got in my
<i>public void propertyChange(PropertyChangeEvent evt )</i> a method that calls a method that build a GridLayout and show the properties of a tree.
createPanel(this.composite);
this.composite.layout();
When a select a item in a tree, the method goes to several class that have the method to show the GridLayout and a text with their properties.
The problem is that when i pick a item in the tree the gridLayout show their properties... that`s fine... but when a pick another item in the tree, then the gridLayout show their properties too, but the grid previous is still there. I want to remove the grid of the item that is not selected.
thank for yout help
|
|
|
Powered by
FUDForum. Page generated in 0.02588 seconds