Re: [xml-dev] tree editor syntax completion and more... ready for checkin
Petr Kuzel <[email protected]> Sat, 07 Dec 2002 00:46:24 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.xml.devel |
|---|---|
| Organization | CollabNet Hosting |
| Message-ID | <[email protected]> |
Rich wrote: > I'd think that 3 is a pretty fundamental difference as well. XML > Element properties are not bean properties, and there's no notion in > the openide propertysheet implementation of editing anything but bean > properties. Propetysheet edits Node.Property[Set]. It is non-final class that can be extended. You do not need to worry about "Expert" set until your Node has a PropertySet with such display name. Cc.