========================================== EClass DisplayableObject (abstract) ========================================== Defines a displayable object. Displayable objects are all objects that are possibly displayed by the editor. :ePackage: :doc:`displayableObjects <./EPackage_displayableObjects>` :inherited by: :doc:`Vertex <./EClass_Vertex>`, :doc:`Edge <./EClass_Edge>`, :doc:`Container <./EClass_Container>`, :doc:`VertexA <./EClass_VertexA>`, :doc:`StaticVertex <./EClass_StaticVertex>`, :doc:`SubVertex <./EClass_SubVertex>`, :doc:`StaticSubVertex <./EClass_StaticSubVertex>` EAttributes ############# ``EString`` name Defines the name of the displayable object ``EString`` id Defines a unique id to identify the displayable object. ``EString`` documentation Text documentation for the displayable object. ``EBoolean`` isMovable Defines whether the object is movable by the user. EReferences ############# This eClass contains no references.