Re: How to implement (and register) a PropertyPanel?
geertjan wielenga <[email protected]> Wed, 5 Jul 2017 10:57:44 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
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 >