Re: How to implement (and register) a PropertyPanel?
geertjan wielenga <[email protected]> Wed, 5 Jul 2017 20:04:25 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
I'd say make the elements in the Navigator BeanNodes, which means the Properties window display the properties exposed by the selected element. Gj On 5-7-2017 19:46, Dmitry Avtonomov wrote: > 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] <mailto:[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 > <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 > > >