Re: [JPP-Devel] GridRenderer and ScaleBarRenderer

2007-06-06 Thread Sunburned Surveyor
It appears that the default behavior of the InstallRendererPlugIn class is to cycle trough all TaskFrames that are present in the WorkbenchFrame adding its Renderer to the RenderingManager. (This would take place for each extension of the Install RendererPlugIn class, like the InstallGridRendererPl

Re: [JPP-Devel] GridRenderer and ScaleBarRenderer

2007-06-06 Thread Sunburned Surveyor
I managed to find the answer to this question using the "open call hierarchy" tool in Eclipse on the constructor of the GridRenderer class. It looks like there is a plug-in that performs the isntallation of the GridRenderer. This adds a layer of complexity that I wasn't prepared for. I'll have to

[JPP-Devel] GridRenderer and ScaleBarRenderer

2007-06-06 Thread Sunburned Surveyor
I noticed that only 4 of the 6 special renderers for the Strings stored in the list of ContentIDs are added in the contructor of the RenderingManager class. The GridRenderer and the ScaleBarRenderer are not added in this constructor. Does anyone know where and when they are added to the RenderingM