public abstract class Element
extends java.lang.Object
The Element interface defines the protocol used by the
IDE to communicate with data objects in order to display the objects
in the UI. For example, objects that need to be shown in an
the project explorer window will need to implement the
Element interface.