Re: Is Swixml a rich (or smart) client?
Wolf Paulus <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
You could also clear the id map by doing something like this: mySwingEngine.getIdMap().clear(); On May 11, 2004, at 5:35 PM, masukomi wrote: > you can use the forget(someId) method to make it forget about id's it > has rendered before. You'd probably have to iterate through all the > keys in the id map and forget each one. There's no forgetAll() method. > Forgetting doesn't break any associations that have been set up..it > just makes the SwingEngine forget about them (so find(someId) won't > work after you've called forget(someId)).