Re: [JPP-Devel] A Problem With The SelectTool Class

2007-08-31 Thread Sunburned Surveyor
Thank you Larry. I missed the fact that the SelectTool was abstract. Thank you for pointing that out. SS On 8/31/07, Larry Becker <[EMAIL PROTECTED]> wrote: > Hi SS, > > No magic here. SelectTool is itself an abstract class, so selection > is initialized in the classes that extend SelectTool li

Re: [JPP-Devel] A Problem With The SelectTool Class

2007-08-31 Thread Larry Becker
Hi SS, No magic here. SelectTool is itself an abstract class, so selection is initialized in the classes that extend SelectTool like SelectFeaturesTool, SelectLineStringsTool, SelectPartsTool, and SelectOneItemTool. regards, Larry On 8/31/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I'