Re: Is Swixml a rich (or smart) client?
masukomi <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
nah that would be entirely too simple ;) -Kate On May 11, 2004, at 8:55 PM, Wolf Paulus wrote: > 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)). > > > _______________________________________________ > Forum mailing list > [email protected] > http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com >