Re: How to implement (and register) a PropertyPanel?
Dmitry Avtonomov <[email protected]> Wed, 5 Jul 2017 13:46:41 -0400
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf-krc-zB_-VuVpqB=xvOKbaUyfE+7aMHzFdzrxp0+pdfA@mail.gmail.com> |
I think the question is: when you have some elements displayed in the Nnavigator and select one of them, how to make the Properties view display properties for that element. On Wed, Jul 5, 2017 at 4:57 AM, geertjan wielenga < [email protected]> wrote: > > I don't understand the question, so I can't answer it, only point you to > this: https://platform.netbeans.org/tutorials/nbm-property-editors.html > > Gj > > > > On 5-7-2017 7:02, Peter Nabbefeld wrote: > >> >> Hello, >> >> I'm trying to implement a file editor. I've currently managed to open it >> and assign a NavigatorPanel (for it's internal structure, as a tree), but I >> cannot find some appropriate tutorial for the properties I want to edit >> (per node in my NavigatorPanel). >> >> Kind regards >> Peter >> >> >