Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: SV: SV: [udig-devel] Plugins

You also have to make sure that under the dependencies tab you have net.refractions.udig.project.ui included *AND* the file has been saved.  If you missed either of these steps you will not be offered the option of AbstractModalTool.  Since AbstractModalTool is a class and not an interface you must make sure that you are trying to set the superclass not the interface.

Jesse

Helge Heldre wrote:

If you start writing in the choose field, it will start searching.

I think it should be an interface defined in the interfaces box. -> net.refractions.udig.project.ui.tool.ModalTool

If you build it from the SVN repository (don’t know if they have updated the SDK yet) and use the before mentioned _project_ quickstart I think it should work.

 

Helge

 


Fra: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] På vegne av Iñigo Telleria Elola
Sendt: 15. november 2005 11:24
Til: udig-devel@xxxxxxxxxxxxxxxxxxxxx
Emne: RE: SV: [udig-devel] Plugins

 

I have read SDK Quickstart Document and the BasicToolTutorial.pdf but I can solve my problem: It doesn't appear any class to choose as Superclass.


From: "Helge Heldre" <thorhh@xxxxxxxxxx>
Reply-To: User-friendly Desktop Internet GIS <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
To: "'User-friendly Desktop Internet GIS'" <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: SV: [udig-devel] Plugins
Date: Tue, 15 Nov 2005 11:10:35 +0100

If you are trying to use the SDK quickstart, I didn’t get that to work either.

If you start from the Project quickstart: http://udig.refractions.net/confluence/display/UDIG/Project+Quickstart

You can then build the tool as described in http://udig.refractions.net/docs/BasicToolTutorial.pdf

 

You can go to IRC on the freenode server at the #udig channel. That worked real well for me when I was in trouble J

 

Helge

 


Fra: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] På vegne av Iñigo Telleria Elola
Sendt: 15. november 2005 10:18
Til: udig-devel@xxxxxxxxxxxxxxxxxxxxx
Emne: Re: [udig-devel] Plugins

 

I'm creating the plugin explained in BasisToolTutorial.pdf (Distance Tool). When I have to implement the ModalTool I can't locate this class: net.refractions.udig.project.ui.tool.AbstractModalTool.

I send you the printscreen of my problem. I don't know what I have to do. Import more classes? Configure something in Eclipse to search that class?


From:  Jesse Eichar <jeichar@xxxxxxxxxxxxxxx>
Reply-To:  User-friendly Desktop Internet GIS <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
To:  User-friendly Desktop Internet GIS <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject:  Re: [udig-devel] Plugins
Date:  Mon, 14 Nov 2005 11:16:33 -0800
>What are you developing against?  I have verified that the class
>exists on the 1.0.x branch.
>
>Iñigo Telleria Elola wrote:
>
>>I have read the steps of BasicToolTutorial.pdf but I have a problem
>>to build the plugin. When I have to impleted the modal tool and
>>choose a superclass
>>(net.refractions.udig.project.ui.tool.AbstractModalTool) it doesn't
>>appear any class. So I can't define the superclass for the modal
>>tool. Why?
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>User-friendly Desktop Internet GIS (uDig)
>>http://udig.refractions.net
>>http://lists.refractions.net/mailman/listinfo/udig-devel
>>
>>
>
>_______________________________________________
>User-friendly Desktop Internet GIS (uDig)
>http://udig.refractions.net
>http://lists.refractions.net/mailman/listinfo/udig-devel

 

>_______________________________________________
>User-friendly Desktop Internet GIS (uDig)
>http://udig.refractions.net
>http://lists.refractions.net/mailman/listinfo/udig-devel


_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top