[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: How about a Virtual Resource tree?

Knut,

Thanks for the info, I will look into that.

FYI what I am working on is a p2p knowledge management system which allows
people to create information in both strutcured and unstructured ways, and
share that with a peer group. Each person will be able to view their local
tree, a specific other person's tree, or everyone's merged together, with
the hierarchy structured according to their personal preferences. That's the
beginning of it anyway.

I'm strongly leaning towards basing the UI on Eclipse ratehr than custom
hackery. If anyone's interested I just started up a project page on
Sourceforge, but I haven't got anything released yet.

http://sourceforge.net/projects/n4bkms/

Best,
-cwk.

"Knut Radloff" <knut_radloff@xxxxxxx> wrote in message
news:b7p69k$4kn$1@xxxxxxxxxxxxxxxx
> It sounds like you would want to define your own view to represent your
catalog(s). Much like JDT provides a package view to show a
> Java specific representation of the file system.
> You can base your view on the Resource Navigator and provide different
content and label providers, menus, sorting etc. Currently
> the only way to do this is by subclassing from the Navigator.
> I'd be interested in hearing what you end up doing and what aspects of the
Navigator you customized if you go down that route. We
> are investigating making the Navigator more customizable by plug-in
developers.
>
> Knut