Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[no subject]

Cheers,
Jody

Craig.Vertigan@xxxxxxxxxxxxxxx wrote:
> Yeah I'm confused too. All the spatial & eclipse RCP terminology is 
> bit new to me. I've taken over someone else's project.
>
> Yes they are all implemented with feature editors:
> public class PaddockEditor extends DefaultEditor
> public class FenceEditor extends DefaultEditor
> etc
>
> Yes I guess they are "attributes" of the spatial data.
>
> What you describe is exactly how I want to do this:
> > I am used to having one view for editing "attributes" and you change 
> what feature it is editing as the selection on the layer changes.
>
> I don't want to have all these feature editors open at the same time. 
> I want to have them appear and disappear based on which layer is 
> selected in the layers tab. So when a Farmer selects the paddocks 
> layer they only see the paddock details editor, paddock usage history 
> editor and the fence details editor. And if they select the dams layer 
> they only see the dam details editor and so on for all the layers.
>
> But since I'm new to spatial apps and RCP it isn't obvious to me how I 
> go about doing this. Maybe we've taken the wrong approach. So I will 
> take your advice and look at any tutorials you have online. But if you 
> are able to provide me with any advice that would guide me in the 
> right direction that would be great.
>
> Cheers
> Craig



Back to the top