Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » refresh composite
refresh composite [message #466687] Fri, 13 January 2006 13:38
Eclipse UserFriend
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
Previous Topic:Converting from Swing BufferedImage to ImageData
Next Topic:Import SWT as Existing project into Workspace
Goto Forum:
  


Current Time: Fri Apr 19 07:57:29 GMT 2024

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

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

Back to the top