Re: sorting bean nodes
Dmitry Avtonomov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf-P7zX3AU6gb+d5baRSmJzSmritTiw6HCNnLpP6r4sgnQ@mail.gmail.com> |
Even better http://bits.netbeans.org/8.1/javadoc/org-openide-nodes/org/openide/nodes/Children.Keys.html On Sep 21, 2016 08:15, "Dmitry Avtonomov" <[email protected]> wrote: > Does this help http://bits.netbeans.org/8.1/javadoc/org-openide-nodes/org/ > openide/nodes/Children.SortedArray.html > ? > > On Sep 2, 2016 01:16, "karolinas" <[email protected]> wrote: > >> Hi, I'm using bean nodes in my project to define the list of charts, and >> I've been trying to sort them in the tree alphabetically, but with no luck. >> Has anyone had a similar issue? :? >> >> >> >> >>