| This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
GSF changes made: Instead of accessing fields on Description object,
replace references to Description with StructureItem interface (descriptions
supplied by language plugins), make method calls on this interface rather
than accessing fields directly. Some data such as the "ui" field was moved
into ElementNode itself rather than sitting on the description object which
is no longer under our control.
Node representing an element
author: Petr Hrebejk |