Hi I need to be able to find a View (or a set of views) associated with a given document Element. As I see it, I there are two ways to go: 1) for every given element, traverse the View tree until I find the view pointing back to the element in question; 2) extend the editor kit to maintain an map of views indexed by Element. Each of these two approaches has plusses and minuses, but the biggest problem is that I'd have to implement one. My question is two-fold: 1) is there an existing facility for doing what I want to do? 2) can anyone recommend a better approach? Regards Dmitry _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
